cannot stream from DVB-T2 and TVH 4.1 (unstable) with Kodi 17.1
Added by Michael Freudenberg over 7 years ago
Hi All,
i have an issue running a HTSP stream from Kodi 17.1 together with TVH 4.1 installed from the following Ubuntu respository:
https://dl.bintray.com/tvheadend/ubuntu unstable main
When i click on a channel in the list in kodi to start the stream, i don't get any picture or sound. When i check the TVH status, i can see that a subscription is running successfully. Kodi does not throw any errors or warnings. I'm attaching the Kodi.log wiht debugging enabled.
The THV log looks as follows:
2017-05-07 19:51:07.082 htsp: <blanked>: Welcomed client software: Kodi Media Center (HTSPv25) 2017-05-07 19:51:07.084 htsp: <blanked> [ Kodi Media Center ]: Identified as user Michael 2017-05-07 19:51:07.084 htsp: <blanked> [ Michael | Kodi Media Center ]: Privileges raised 2017-05-07 19:51:12.842 mpegts: 586MHz in DVB-T2 - tuning on Silicon Labs Si2168 : DVB-T #0 2017-05-07 19:51:12.843 subscription: 077B: "<blanked> [ Michael | Kodi Media Center ]" subscribing on channel "SWR RP HD", weight: 150, adapter: "Silicon Labs Si2168 : DVB-T #0", network: "DVB-T2", mux: "586MHz", provider: "ARD", service: "SWR RP HD", profile="htsp", hostname="xxx", username="Michael", client="Kodi Media Center" 2017-05-07 19:51:13.649 linuxdvb: Unable to provide BER value. 2017-05-07 19:51:13.649 linuxdvb: Unable to provide UNC value. 2017-05-07 19:51:16.898 subscription: 077B: "<blanked> [ Michael | Kodi Media Center ]" unsubscribing from "SWR RP HD", hostname="<blanked>", username="Michael", username="Kodi Media Center" 2017-05-07 19:51:20.239 htsp: <blanked> [ Michael | Kodi Media Center ]: Disconnected
Server:
Intel NUC N3700
Ubuntu 16.04 Desktop
2x August DVB-T210
TVH 4.1 from unstable branch
Client
Windows 10
Kodi 17.1 from Windows installer (not as App)
Does anyone have an idea, what could i check?
Thanks and Regards,
Michael
kodi_stream_not_running.PNG (255 KB) kodi_stream_not_running.PNG | |||
kodi.log (112 KB) kodi.log |
Replies (2)
RE: cannot stream from DVB-T2 and TVH 4.1 (unstable) with Kodi 17.1 - Added by Mark Clarkstone over 7 years ago
- Firstly upgrade to 4.2 - See the AptRepository page - I don't think the Ubuntu repo has been updated in a while.
- You can try turning off "Use packet backlog" in Configuration -> General -> Base, or maybe even enable it.
RE: cannot stream from DVB-T2 and TVH 4.1 (unstable) with Kodi 17.1 - Added by Michael Freudenberg over 7 years ago
I upgraded my tvh to 4.2 by the use of this repository:
apt-add-repository ppa:mamarley/tvheadend-git-stable
Now i have the same issue, but after a few seconds of streaming Kodi crashes (please find attached the Kodi.log). I tried also streaming directly via VLC - this seems to work. I have a barely judder-free picture and sound.
After trying around a while, i figured out that DXVA2 Hardware Acceleration caused the problem. After disabling it and switching to DXVA i was able to stream flawless from kodi. The drawback is, that my CPU load is quite high due to the HEVC codec. Maybe i will have to check for an driver update of my intel onboard graphics card.
Thanks a lot!
Regards,
Michael
PS: Disabling and enabling Packet block didn't seem to make a difference for me.