[fixed] Can't stream recordings from MPExtended 0.5.2 to aMPdroid (1 Viewer)

sjevtic

MP Donator
  • Premium Supporter
  • January 16, 2012
    114
    29
    43
    Chicago, IL
    Home Country
    United States of America United States of America
    I can stream live TV, music, and movies/videos from aMPdroid with great results. However, when I try to stream recorded TV, I get a failure on the client, and see messages like this in Service.log from the MPExtended instance that is running on my TV-Server machine:

    Code:
    2013-01-11 10:53:08.24226 [(43)] DEBUG: Called FinishStream with identifier=aMPdroid.1239153395.ts
    2013-01-11 10:53:08.24226 [(43)] DEBUG: Killed stream with identifier aMPdroid.1239153395.ts
    2013-01-11 10:53:08.27226 [(4)] WARN: Tried to convert a null Recording to WebRecordingBasic
    2013-01-11 10:53:08.27226 [(4)] WARN: Failed to load fileinfo for recording
    System.NullReferenceException: Object reference not set to an instance of an object.
       at MPExtended.Services.TVAccessService.TVAccessService.GetRecordingFileInfo(Int32 id) in C:\Users\Oxan\Documents\Projects\MPExtended\Services\MPExtended.Services.TVAccessService\TVAccessService.cs:line 811
    2013-01-11 10:53:08.27326 [(43)] WARN: ExtractImage: Source mediatype=Recording provider=0 id=0 filetype=Content offset=0 path=(unknown) (resolved to path ) doesn't exists
    2013-01-11 10:53:08.67228 [(4)] WARN: Tried to convert a null Recording to WebRecordingBasic
    2013-01-11 10:53:08.67228 [(4)] WARN: Failed to load fileinfo for recording
    System.NullReferenceException: Object reference not set to an instance of an object.
       at MPExtended.Services.TVAccessService.TVAccessService.GetRecordingFileInfo(Int32 id) in C:\Users\Oxan\Documents\Projects\MPExtended\Services\MPExtended.Services.TVAccessService\TVAccessService.cs:line 811
    2013-01-11 10:53:08.67328 [(43)] WARN: Tried to convert a null Recording to WebRecordingBasic
    2013-01-11 10:53:08.67328 [(43)] WARN: Failed to load fileinfo for recording
    System.NullReferenceException: Object reference not set to an instance of an object.
       at MPExtended.Services.TVAccessService.TVAccessService.GetRecordingFileInfo(Int32 id) in C:\Users\Oxan\Documents\Projects\MPExtended\Services\MPExtended.Services.TVAccessService\TVAccessService.cs:line 811
    2013-01-11 10:53:08.67428 [(6)] WARN: ExtractImage: Source mediatype=Recording provider=0 id=0 filetype=Content offset=0 path=(unknown) (resolved to path ) doesn't exists
    2013-01-11 10:53:08.81229 [(43)] WARN: Tried to convert a null Recording to WebRecordingBasic
    2013-01-11 10:53:08.81229 [(43)] WARN: Failed to load fileinfo for recording
    System.NullReferenceException: Object reference not set to an instance of an object.
       at MPExtended.Services.TVAccessService.TVAccessService.GetRecordingFileInfo(Int32 id) in C:\Users\Oxan\Documents\Projects\MPExtended\Services\MPExtended.Services.TVAccessService\TVAccessService.cs:line 811
    2013-01-11 10:53:08.81329 [(6)] WARN: Trying to load mediainfo for mediatype=Recording provider=0 id=0 filetype=Content offset=0 path=(unknown), which doesn't seem to exist
    2013-01-11 10:53:08.99230 [(51)] INFO: Called InitStream with type=Recording; provider=0; itemId=0; offset=0; clientDescription=aMPdroid; identifier=aMPdroid.-1015172268.ts; idleTimeout=
    2013-01-11 10:53:08.99230 [(43)] WARN: Tried to convert a null Recording to WebRecordingBasic
    2013-01-11 10:53:08.99230 [(43)] WARN: Failed to load fileinfo for recording
    System.NullReferenceException: Object reference not set to an instance of an object.
       at MPExtended.Services.TVAccessService.TVAccessService.GetRecordingFileInfo(Int32 id) in C:\Users\Oxan\Documents\Projects\MPExtended\Services\MPExtended.Services.TVAccessService\TVAccessService.cs:line 811
    2013-01-11 10:53:08.99330 [(51)] WARN: Tried to start stream for non-existing file mediatype=Recording provider=0 id=0 filetype=Content offset=0 path=(unknown)

    It seems as if MPExtended isn't properly pulling the path/name of the recording file and that is causing an issue. Any ideas what is going on here?

    Thanks.

    Sasha
     

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Looks an awful lot like an aMPdroid bug. @DieBagger ?

    (that is, the 'itemId=0' part in the InitStream call seems to be wrong).
     
    Last edited:

    sjevtic

    MP Donator
  • Premium Supporter
  • January 16, 2012
    114
    29
    43
    Chicago, IL
    Home Country
    United States of America United States of America
    Looks an awful lot like an aMPdroid bug. @DieBagger ?

    (that is, the 'itemId=0' part in the InitStream call seems to be wrong).
    Hmm, that does seem to be the case--I forgot to check WebMP, but it appears that I can watch recordings there. Granted, it's a different streaming profile, but that's probably not the issue here. Sorry for the ignorance.

    Sasha
     

    jesado

    New Member
    June 7, 2009
    1
    0
    Home Country
    Sweden Sweden
    I get this error too :( I can stream live TV :) If you need more info please let me know.
     
    Last edited:

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Let me move this to the aMPdroid forum, as it isn't related to MPExtended but an aMPdroid bug instead.
     

    owilsky

    Portal Pro
    July 11, 2011
    57
    2
    Home Country
    Germany Germany
    I also have this exact error message in logs:

    Code:
    2013-01-27 20:11:45.81563 [(16)] WARN: Failed to load fileinfo for recording
    System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
      bei MPExtended.Services.TVAccessService.TVAccessService.GetRecordingFileInfo(Int32 id) in C:\Users\Oxan\Documents\Projects\MPExtended\Services\MPExtended.Services.TVAccessService\TVAccessService.cs:Zeile 811.
    2013-01-27 20:11:45.82063 [(7)] WARN: Trying to load mediainfo for mediatype=Recording provider=0 id=0 filetype=Content offset=0 path=(unknown), which doesn't seem to exist
     

    Oxan

    Retired Team Member
  • Premium Supporter
  • August 29, 2009
    1,730
    1,124
    Home Country
    Netherlands Netherlands
    Oh sorry, didn't notice that. Nevermind then.
     

    Users who are viewing this thread

    Top Bottom