![]() |
|
[Windows] Can't play recording from non host PC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: [Windows] Can't play recording from non host PC (/showthread.php?tid=131070) |
Can't play recording from non host PC - kev_6424 - 2012-05-09 00:19 Hi, Running Margro's latest Eden v2. If I use TSReader I can't play recording on a remote PC. I can schedule a recording and see it in the list, just can't play it. Fails with below log. The recording can be played from the host PC OK. If I use the ffmpeg pvr addon, with the same config then this works OK. 23:11:32 T:1628 NOTICE: DVDPlayer: Opening: C:\Users\Public\Recorded TV\Tweenies - CBeebies - 2012-04-22.ts 23:11:32 T:1628 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 23:11:32 T:7784 NOTICE: Creating InputStream 23:11:32 T:7784 ERROR: CDVDPlayer::OpenInputStream - error opening [C:\Users\Public\Recorded TV\Tweenies - CBeebies - 2012-04-22.ts] 23:11:32 T:7784 NOTICE: CDVDPlayer::OnExit() 23:11:32 T:7784 NOTICE: CDVDPlayer::OnExit() deleting input stream 23:11:32 T:1628 NOTICE: CDVDPlayer::CloseFile() 23:11:32 T:1628 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 23:11:32 T:1628 NOTICE: DVDPlayer: waiting for threads to exit 23:11:32 T:1628 NOTICE: DVDPlayer: finished waiting RE: Can't play recording from non host PC - margro - 2012-05-09 09:44 The ffmpeg plugin uses rtsp streams while the tsreader plugin directly opens the timeshift buffer file. In order to access this file on a remote PC, create two shares for your timeshift and recording folder and add a link to these shares in the tsreader plugin settings. RE: Can't play recording from non host PC - kev_6424 - 2012-05-09 15:30 thanks, that makes sense |