(2013-10-13, 18:45)krustyreturns Wrote: (2013-10-13, 02:44)spaceboy Wrote: ok, we are making progress, i have live tv on the pi!! i just made the change dilligaf suggested and that all works well. so thank you very much for that
recorded tv is still not working. when the pi calls for a wtv through serverwmc then what is the process? because i see nothing in the xbmctemp folder and no sign of the client calling it in the serverwmc log. it seems from the raspbmc log that its trying to access the wtv file directly but i thought xbmc coul not do that. visually on the pi it looks like play back is about to start, the screen goes black and the timer pops up but never starts counting
one thing i have noticed and i think i mentioned earlier is that the live tv streams aren't getting deleted. i see this in the log:
2013/10/13 01:26:09.455 StreamProc::Close> error close stream: System.IO.IOException: The process cannot access the file 'D:\Recorded TV\TempXBMC\LiveTV_192.168.1.17_DVB-T_104_2013_10_13_01_24_42.wtv' because it is being used by another process.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.InternalDelete(String path, Boolean checkHost)
at ServerWMC.Worker.StreamProc.Close()
2013/10/13 01:26:09.456 CloseLiveStream> -----------------done-------------------------
i think this may be because i have comskip monitoring my wmc recorded tv folder, possibly watching recursive directories. could that be causing this?
Great job dilligaf! The reason your recorded tv didn't work after you made the change is that the paths to the old rec tv files are made when the server starts. So save it with dilligaf's changes and restart the server, rec tv will work then.
hi kr ,no still no playback of recorded tv on the pi after restarting the server. as i say above it seems to me that the pi is trying to play the wtv directly, is this correct? the log:
22:05:30 T:3041493632 NOTICE: COMXPlayer: Opening: smb:/username%40outlook.com:password@HTPC/d/Recorded TV/Some Girls_BBC THREE_2013_10_14_21_57_00.wtv
22:05:30 T:3041493632 WARNING: CDVDMessageQueue(player):
![Tongue Tongue](https://forum.kodi.tv/images/smilies/razz.png)
ut MSGQ_NOT_INITIALIZED
22:05:32 T:2672587840 NOTICE: Thread COMXPlayer start, auto delete: false
22:05:32 T:2672587840 NOTICE: Creating InputStream
22:06:08 T:2705323072 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10
22:06:09 T:2696934464 NOTICE: Thread Jobworker start, auto delete: true
22:06:10 T:2672587840 NOTICE: Creating Demuxer
22:06:46 T:2672587840 NOTICE: Opening video stream: 4 source: 256
22:06:46 T:2672587840 NOTICE: Creating video thread
22:06:46 T:2696934464 NOTICE: Thread COMXPlayerVideo start, auto delete: false
22:06:46 T:2672587840 NOTICE: Opening audio stream: 1 source: 256
22:06:46 T:2672587840 NOTICE: Creating audio thread
22:06:46 T:2852123712 NOTICE: Thread COMXPlayerAudio start, auto delete: false
22:06:46 T:2672587840 NOTICE: Opening Subtitle stream: 0 source: 256
22:06:46 T:2672587840 NOTICE: Opening teletext stream: 3 source: 256
22:06:46 T:2672587840 NOTICE: Creating teletext data thread
22:06:46 T:2714760256 NOTICE: Thread CDVDTeletextData start, auto delete: false
22:06:46 T:2714760256 NOTICE: running thread: CDVDTeletextData
22:06:47 T:2696934464 ERROR: Output - renderer not started
22:06:51 T:2705323072 ERROR: Previous line repeats 2 times.
22:06:51 T:2705323072 NOTICE: CDVDVideoCodecFFmpeg::Open() Using codec: MPEG-2 video
22:06:51 T:2664199232 NOTICE: Thread Jobworker start, auto delete: true
22:08:54 T:2723148864 NOTICE: Thread Background Loader start, auto delete: false
thanks!