MediaPortal SVN-Snapshot:-09-17-2009 18-50h - Revision:23652.rar (1 Viewer)

Status
Not open for further replies.

robyf

Retired Team Member
  • Premium Supporter
  • June 20, 2005
    1,076
    278
    52
    Bolzano
    Home Country
    Italy Italy
    @pilehave
    as this is introduced by livemedia lib which is used for rtsp it should be related to every client - where you use livetv or view recordings through rtsp


    But it seems to happen also on my single seat setup...

    Log files and bug report?

    It may be that there are more problems. We'll only find them if you report them fully.

    Best wishes,

    Mark

    As soon as it happens again (and wife is not watching tv) I will post logs...
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    wanted to post logs but they got deleted even the bak is not long enough... :-( will post some when i have them
     

    WileECoyote

    MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    I installed the latest SVN, configured the TV Server & MediaPortal successfully. When I start MP for the first time, I get an Out of Memory message box, but the error log shows an "Object reference not set to an instance of an object" error. Logs attached...

    I've also tried Blue3Wide with the exact same results (see attached MediaPortal Blue3Wide)...
     

    Attachments

    • MediaPortal.zip
      30.6 KB
    • MediaPortal Blue3Wide.zip
      30.7 KB

    te3hpurp

    Retired Team Member
  • Premium Supporter
  • September 23, 2008
    910
    231
    Rovaniemi
    Home Country
    Finland Finland
    Just a test for getting dxva working with win7 for HD. Of course i've done
    disabling ms default codecs. and using pdvd8 for h.264

    Earlier mp hanged when zapping to hd channel. And HardDrive spinned like crazy.
    So i just tested. This is not good coding, but now i have working set. HD channels work well in Win7.

    Symptoms that made me do this, might be only mine and no-one else has similar problem,
    but just want to share this. Here is what i did.

    BaseTsReaderPlayer.cs Line 507 in todays svn

    _mediaSeeking.SetPositions(new DsLong(0), AMSeekingSeekingFlags.AbsolutePositioning, new DsLong(0),
    AMSeekingSeekingFlags.NoPositioning);
    _mediaCtrl.Run();
    _mediaSeeking.SetPositions(new DsLong(0), AMSeekingSeekingFlags.AbsolutePositioning, new DsLong(0),
    AMSeekingSeekingFlags.NoPositioning);

    lines to :

    //_mediaSeeking.SetPositions(new DsLong(0), AMSeekingSeekingFlags.AbsolutePositioning, new DsLong(0),
    // AMSeekingSeekingFlags.NoPositioning);
    _mediaCtrl.Run();
    // _mediaSeeking.SetPositions(new DsLong(0), AMSeekingSeekingFlags.AbsolutePositioning, new DsLong(0),
    // AMSeekingSeekingFlags.NoPositioning);

    This disables(in my opinion unnecessary seeking) when basetsreaderplayer starts to play.

    So far no side-effects noticed, except now i can use Win7 as primary OS.

    regards,
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    DVD Playback still broken!

    Hi Devs!

    Unfortunately DVD Playback is still broken with this SVN, i get a black screen! But if i go quickly into the DVD Menu and select a chapter, Playback is working! Timeline also doesn't work!
    Playback in WMP is working fine! Logs are attached!

    Best regards

    Helios
     

    tourettes

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

    Unfortunately DVD Playback is still broken with this SVN, i get a black screen! But if i go quickly into the DVD Menu and select a chapter, Playback is working! Timeline also doesn't work!
    Playback in WMP is working fine! Logs are attached!

    Does that happen all DVDs? Unfortunately I cannot reproduce such issue and Manfred is away for approx a week so I guess next SVN will have same issue.
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    Hi Devs!

    Unfortunately DVD Playback is still broken with this SVN, i get a black screen! But if i go quickly into the DVD Menu and select a chapter, Playback is working! Timeline also doesn't work!
    Playback in WMP is working fine! Logs are attached!

    Does that happen all DVDs? Unfortunately I cannot reproduce such issue and Manfred is away for approx a week so I guess next SVN will have same issue.

    Hi tourettes!

    Thanks for your repply! I think, we have to wait till Manfred is back! I have just found this Posting!

    Best regards

    Helios
     

    tourettes

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

    Unfortunately DVD Playback is still broken with this SVN, i get a black screen! But if i go quickly into the DVD Menu and select a chapter, Playback is working! Timeline also doesn't work!
    Playback in WMP is working fine! Logs are attached!

    Does that happen all DVDs? Unfortunately I cannot reproduce such issue and Manfred is away for approx a week so I guess next SVN will have same issue.

    Hi tourettes!

    Thanks for your repply! I think, we have to wait till Manfred is back! I have just found this Posting!

    At least one thing that could explain non-working DVD menus is that you aren't using corresponding MPEG2 decoder and DVD navigator:

    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 1: ffdshow Audio Decoder
    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 2: CyberLink Video/SP Decoder (PDVD9)
    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 3: DVD Navigator
    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 4: Enhanced Video Renderer
    2009-09-19 09:19:35.407226 [Debug][MPMain]: FILTER: 5: Default DirectSound Device

    DVD navigator is MS one and MPEG2 decoder is Cyberlink one.
     

    Helios61

    Retired Team Member
  • Premium Supporter
  • January 30, 2008
    4,587
    873
    62
    NRW
    Home Country
    Germany Germany
    Does that happen all DVDs? Unfortunately I cannot reproduce such issue and Manfred is away for approx a week so I guess next SVN will have same issue.

    Hi tourettes!

    Thanks for your repply! I think, we have to wait till Manfred is back! I have just found this Posting!

    At least one thing that could explain non-working DVD menus is that you aren't using corresponding MPEG2 decoder and DVD navigator:

    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 1: ffdshow Audio Decoder
    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 2: CyberLink Video/SP Decoder (PDVD9)
    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 3: DVD Navigator
    2009-09-19 09:19:35.406250 [Debug][MPMain]: FILTER: 4: Enhanced Video Renderer
    2009-09-19 09:19:35.407226 [Debug][MPMain]: FILTER: 5: Default DirectSound Device

    DVD navigator is MS one and MPEG2 decoder is Cyberlink one.

    This would be SAF related!
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom