Hello everybody,
I run tvheadend docker, with network_mode="host". I have swisscom IPTV. If I add the mux (https://iptv-ch.github.io/swisscom-hd.m3u), i get the following and no services:
2024-10-29 11:57:44.210 mpegts: https://iptv-ch.github.io/swisscom-hd.m3u in Swisscom_non_auto - tuning on IPTV #1
2024-10-29 11:57:44.212 epggrab: https://iptv-ch.github.io/swisscom-hd.m3u in Swisscom_non_auto - registering mux for OTA EPG
2024-10-29 11:57:44.213 subscription: 0006: "scan" subscribing to mux "https://iptv-ch.github.io/swisscom-hd.m3u", weight: 5, adapter: "IPTV #1", network: "Swisscom_non_auto", service: "Raw PID Subscription"
2024-10-29 11:57:44.424 httpc: 0003: Unable to connect to 239.186.76.26:10000 - Network unreachable
2024-10-29 11:57:44.424 iptv: cannot reopen http client: -22'
2024-10-29 11:57:49.210 mpegts: https://iptv-ch.github.io/swisscom-hd.m3u in Swisscom_non_auto - scan no data, failed
2024-10-29 11:57:49.210 subscription: 0006: "scan" unsubscribing
But if I open a bash in the container and run ffmpeg -i rtp://239.186.76.26:10000
it seems it can get this network stream:
[h264 @ 0x717e1c4f5b40] decode_slice_header error
[h264 @ 0x717e1c4f5b40] non-existing PPS 0 referenced
[h264 @ 0x717e1c4f5b40] decode_slice_header error
[h264 @ 0x717e1c4f5b40] no frame!
[h264 @ 0x717e1c4f5b40] non-existing PPS 0 referenced
Last message repeated 1 times
[h264 @ 0x717e1c4f5b40] decode_slice_header error
[h264 @ 0x717e1c4f5b40] non-existing PPS 0 referenced
[h264 @ 0x717e1c4f5b40] decode_slice_header error
[h264 @ 0x717e1c4f5b40] no frame!
[rtp @ 0x717e1c6c9600] Could not find codec parameters for stream 5 (Unknown: none ([5][0][0][0] / 0x0005)): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
[rtp @ 0x717e1c6c9600] Could not find codec parameters for stream 6 (Unknown: none ([12][0][0][0] / 0x000C)): unknown codec
Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (5000000) options
Input #0, rtp, from 'rtp://239.186.76.26:10000':
Duration: N/A, start: 73624.987733, bitrate: N/A
Program 1
Stream #0:1: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, progressive), 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn
Stream #0:5: Unknown: none ([5][0][0][0] / 0x0005)
Stream #0:6: Unknown: none ([12][0][0][0] / 0x000C)
Stream #0:0(fra,fra): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)
Stream #0:2(fra): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 448 kb/s
Stream #0:3(eng): Audio: aac (HE-AAC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 96 kb/s
Stream #0:4(mis): Audio: aac (HE-AAC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 95 kb/s
At least one output file must be specified
Any ideas?
Thanks, Edi