Hello,
I've been using Tvheadend for months on a RaspberryPi3 with its TV HAT. I'm located in Italy.
Everything has been working perfectly when streaming FullHD channels on the mpv client on my PC. The channels are encoded either with H264 and HEVC. So far so good.
Since a few week a new 4K channel has been introduced by Rai ("Rai 4K", on the 101 TV channel), however I'm not able to see it from mpv using the very same CLI that I've been using with every FullHD channel:
$ mpv "http://192.168.3.100:9981/stream/channelnumber/101"
Failed to open http://192.168.3.100:9981/stream/channelnumber/101.
[ytdl_hook] ERROR: [generic] Unable to download webpage: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) (caused by TransportError("('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))"))
[ytdl_hook] youtube-dl failed: unexpected error occurred
This is what I see from journalctl on the raspberry:
Feb 24 20:28:46 rpi3 tvheadend[594]: subscription: 006E: No input source available for subscription "HTTP" to channel "Rai 4K"
Feb 24 20:28:46 rpi3 tvheadend[594]: webui: Couldn't start streaming /stream/channelnumber/101, No assigned adapters
Feb 24 20:28:46 rpi3 tvheadend[594]: subscription: 006E: "HTTP" unsubscribing from "Rai 4K", hostname="192.168.1.150", client="libmpv"
Feb 24 20:28:49 rpi3 tvheadend[594]: subscription: 006F: No input source available for subscription "HTTP" to channel "Rai 4K"
Feb 24 20:28:49 rpi3 tvheadend[594]: webui: Couldn't start streaming /stream/channelnumber/101, No assigned adapters
Feb 24 20:28:49 rpi3 tvheadend[594]: subscription: 006F: "HTTP" unsubscribing from "Rai 4K", hostname="192.168.1.150", client="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.3>
This channel should be HEVC encoded, I think. As already mentioned, I'm able to stream HEVC 1080p channels.
So my question is: is TVheadend supposed to work with a 4K channel? Does the raspberry TV HAT support 4K?
I'm happy to provide more info, just let me know what you need!
Thanks