Kodi Community Forum

Full Version: unable to playback recordings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have configured kodi 15 with the 2.7.1-1 pvr.hts plugin. My tvheadend backend is the latest build from git (4.1-18-gec3ba93)
I am able to view all channels, whatch live television, epg, but am unable to see recordings.
My recordings are by default in a subfolder. I already tried to record directly on the root folder, this does not change the outcome.
I can play that same recording using vlc and the direct link from a remote server just fine.
I record by default with the matroska container settings.
I raised the loglevel to debug already, this didn't provide me with more usefull information.
Any advise would be welcome.
The output from kodi log is below

11:59:28 T:139676448319424 NOTICE: Starting Kodi (15.0-BETA2 Git:da65bf6). Platform: Linux x86 64-bit
11:59:28 T:139676448319424 NOTICE: Using Release Kodi x64 build
11:59:28 T:139676448319424 NOTICE: Kodi compiled May 20 2015 by GCC 4.8.2 for Linux x86 64-bit version 3.13.11 (199947)
11:59:28 T:139676448319424 NOTICE: Running on Ubuntu 14.04.2 LTS, kernel: Linux x86 64-bit version 3.13.0-32-generic
11:59:28 T:139676448319424 NOTICE: FFmpeg statically linked, version: 2.6.2-kodi-2.6.2-Isengard-beta


12:05:07 T:139676448319424 NOTICE: DVDPlayer: waiting for threads to exit
12:05:07 T:139676448319424 NOTICE: DVDPlayer: finished waiting
12:05:12 T:139676448319424 NOTICE: DVDPlayer: Opening: pvr://recordings/active/Draken: Rijders van Berk, TV (VTMKazoom Kanaal Z), 20150522_060000.pvr
12:05:12 T:139676448319424 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
12:05:12 T:139675386337024 NOTICE: Thread DVDPlayer start, auto delete: false
12:05:12 T:139675386337024 NOTICE: Creating InputStream
12:05:12 T:139675386337024 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - Command fileOpen failed: DVR entry does not have a file yet
12:05:12 T:139675386337024 ERROR: AddOnLog: Tvheadend HTSP Client: pvr.hts - vfs failed to open file
12:05:12 T:139675386337024 ERROR: CDVDPlayer::OpenInputStream - error opening [pvr://recordings/active/Draken: Rijders van Berk, TV (VTMKazoom Kanaal Z), 20150522_060000.pvr]
12:05:12 T:139675386337024 NOTICE: CDVDPlayer::OnExit()
12:05:12 T:139676448319424 NOTICE: CDVDPlayer::CloseFile()
This is already reported on tvheadend site: Bug #2861: Play recordings in Kodi not working today

It is fixed in the latest tvheadend code.
Thanks for the information.
I updated to the latest version of github and now everything is working again.
Could you please verify for me starting a recoding from Kodi TV Guide. In my case the recording is deleted right after I started it.
hey Meindert

Everything is working fine here. The recording starts as normal. I can watch it immediatly and it keeps recording.
My current setup:
Server = Ubuntu 14.04 with latest tvheadend build from github.
Client = openelec latest unstable (6.0.0 according to website) 5.9x.x something
@ziporah

What kind of profile did you make for the client in TVHeadend server and did you provided an username/password in the tvh client plugin?

I made a profile that gives permission for all IP adresses and username/passwrd */* (what means doesn't care who is making a connection)
In my client I leave username/password blank.

I'm on debian testing both server and client with latest TVHeadend and Kodi (15 alpha1)
(2015-05-26, 09:05)Meindert Wrote: [ -> ]@ziporah

What kind of profile did you make for the client in TVHeadend server and did you provided an username/password in the tvh client plugin?

I made a profile that gives permission for all IP adresses and username/passwrd */* (what means doesn't care who is making a connection)
In my client I leave username/password blank.

I'm on debian testing both server and client with latest TVHeadend and Kodi (15 alpha1)

Seems to be fixed in TVHeadend according issue #2865