Display MoreNeither the oscam developers have anything to say about it, but I could see it coming after reading strong discussions between developers, you can still compile some people provide oscam-emu.patch.
So it's just people being childish?
The patch it still up, just not the pre-patched version.
EDIT: I found an email address for the dev. If he replies, I'll post back.
well building the docker version is not so different now, it's actually cleaner imho.
Code
RUN \
echo "**** compile oscam ****" && \
mkdir -p /tmp/oscam && \
git clone https://git.streamboard.tv/common/oscam.git /tmp/oscam && \
cd /tmp/oscam && \
git apply /tmp/patches/oscam-emu.patch && \
./config.sh
or also dont statically include the patch in the Dockerfile but rather curl it from oscam-emu repo.
ah, also, to keep the Dockerfile cleaner, take a look at the patched libdvbcsa repo so you dont have to actually include anything.
