Kodi Community Forum
VNSI4 alpha - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169)
+---- Thread: VNSI4 alpha (/showthread.php?tid=158684)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: VNSI4 alpha - FernetMenta - 2013-03-10

Recordings in progress is a special case of timeshift where the buffer is the growing file. Opening the recording channel opens the recording and the user is positioned at the beginning of the buffer. You can navigate to the end and you are almost viewing live.

Recordings in progress work with my external USB HDD and 1080i but the file buffer method only with SD content. I think I can make the file buffer method also work for HD on this box.


RE: VNSI4 alpha - asshep - 2013-03-10

>> Recordings in progress is a special case of timeshift ...
That means, timeshift must be enabled if I want to watch Recordings in Progress ?? I didn't enable for now, because I can't decide where to write to. I can't find an Option for the FilePath (want to write to NFS)

>> where the buffer is the growing file
But the growing File is on the VDR Server and is streamed through vnsi-server (or whatever) to the Client. If I start Recording at the Server and switch on my clientbox (normaly turned off) one hour later, there is no chance for the client to write the file (and me to watch it)


RE: VNSI4 alpha - FernetMenta - 2013-03-10

Timeshift does not have to be enabled for watching recordings in progress. Note that there is no buffering on the client machine. All this is done on the vdr server. The file buffer is placed into vdr's video directory for the time needed.


RE: VNSI4 alpha - asshep - 2013-03-11

>> Timeshift does not have to be enabled for watching recordings in progress ...
Ah, yes. Thats what I ment to understood

But then, pausing and spooling does not work

I started recording on the server. Choose this channel in xbmc. Recording starts correctly from the beginning, but then, pressing pause, nothing happens. Movie still keeps playing
Same with FF and FR


RE: VNSI4 alpha - FernetMenta - 2013-03-11

Thanks, I'll fix this.


RE: VNSI4 alpha - asshep - 2013-03-11

>> Thanks, I'll fix this.
That would be great. Thanks in advance for that

Another Question to "normal" timeshift (the Ringbuffer)
I decided to use my SSD Disk for timeshift.
The File is located on the Client Filesystem ? And, if yes, where, or do I have a choice for its path ?


RE: VNSI4 alpha - FernetMenta - 2013-03-11

Quote:Note that there is no buffering on the client machine. All this is done on the vdr server. The file buffer is placed into vdr's video directory for the time needed.



RE: VNSI4 alpha - asshep - 2013-03-11

Aha, thanks for Reply
But what happens with more than one Client


RE: VNSI4 alpha - FernetMenta - 2013-03-12

The server would create a buffer for each client. The buffer can't be on the client because the demuxer is on the server.


RE: VNSI4 alpha - asshep - 2013-03-12

OK, thanks


RE: VNSI4 alpha - Andrey - 2013-03-12

(2013-03-12, 09:09)FernetMenta Wrote: The server would create a buffer for each client. The buffer can't be on the client because the demuxer is on the server.

Is it possible to have a single buffer shared among multiple clients watching the same channel? I afraid the hard disk may be overloaded with multiple buffers, especially on HD channels.
Besides, in case of in-memory buffers, it would save a lot of memory.


RE: VNSI4 alpha - ursli - 2013-03-13

(2013-03-10, 22:05)FernetMenta Wrote: Timeshift does not have to be enabled for watching recordings in progress. Note that there is no buffering on the client machine. All this is done on the vdr server. The file buffer is placed into vdr's video directory for the time needed.

Would it be possible to set the timeshift path? I'm recording on a rather slow usb2 disk and I would guess performance would be better if I could timeshift to the ssd.


RE: VNSI4 alpha - FernetMenta - 2013-03-13

Quote:Is it possible to have a single buffer shared among multiple clients watching the same channel? I afraid the hard disk may be overloaded with multiple buffers, especially on HD channels.

A ringbuffer won't work with more than one reader. But I can add an option to limit the number of clients requesting timeshift.

Quote:Would it be possible to set the timeshift path?

Yes, will do.


RE: VNSI4 alpha - FernetMenta - 2013-03-13

- recordings in progress are seekable now, requires an update of XBMC
- vnsi addon settings have a new open "timeshift" which allows the client to request it. If the clients requests timeshift and this is not enabled on the server, it has no effect.
- optimized file buffer method. It works well with an external HDD connected to a USB 2 port. (at least on the machine I tested with)

EDIT: external HDD formatted with ntfs don't work well.


RE: VNSI4 alpha - asshep - 2013-03-13

Ahh, nice, thank you

I'll look for it end of the week