SATIP server for linux, suitable to run on an Raspberry Pi, Vu+, GigaBlue or any other linux box. currently supporting DVB-S/S2/T/C and transform DVB-S requests to DVB-C
And also make it work for translation with something like
#EXTINF:-1 satip-freq="203", Translation to: ChildPIPE exec="wget -qO- http://192.168.0.104:8875/?src=2%26fe=2%26freq=11052.75%26sr=22000%26msys=dvbs2%26mtype=8psk%26pol=h%26fec=23%26pids=0,1,16,17,18,1039,5420,5421,5424"
rtsp://192.168.0.112/?msys=childpipe&exec="wget%20-qO-%20http:%2F%2F192.168.0.104:8875%2F%3Fsrc=2%%26fe=2%%26freq=11052.75%%26sr=22000%%26msys=dvbs2%%26mtype=8psk%%26pol=h%%26fec=23%%26pids=0,1,16,17,18,1039,5420,5421,5424"
But my problem is how percent encode and decode it when translation is use. I now use %%26 so during decode only one % is removed (as a double percent decode)
Here is an example of how to make wget setup an channel
And also make it work for translation with something like
But my problem is how percent encode and decode it when translation is use. I now use %%26 so during decode only one % is removed (as a double percent decode)