Feature #2859
closedFeature #2993: Bouquets - add support for m3u / xspf playlist (file:// and http[s]://)
Custom url extension for SAT>IP services
0%
Description
While going through the SAT>IP specifications and trying to find the proper way to tune to a server side descrambled service, I realized that decryption is only supported on the client side, and not intended to be done on the server. As there is some software which does support this with the help of propriety extensions to the url, it would be nice if this custom information could be added manually on a per service level.
So, as an example, the unmodified setup message would look like this:
rtsp://192.168.0.246:554/?src=3&freq=11804&msys=dvbs&plts=off&fec=34&pol=v&ro=0.35&sr=27500&mtype=qpsk&pids=0,18,5002,1260,1220,1722,1330,1232
and with a custom extension like this &tnr=1,11804,27500,10600,1,1,5,3,1220,1260,5002,2,1,0,25,0,1,9,-1 it should be at the end this:
rtsp://192.168.0.246:554/?src=3&freq=11804&msys=dvbs&plts=off&fec=34&pol=v&ro=0.35&sr=27500&mtype=qpsk&pids=0,18,5002,1260,1220,1722,1330,1232&tnr=1,11804,27500,10600,1,1,5,3,1220,1260,5002,2,1,0,25,0,1,9,-1
Although this information would in some case also be available via a m3u channel list from a SAT>IP server, this should be much easier to implement and possible be suitable for other propriety solutions as well