Kodi Community Forum
Win Can't play recording from non host PC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: Win 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

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

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

thanks, that makes sense