Bug #3721
Using IPTV auto network: commas in URLs will cause scan fail.
100%
Description
Hi, first time tvheadend user here, so I hope I did not overlook anything.
I used the new auto feature to import the playlist of my AVM DVB-C to IPTV adapter. I created a new IPTV automatic network and added the URL of the m3u file directly from this URL: http://10.1.0.9/dvb/m3u/tvhd.m3u
It seems to catch the file correctly and start scanning. This is where I see, that the rtsp links in the file are not correctly read. Here from the log:
2016-04-13 20:11:02.710 mpegts: tvhd.m3u - Das Erste HD in avm-dvbc-hdtv - tuning on IPTV 2016-04-13 20:11:02.710 eit: registering mux tvhd.m3u - Das Erste HD in avm-dvbc-hdtv 2016-04-13 20:11:02.710 subscription: 002B: "scan" subscribing to mux "tvhd.m3u - Das Erste HD", weight: 5, adapter: "IPTV", network: "avm-dvbc-hdtv", service: "Raw PID Subscription" 2016-04-13 20:11:02.715 iptv: invalid error code 500 for 'rtsp://10.1.0.9:554/?freq=330&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=0&pids=0%2C16%2C17%2C18%2C20%2C5100%2C5101%2C1170%2C2171%2C2172%2C5102%2C5103%2C5104%2C5105' 2016-04-13 20:11:07.710 mpegts: tvhd.m3u - Das Erste HD in avm-dvbc-hdtv - scan no data, failed 2016-04-13 20:11:07.710 subscription: 002B: "scan" unsubscribing
And here the corresponding part of the m3u file.
#EXTM3U #EXTINF:-1,Das Erste HD #EXTVLCOPT:network-caching=1000 rtsp://10.1.0.9:554/?freq=330&bw=8&msys=dvbc&mtype=256qam&sr=6900&specinv=0&pids=0,16,17,18,20,5100,5101,1170,2171,2172,5102,5103,5104,5105
(of course there are additional streams and it's all the same)
So, as you can see, the commas are converted to "%2C" which doesn't seem to work. If I can contribute with more information, please ask.
Thanks and BR!
Files
History
Updated by Jaroslav Kysela over 8 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:tvheadend|616413f510b2564bfcfa4517b2cb6f0ce5e719fc.
Updated by Patrick Hanft over 8 years ago
Works perfectly in 4.1-1892~g616413f~vivid. Thank you very much for this phenomenally quick fix!
Updated by Maik Horn about 7 years ago
- File clean_ASTRA_19_2E.m3u clean_ASTRA_19_2E.m3u added
Hi,
could it be that this bug is back again? I Imported the attached m3u with 4.3.589:
but the Muxes URL field show:
rtsp://192.168.0.7/?src=1&freq=11494&pol=h&ro=0.35&msys=dvbs2&mtype=8psk&plts=on&sr=22000&fec=23&pids=0%2C17%2C18%2C5110%2C5111%2C5112%2C5113
With this it will not find any service until i replace all %2c with comma manually.