Problem with DVB subtitles (1 Viewer)

kuku

Portal Member
May 7, 2008
33
3
Hi folks, I have been having a problem with the DVB subtitles. They are enabled from the Mediaportal configuration - I have followed all the instructions in the DVB subtitle thread. But when I press the "L" button, nothing gets rendered on the screen. If I record a show and I use VLC player to play it, the subtitles show just fine. But no luck if I use MP to play it.

I live in New Zealand. I have Mediaportal RC1 (tried pretty much all SVNs without any success). My OS is WinXP SP2, my tv tuner is Hauppauge HVR 3000 and my videocard is Nvidia 8800 (latest drivers).

I'm am attaching my log files. If you check DVBsubs.log, you will notice something funny:

03-06-2008 18:57:41.984 [1608]CSubtitle:: CREATE count 1
03-06-2008 18:57:41.984 [1608]Subtitle PTS 0:00:06.620
03-06-2008 18:57:41.984 [1608]DVBsubs: ERROR: Unknown segment 14, length 5, data=10 02 cf 02
03-06-2008 18:57:43.875 [1608]CSubtitle::~CSubtitle() count 0
03-06-2008 18:57:43.875 [1608]CSubtitle:: CREATE count 1
03-06-2008 18:57:43.875 [1608]Subtitle PTS 0:00:08.630
03-06-2008 18:57:43.875 [1608]DVBsubs: ERROR: Unknown segment 14, length 5, data=10 02 cf 02
03-06-2008 18:57:50.984 [1608]CSubtitle::~CSubtitle() count 0
03-06-2008 18:57:50.984 [1608]CSubtitle:: CREATE count 1
03-06-2008 18:57:50.984 [1608]Subtitle PTS 0:00:15.520
03-06-2008 18:57:50.984 [1608]DVBsubs: ERROR: Unknown segment 14, length 5, data=10 02 cf 02

etc., etc.

I should probably note that DVB Viewer displays the DVB subtitles fine, but I like Mediaportal better!

I would appreciate your help. :D
 

tourettes

Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Please upload small sample .ts recording that shows the issue. You can check the FTP account details in the DVB subtitle thread.
     

    kuku

    Portal Member
    May 7, 2008
    33
    3
    I uploaded the file NZ-TV2_kuku.ts. The DVB subtitles are in the file (they can be displayed with VLC), it is just that MP does not show them.

    Thanks in advance.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    The stream contains some data segments that arent defined in the DVB subtitle specification. I have no clue what the segment type 0x14 is as the specification doesnt tell that. Previously the filter was dropping the complete PES packet when it did receive a segment that it didnt know. I'll add the some logic to keep processing the rest of PES packet when 0x14 segment type (what ever it is...) is received. At least the sample should play ok with that modification. Please check the results with this weeks SVN build wich is out due Friday.

    btw. when I tried to play the sample .ts file with VLC I had few issues. 1) VLC was showing only few static frames (some had huge corruption) 2) VLC managed to decode only one subtitle string 3) VLC crashed pretty randomly with that clip. ...well at least MP plays it nicely, thats the most important thing :)
     

    Users who are viewing this thread

    Top Bottom