Kodi Community Forum
Bug missing subtitle stream - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Bug missing subtitle stream (/showthread.php?tid=184868)

Pages: 1 2 3 4 5


missing subtitle stream - Jönke - 2013-07-19

The following bugs are still in the latest xbmc gotham builds and have been for a while.

Channel switching with numbers (1,2,3 etc) dosen`t work, when i press a number the meny comes up, but dosen´t change channel.
-No subtitles in hd live-tv, only subtitles in sdtv works
-Still changes channel (unwanted) if press down in some menys. To reproduce:
watch live tv and bring osd up and go to change audio track and it changes channel unwanted.

Tested on OSX and raspberry pi with tvheadend addon

Most issues fixed, but not 100% working subs http://forum.xbmc.org/showthread.php?tid=184945


RE: Gotham pvr bugs - negge - 2013-07-20

Subtitles on some SD channels don't work either, although I've been unable to pin-point exactly why some work and some don't.

I can also confirm that channel switching by using the number buttons doesn't work.

The last issue (pressing down changes channels) I haven't noticed. Are you talking about the small channel changer that you can overlay on top of fullscreen video (I don't use that one personally)?


RE: Gotham pvr bugs - opdenkamp - 2013-07-25

debug logs


RE: Gotham pvr bugs - Jönke - 2013-07-25

Thanks for looking in to this.

http://xbmclogs.com/show.php?id=39427

This is what i did:
-Viewed hdtv and toggled subtitles but they won´t show up in live-tv (i can see and choose them in gui)
-From live tv running, i opened up audio settings settings meny and pressed down on remote from Volume to Audio offset and xbmc changes channel unwanted.
-Viewed livetv and pressed "1" on remote and channel change comes up but won´t change channel.
Also found a new bug, if i press stop when running live tv with pvr osd seen on screen, xbmc locks. This is not in my log but i guess this is the same http://forum.xbmc.org/showthread.php?tid=169778

(2013-07-20, 14:38)negge Wrote: The last issue (pressing down changes channels) I haven't noticed. Are you talking about the small channel changer that you can overlay on top of fullscreen video (I don't use that one personally)?

View live tv and bring this meny up and press down on remote
Image


RE: Gotham pvr bugs - ursli - 2013-07-25

The channel switching is still caused by this commit https://github.com/xbmc/xbmc/issues/2855 and not only happening on tvheadend, global issue.

It's also mentioned there: http://trac.xbmc.org/ticket/14469


RE: Gotham pvr bugs - opdenkamp - 2013-07-29

the channel switching is a known issue indeed.

as for the missing subtitles: log shows that the add-on and tvheadend are providing the correct data, and nothing changed in the add-on, pvr api or backend. so this bug appears to be caused by some change in dvdplayer (that probably got ported to omxplayer).

moving this topic and edited the title a bit


RE: missing subtitle stream - Jönke - 2013-07-30

Ok thanks!

I´ve posted a ticket http://trac.xbmc.org/ticket/14520


RE: missing subtitle stream - tashkas - 2013-08-16

(2013-07-19, 16:45)Jönke Wrote: The following bugs are still in the latest xbmc gotham builds and have been for a while.

Channel switching with numbers (1,2,3 etc) dosen`t work, when i press a number the meny comes up, but dosen´t change channel.
-No subtitles in hd live-tv, only subtitles in sdtv works
-Still changes channel (unwanted) if press down in some menys. To reproduce:
watch live tv and bring osd up and go to change audio track and it changes channel unwanted.

Tested on OSX and raspberry pi with tvheadend addon
I have same problems with android, but if channels has "no input detected" xbmc stucks you cant change channel.
here is some logs

http://xbmclogs.com/show.php?id=38743

sometimes im getting 7fps, but when I change channel and getting back to chanell im getting again 24fps for few hours. I don't get subtitles for sd too.


RE: missing subtitle stream - Jönke - 2013-09-11

(2013-07-29, 18:39)opdenkamp Wrote: as for the missing subtitles: log shows that the add-on and tvheadend are providing the correct data, and nothing changed in the add-on, pvr api or backend. so this bug appears to be caused by some change in dvdplayer (that probably got ported to omxplayer).

moving this topic and edited the title a bit

This is still a issue in Gotham, and is only an issue in live-tv , viewing tvheadend recordings shows the subtitle. So is it a "Pvr- issue" after all ?


RE: missing subtitle stream - illiac4 - 2013-10-08

It is still an issue. The subtitles does not show when viewing live tv but does show up when watching a recording of the same live tv..

Here is another debug log if it helps. Just focus on live stream Discovery channel. First i have started live tv where subtitles does not work and then recording where subtitles works. I hope it helps.:

http://pastebin.com/ZY0u3fuH


RE: missing subtitle stream - Jönke - 2013-10-31

@opdenkamp any news on this ? I´m stuck on Frodo otherwiseWink


RE: missing subtitle stream - negge - 2013-11-26

@Jönke: nope, still broken.


RE: missing subtitle stream - negge - 2013-12-13

I started bisecting yesterday and while I'm not done yet (cause it takes forever to recompile time after time) I suspect it was the ffmpeg bump that went in in the middle of April that broke the subtitles. The diff is ridiculously large so I don't know how to track down the change any further.


RE: missing subtitle stream - Jönke - 2013-12-13

Ok hope you find something. At first only subtitles from hdtv went missing and subtitles from sdtv was working. Later all subtitles from livetv was missing. But could it really be the ffmpeg bump causing this? As subtitles from recordings works..


RE: missing subtitle stream - negge - 2013-12-15

Found the cause: https://github.com/xbmc/xbmc/commit/8967acd26032c9daeec2f3a1656372eebb6647f5#commitcomment-4865505