HELP US: Testing the new filter (2 Viewers)

Status
Not open for further replies.

alexv

Portal Member
October 20, 2006
12
0
43
Home Country
Germany Germany
"Add Graph to ROT" registry option

Thanks for your great work.
Not sure if this is the right place for my feature request.

I'm using your filter with window media player ocx (.net control) and so far everythings nearly perfect.
I have only one small problem: wmp seems to update the duration on a file only when it initially builds the graph.
This means if I'm playing a currently recorded show (or timeshift) the duration property of the wmp control is not updated.
If I could get a reference to the directshow graph in the ROT I could invoke IMediaSeeking::GetDuration by myself and my problem would be solved.
So please could you add an "Add Graph to ROT" option to the filter. Best place on my opinion would be the registry.
By the way: the "old" TSFileSource filter had such an option.

I took a quick look on the source code and recognized that there is already "Add Graph to ROT" functionality. Could you please wrap a registry lookup for the option around this?

Edit: A unique ROT display name would also be great (suggest: "tsreader playing <somemovie>.ts") to be sure to connect to the correct graph.

Thanks.
 

MPUserFromGER

MP Donator
  • Premium Supporter
  • July 31, 2006
    403
    3
    Germany
    Home Country
    Germany Germany
    LiveTV video and audio freezes afterchannel change

    Hi,

    just had a video and audio freeze after changing the channel from "RTL television" to "kabel eins".
    I am using
    - TT S2-3200 with CI
    - Driver 5.0.0.2
    - Cyberlink codecs
    - SVN MediaPortal-svn--09-14-2007--01-08-Rev15881.exe
    - TVE tvengine3-09-14-2007--01-25h--Rev15881.zip

    Logs attached.

    P.S. If I exit Live TV and reenter it, it is fine again.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Hi,

    just had a video and audio freeze after changing the channel from "RTL television" to "kabel eins".
    I am using
    - TT S2-3200 with CI
    - Driver 5.0.0.2
    - Cyberlink codecs
    - SVN MediaPortal-svn--09-14-2007--01-08-Rev15881.exe
    - TVE tvengine3-09-14-2007--01-25h--Rev15881.zip

    Logs attached.

    P.S. If I exit Live TV and reenter it, it is fine again.

    17-09-2007 20:32:37 FileReader::Read() no open file
    17-09-2007 20:32:37 READ FAILED2
    17-09-2007 20:32:37 SEEK FAILED

    Could be a server issue?
     

    JulianBuss

    Portal Pro
    November 14, 2004
    136
    2
    this problem:
    - play a recorded show, press skip or ff or rew or info button, then playing is stopped and the list of records is displayed again
    - it is codec independend
    - it only occurs with the new TSReader - with the old reader skipping and ff/rew is fine
    - it occurs in multiseat environment (for me: one server, one client)
    - when playing the TS file with "myVideo" skipping, ff and rew works fine

    still exists with Rev 15939.
     

    MPUserFromGER

    MP Donator
  • Premium Supporter
  • July 31, 2006
    403
    3
    Germany
    Home Country
    Germany Germany
    Hi,

    just had a video and audio freeze after changing the channel from "RTL television" to "kabel eins".
    I am using
    - TT S2-3200 with CI
    - Driver 5.0.0.2
    - Cyberlink codecs
    - SVN MediaPortal-svn--09-14-2007--01-08-Rev15881.exe
    - TVE tvengine3-09-14-2007--01-25h--Rev15881.zip

    Logs attached.

    P.S. If I exit Live TV and reenter it, it is fine again.

    17-09-2007 20:32:37 FileReader::Read() no open file
    17-09-2007 20:32:37 READ FAILED2
    17-09-2007 20:32:37 SEEK FAILED

    Could be a server issue?

    I am using single seat, so how could that be?
     

    lkuech

    Retired Team Member
  • Premium Supporter
  • February 16, 2007
    576
    83
    51
    Hamburg
    Home Country
    Germany Germany
    Hi all. Hi tourettes!

    I also experience a new bug that seems to be introduced with one of the latest changes to the tsreader.

    The pictures freezes after some channel changes. Has for as I was able to "nail it down", it does happen if I change from a channel this a mpg2 audio track to a channel with 2 mpg1 tracks (stereo) and 1 AC3 tracks.

    I have attached a log based on SVN 15939 where the problem occurs (at 15:19:04). IIRC it was during a channel change from "Das Erste" to "Kabel eins" (or the other way around).

    During my further investigation I tried to install older TVPlugins (only the plugin not the server) and noticed that I was not able to reproduce the problem with version smaller or equal to 15881.

    This 15898 the problem is there!

    So it must be somewhere between...

    I hope that helps a little.

    bye
    Lars
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Hi,

    just had a video and audio freeze after changing the channel from "RTL television" to "kabel eins".
    I am using
    - TT S2-3200 with CI
    - Driver 5.0.0.2
    - Cyberlink codecs
    - SVN MediaPortal-svn--09-14-2007--01-08-Rev15881.exe
    - TVE tvengine3-09-14-2007--01-25h--Rev15881.zip

    Logs attached.

    P.S. If I exit Live TV and reenter it, it is fine again.

    17-09-2007 20:32:37 FileReader::Read() no open file
    17-09-2007 20:32:37 READ FAILED2
    17-09-2007 20:32:37 SEEK FAILED

    Could be a server issue?

    I am using single seat, so how could that be?

    TVE3 service fails to create the file and then TsReader doesn't have anything that it could read on the player side. Only a guess as logs don't tell any obvious reason for this.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Hi all. Hi tourettes!

    I also experience a new bug that seems to be introduced with one of the latest changes to the tsreader.

    The pictures freezes after some channel changes. Has for as I was able to "nail it down", it does happen if I change from a channel this a mpg2 audio track to a channel with 2 mpg1 tracks (stereo) and 1 AC3 tracks.

    I have attached a log based on SVN 15939 where the problem occurs (at 15:19:04). IIRC it was during a channel change from "Das Erste" to "Kabel eins" (or the other way around).

    During my further investigation I tried to install older TVPlugins (only the plugin not the server) and noticed that I was not able to reproduce the problem with version smaller or equal to 15881.

    This 15898 the problem is there!

    So it must be somewhere between...

    I hope that helps a little.

    bye
    Lars

    "18-09-2007 15:19:04 vid:compensation:9084.444"

    I guess thats the cause. I did see that multiple times when I was working with the seeking speed up (without any of the actual speed up code enabled) but I wasn't able to find the reason for that. Somehow the TsReader thinks that video stream needs to be compensated a quite big value (normaly it's just under 1).

    Maybe Frodo would have more specific knowledge on this issue as I'm pretty much out of ideas.
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Fixed: TsReader 15956 - Log file wasn't cleared between TsReader "runs".
     

    djm66

    Portal Pro
    February 13, 2007
    70
    0
    46
    Hello all,

    I'm using very recent versions of MP and TV3 and recording in the ts. format. Whenever TV3 performs a fairly long recording (around 2 hours) and I want to fast forward to the end (x32 speed let's say), MP crashes.

    Is it worth me trying the tsreader? Might anything else be causing crashing during fast-forward?

    It would be good if one could manually skip to later parts of the recording in one click to save fast-forwarding.

    Thanks,
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom