Hello. I am trying to debug why my IPTV streams do not work.
I just get "client hung up" immediately after starting the stream... Sometimes I might see 1 frame of video.
Below is a screenshot of my debugging.
Here is the log
2022-10-26 18:31:50.606 http: 10.0.1.7: using ticket a3da9b96ae745c5e7c72bbadb502fcc4130b782f for /stream/service/74d6eba1e72ec5c3068f3ae853f10d62
2022-10-26 18:31:50.608 service: 2: IPTV/http://10.0.1.7:8001/play/Service01 si 0x7f680f7f50 weight 0 prio 11 error 0 (OK)
2022-10-26 18:31:50.608 subscription: 0005: "HTTP" subscribing to service "IPTV/http://10.0.1.7:8001/play/Service01", weight: 100, adapter: "IPTV #1", network: "IPTV", mux: "http://10.0.1.7:8001/play", provider: "FFmpeg", profile="pass", hostname="10.0.1.7", client="VLC/3.0.16 LibVLC/3.0.16"
2022-10-26 18:31:50.608 webui: Start streaming /stream/service/74d6eba1e72ec5c3068f3ae853f10d62?ticket=a3da9b96ae745c5e7c72bbadb502fcc4130b782f
2022-10-26 18:31:51.608 webui: Stop streaming /stream/service/74d6eba1e72ec5c3068f3ae853f10d62?ticket=a3da9b96ae745c5e7c72bbadb502fcc4130b782f, client hung up
2022-10-26 18:31:51.608 subscription: 0004: "HTTP" unsubscribing, hostname="10.0.1.7", client="VLC/3.0.16 LibVLC/3.0.16"
The stream is not the problem. If I play it directly in VLC it is flawless.
I am not interested in using the av library, or using pipe commands.
I would like to figure out the exact reason why these streams will not play.
My main system is a Ubuntu host with TVH inside a Docker container (linuxserver.io)
I experience the same results on my Raspberry Pi with native install.