Bug #4210
Transcoding broken with recent versions?
0%
Description
Hi folks,
I have several streaming (transcoding) profiles that worked fine, both with VLC and also with the builtin html5 player.
Now I noticed that this stopped working. Subscription starts and I see a first still picture of the started stream. Then it stalls and finally unsubscribes.
Anyone else seeing such symptoms? Otherwise I would start trying with older installs.
Thanks
Diddle
History
Updated by Joe User almost 8 years ago
What machine?
How are you installing? (Prebuilt, or build your own, etc)
Does all streaming fail, or just transcoding?
How about a log?
Updated by Dietmar Konermann almost 8 years ago
- cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"
Building / installing:
git pull
476 AUTOBUILD_CONFIGURE_EXTRA="--enable-libffmpeg_static --enable-trace --disable-libx265 --disable-dvbscan" ./Autobuild.sh
477 sudo dpkg -i ../tvheadend_4.1-2415~ge5f5a42_amd64.deb ../tvheadend-dbg_4.1-2415~ge5f5a42_amd64.deb
Nothing special in the Log:
2017-02-02 19:23:32.461 [ DEBUG]:service: 5: ZDF si 0x7f2e80073b50 SAT>IP DVB-S Tuner #2 (192.168.178.34) weight -1 prio 9 error 0
2017-02-02 19:23:32.461 [ DEBUG]:service: 7: ZDF si 0x7f2e801c49f0 SAT>IP DVB-S Tuner #4 (192.168.178.34) weight 0 prio 21 error 0
2017-02-02 19:23:32.461 [ DEBUG]:service: 6: ZDF si 0x7f2e801640e0 SAT>IP DVB-S Tuner #3 (192.168.178.34) weight 0 prio 21 error 0
2017-02-02 19:23:32.461 [ INFO]:subscription: 01C7: "HTTP" subscribing on channel "ZDF", weight: 100, adapter: "SAT>IP DVB-S Tuner #2 (192.168.178.34)", network: "Astra 19.2", mux: "11361.75H", provider: "ZDFvision", service: "ZDF HD", profile="matroska", hostname="192.168.178.58", username="tvh", client="Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36"
2017-02-02 19:23:32.461 [ DEBUG]:htsp: 192.168.178.38 [ tvh | Kodi Media Center ] - subscription grace 10 seconds
2017-02-02 19:23:32.842 [ DEBUG]:webui: Start streaming /tvh/stream/channel/e40d7793ff93d5b9ec96eba02a16869d?profile=matroska
2017-02-02 19:23:50.802 [ DEBUG]:epg: arm channel timer 2017-02-02;19:25:00(+0100) for ZDF
2017-02-02;19:25:00(+0100) for ZDF
2017-02-02 19:23:52.501 [ DEBUG]:epg: arm channel timer
2017-02-02 19:23:53.892 [ DEBUG]:epg: arm channel timer 2017-02-02;19:25:00(+0100) for ZDF
2017-02-02;19:25:00(+0100) for ZDF
2017-02-02 19:23:55.404 [ DEBUG]:epg: arm channel timer
2017-02-02 19:23:55.574 [ DEBUG]:epg: arm channel timer 2017-02-02;19:25:00(+0100) for ZDF
2017-02-02;19:25:00(+0100) for ZDF
2017-02-02 19:23:56.910 [ DEBUG]:epg: arm channel timer
2017-02-02 19:23:57.632 [ DEBUG]:tbl-eit: eit: completed pid 18 table 00000000 / 00000000
Notice that I see a still frame at this point in the browser. Subscription stats show data travelling in and out... weird.
Best regard
Diddle.
Updated by Jaroslav Kysela almost 8 years ago
You have not configured tvh to do transcoding (using the config or the correct streaming URL). You're using matroska profile, so tvh is sending the unmodified DVB stream to your browser and I doubt that chrome is able to play it.
Updated by Dietmar Konermann almost 8 years ago
Hi Perexg,
thx for the respsone... yeah, sorry. Bad example.
However, I have a lot of streaming profiles here that were working fine before. Always the same... stream starts and show some still frame only.
New test with webtv-vp8-vorbis-webm profile.
http://paste.ubuntu.com/23923908/
Thx
Diddle.
Updated by Jaroslav Kysela almost 8 years ago
- Subject changed from HTTP streaming broken with recent versions? to Transcoding broken with recent versions?
Updated by Jaroslav Kysela almost 8 years ago
Do you use own ffmpeg libraries or the tvheadend static ffmpeg build procedure?
Updated by Dietmar Konermann almost 8 years ago
I use the static one...
AUTOBUILD_CONFIGURE_EXTRA="--enable-libffmpeg_static --enable-trace --disable-libx265 --disable-dvbscan" ./Autobuild.sh
Updated by Dietmar Konermann almost 8 years ago
Sooo embarrassing.
My fault. Had installed the Chrome plugin "Disable HTML5 Autoplay" some weeks ago.
Sorry for the confusion and thanks for your help, nevertheless.
Diddle.