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:
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
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