Posts: 56
Joined: Jun 2012
Reputation:
0
Thank you very much for the new version an the amazing new features! I would love to try this on my IPad an want to know if the addon v4 is included in the last iOS XBMC 13 nightlies?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
It's not in the nightlies yet. I want to do some testing before I submit this to opdenkamp repo. Once there it will appear in the nightlies.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
With regard on vnsi it does not matter but if you run XBMC on Linux with AMD/Nvidia gfx or RPi you want to use my repo.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Watch the changes on the repo, I pushed some fixes today.
Posts: 75
Joined: Mar 2009
Reputation:
0
2013-03-09, 18:44
(This post was last modified: 2013-03-09, 18:49 by asshep.)
As I see, clientspecific in TV-Settings works for me only with Confluence Skin. Transparency crashes. OK, thats not your Problem, I think
I don't need it, but its great to see VDR OSD in xbmc. Thanks for this
A question to Timeshift:
This is a permanent timeshift ? Watching a channel, I can pause at anytime and rewind for the time a just watched ?
and second, how big is the time Window (about) with the default Settings of 500MB RAM ( 15 minutes for HD ? )
Server OpenSuSE 12.3 - vdr-2.2.0 - 2xSatelco EasyWatch-C - streamdev-server git-19.02.15
Client OpenSuSE 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - XBMC - Nvidia GT 610 / 331.79
Client Zbox ID84 OpenSuse 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - Nvidia 331.79
Posts: 6,810
Joined: Jul 2010
Reputation:
198
2013-03-09, 19:33
(This post was last modified: 2013-03-09, 19:34 by FernetMenta.)
The timeshift buffer is a ringbuffer. It will start overwriting the contents at the beginning once reached the end. In case yo have paused playback and the write pointer reaches current position it has to drop new packets.
You can navigate the entire buffer. Consider the buffer is full and you have 30 min content, seeking at the beginning brings to to time X. Then you watch some video and navigate forward. If you navigate to the beginning 5 minutes later, you get time X + 5 min becuase the write pointer moved forward.
A 1080i@50 recording of 2 hours has something between 10-12 gig. In this case you won't get far with 500MB. You may want it set close to 2 gig.
I think I need to increase the read cache for the file method. It worked ok on my dedicated vdr server but I has problems on the other machine using a USB HDD.
Thanks for the info with other skins. I will look into it, it should not crash.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
2013-03-09, 20:12
(This post was last modified: 2013-03-09, 20:16 by FernetMenta.)
I forgot to mention: the VNSI settings dialog requires an XML file provided by the skin. I have done this for Confluence. This is the reason why it currently does not work for other skins.
It may work if you copy the the content from addons/pvr.vdr.vnsi/addon/resources/skins/skin.confluence to whatever other skins require
Posts: 75
Joined: Mar 2009
Reputation:
0
Ah, thanks for the Information with the xml File
>> The timeshift buffer is a ringbuffer ...
Ok, thats what I thought it is. And yes, 500MB is to less for timeshifting.
I better should insert 4GB of RAM into the Client Maschine. And permanent write and delete on a SSD disk ... Hmmm. Maybe I use NFS Share
Server OpenSuSE 12.3 - vdr-2.2.0 - 2xSatelco EasyWatch-C - streamdev-server git-19.02.15
Client OpenSuSE 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - XBMC - Nvidia GT 610 / 331.79
Client Zbox ID84 OpenSuse 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - Nvidia 331.79
Posts: 75
Joined: Mar 2009
Reputation:
0
Unfortunately playing still growing recordings don't work. The same behaviour as bevor.
I start watching a Recording that starts an hour bevor, Stream stops after this hour. Restart brings up the Movie from the Beginning
Server OpenSuSE 12.3 - vdr-2.2.0 - 2xSatelco EasyWatch-C - streamdev-server git-19.02.15
Client OpenSuSE 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - XBMC - Nvidia GT 610 / 331.79
Client Zbox ID84 OpenSuse 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - Nvidia 331.79
Posts: 6,810
Joined: Jul 2010
Reputation:
198
asshep, how did you start the recording? You need to start it by opening the channel which is recording not from the recordings list.
Posts: 75
Joined: Mar 2009
Reputation:
0
>> You need to start it by opening the channel ...
Aha. OK, I'd started it by opening the Recordings.
But opening the Channel starts the current LiveTV on that channel, shouldn't it ?
Or did I missunderstand "Opening Channel"?
Hmmm ... Watching LiveTv on that channel did not make any sense, thats true
Nevertheless I'll test it. Thanks for reply
Server OpenSuSE 12.3 - vdr-2.2.0 - 2xSatelco EasyWatch-C - streamdev-server git-19.02.15
Client OpenSuSE 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - XBMC - Nvidia GT 610 / 331.79
Client Zbox ID84 OpenSuse 12.3 - vdr-2.2.0 - SoftHDDevice git-19.02.15 - Nvidia 331.79