Normal
Hi JacobYes, I would expect that, given the contents of the m3u file.The URLs. They all contain the DVB Service Description Table PID. Therefore all channels for the corresponding transmitter will be found each time you scan one transmitter.Example:The channels that will be found are all channels on the same transmitter (for DVB-C, frequency):1. ARD - ARD/Das Erste101. Borch Teknik - dk4 HD801. Folketinget - FOLKETINGET HD901. GLOBECAST - France 241301. Nordjyske Medier - 24Nordjyske HD1701. Radio - Teracom - DR-Nyheder1804. Radio - Waoo - NRK mP32903. Waoo - DR Ultra3001. ZDFvision - ZDF(You can see this by checking all the channels with "freq=250" in the URL.)...but actually only the original/target channel (1. ARD - ARD/Das Erste) will work.To fix, remove the SDT PID (17) from the PID list in each URL.Example:rtsp://192.168.100.111:554/?freq=250&msys=dvbc&sr=6875&mtype=256qam&pids=0,16,17,18,20,100,101,102,103,106,105,104...should be changed to...rtsp://192.168.100.111:554/?freq=250&msys=dvbc&sr=6875&mtype=256qam&pids=0,16,18,20,100,101,102,103,106,105,104P.S. You can edit m3u files in any text editor (notepad, wordpad etc.).
Hi Jacob
Yes, I would expect that, given the contents of the m3u file.
The URLs.
They all contain the DVB Service Description Table PID. Therefore all channels for the corresponding transmitter will be found each time you scan one transmitter.
Example:
The channels that will be found are all channels on the same transmitter (for DVB-C, frequency):
(You can see this by checking all the channels with "freq=250" in the URL.)
...but actually only the original/target channel (1. ARD - ARD/Das Erste) will work.
To fix, remove the SDT PID (17) from the PID list in each URL.
rtsp://192.168.100.111:554/?freq=250&msys=dvbc&sr=6875&mtype=256qam&pids=0,16,17,18,20,100,101,102,103,106,105,104
...should be changed to...
rtsp://192.168.100.111:554/?freq=250&msys=dvbc&sr=6875&mtype=256qam&pids=0,16,18,20,100,101,102,103,106,105,104
P.S. You can edit m3u files in any text editor (notepad, wordpad etc.).