GitHub
Moderator
Add embeded streamrelay functionality
Stream relay is a function that e.g. Oscam offers and is a method where
the hardware of the box is somehow not able to encrypt specific service.
Streamrelay users a stream in between where the enryption is simulated
in software. With this commit you can mark service refeerences stored in
a whitelist /etc/enigma2/whitelist_streamrelay. When you try to tune one
of these services the service ref is adapted in Navigate.py such a way
that it plays the service via a stream relay server defined by two
configs (IP, default local host and port default 17999). The whitelist
can also be downloaded to you receiver and then you do not need special
stream relay user bouquets anymore. You can also add/remove services via
the channel list context menu.
Continue reading...
Stream relay is a function that e.g. Oscam offers and is a method where
the hardware of the box is somehow not able to encrypt specific service.
Streamrelay users a stream in between where the enryption is simulated
in software. With this commit you can mark service refeerences stored in
a whitelist /etc/enigma2/whitelist_streamrelay. When you try to tune one
of these services the service ref is adapted in Navigate.py such a way
that it plays the service via a stream relay server defined by two
configs (IP, default local host and port default 17999). The whitelist
can also be downloaded to you receiver and then you do not need special
stream relay user bouquets anymore. You can also add/remove services via
the channel list context menu.
Continue reading...