New DVB subtitle filter (TsReader based) (1 Viewer)

SweMart

MP Donator
  • Premium Supporter
  • March 25, 2006
    359
    11
    46
    Stockholm, Sweden
    Home Country
    Sweden Sweden
    Im testing this new patched tsreader tonight, the last one was so unstable in my system that i couldnt use it.

    Just one clarification:

    The patched teletext tsreader is mostly for those that cannot live without teletext while i move the teletext code out of the filter and into MP itself. It is not something i need tested as it will be replaced by the new/moved teletext code (but it would annoy me slightly if the old code worked perfectly now, and the previous problems were due to bugs elsewhere in TsReader).

    The 'new' teletext code is currently being tested only by me, and as mentioned above i wouldn't mind more test samples.

    Have you got a code diff or something I can use to build a new TsReader including your patch?

    Everything works really well! Wife is happy, can't get her away from Canal+ :)
     

    phunqe

    Portal Pro
    April 28, 2007
    236
    0
    Having some issues. Everything worked fine until I unregistered DVD2sub.ax

    TV refuses to show. Everytime I select TV on I get the following in my log (attached).

    Any ideas?

    Thanks.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Having some issues. Everything worked fine until I unregistered DVD2sub.ax

    TV refuses to show. Everytime I select TV on I get the following in my log (attached).

    Any ideas?

    Thanks.

    try removing the Mediaportal.xml entry.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Im testing this new patched tsreader tonight, the last one was so unstable in my system that i couldnt use it.

    Just one clarification:

    The patched teletext tsreader is mostly for those that cannot live without teletext while i move the teletext code out of the filter and into MP itself. It is not something i need tested as it will be replaced by the new/moved teletext code (but it would annoy me slightly if the old code worked perfectly now, and the previous problems were due to bugs elsewhere in TsReader).

    The 'new' teletext code is currently being tested only by me, and as mentioned above i wouldn't mind more test samples.

    Have you got a code diff or something I can use to build a new TsReader including your patch?

    Everything works really well! Wife is happy, can't get her away from Canal+ :)

    Here's how to compile the directshow filters:

    http://wiki.team-mediaportal.com/Me...head-1886ef7825585c84a5ad9214f0e4a37d8a8a95d5

    Here are the needed changes to enable the teletext support in TsReader:

    TsReader.cpp

    #1 CBasePin * CTsReaderFilter::GetPin(int n)

    change "//return m_pTeletextPin;" to "return m_pTeletextPin;"

    #2 int CTsReaderFilter::GetPinCount()

    change "return 3;" to "return 4;"
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Having some issues. Everything worked fine until I unregistered DVD2sub.ax

    TV refuses to show. Everytime I select TV on I get the following in my log (attached).

    Any ideas?

    Thanks.

    try removing the Mediaportal.xml entry.

    It works if I remove the entry, but I don't get any subtitles.

    "Everything worked fine until I unregistered DVD2sub.ax"

    Well, it cannot work if you have the filter in untegistered state. Please go to MP installation folder with command promt and re-register the DVBsub2.ax filer and make sure that it's not failing. (regsvr32 DVBSub2.ax)
     

    phunqe

    Portal Pro
    April 28, 2007
    236
    0
    Well I ment everything except subtitles was working before I un-registered DVDsub2.ax as a last step.

    I'm reinstalling everything at the moment, I'll be back in a moment.

    Ok I'm at the stage now where I have installed the very latest SVNs of everything, configured the TV server and plugins and I'm about to set the useTSReader.txt file. What should I do now? Should I add the .xml entry and unregister the .ax file or?
     

    Seidelin

    Retired Team Member
  • Premium Supporter
  • August 14, 2006
    1,755
    652
    Kgs. Lyngby
    Home Country
    Denmark Denmark
    Ok I'm at the stage now where I have installed the very latest SVNs of everything, configured the TV server and plugins and I'm about to set the useTSReader.txt file. What should I do now? Should I add the .xml entry and unregister the .ax file or?

    You only need to unregister older DVBsub2.ax's. That is, if you have played around with earlier versions (in other folders like: C:\DVBSUB or special test versions with different names).

    If you still don't get it working, you could try joining the IRC channel.

    Regards
    Seidelin
     

    phunqe

    Portal Pro
    April 28, 2007
    236
    0
    I can't figure out what I'm doing wrong. I've followed the instructions in the first post of this thread and I'm running 11-03 SVN of both MP and TV3.

    Pressing the yellow button on the MCE remote or the 'L' key on the keyboard does nothing at all.

    I've attached my logs, which includes a channel where subs should be present. I see things in the log that indicate problems, but I'm not familiar enough with the system to understand what is wrong.

    Thanks for helping.
     

    Seidelin

    Retired Team Member
  • Premium Supporter
  • August 14, 2006
    1,755
    652
    Kgs. Lyngby
    Home Country
    Denmark Denmark
    I can't figure out what I'm doing wrong. I've followed the instructions in the first post of this thread and I'm running 11-03 SVN of both MP and TV3.

    Pressing the yellow button on the MCE remote or the 'L' key on the keyboard does nothing at all.

    I've attached my logs, which includes a channel where subs should be present. I see things in the log that indicate problems, but I'm not familiar enough with the system to understand what is wrong.

    Thanks for helping.

    Teletext subtitles are currently disabled in the subtitle filter.
    If you want to enable those, it can be done as described in these two posts (but you may get stability issues):
    https://forum.team-mediaportal.com/showpost.php?p=193874&postcount=397
    https://forum.team-mediaportal.com/showpost.php?p=197662&postcount=409

    Regards
    Seidelin
     

    Users who are viewing this thread

    Top Bottom