• 1
  • 42
  • 43
  • 44(current)
  • 45
  • 46
  • 76
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
(2012-10-17, 16:30)jdembski Wrote:
(2012-10-17, 16:29)N3m3515 Wrote: can you implement an option to set up how big the streaming cache is? or is it handled by omxplayer?

You can set this via the advancedsettings.xml. I think I posted it a couple of pages ago.
I am using this in my advancedsettings.xml and now my Teletext is almost in sync.
XBMC need to fix so teletext is synced with audio/video.
With normal cache subtitles comes 2-3 seconds to fast for me.

<network>
<cachemembuffersize>262144</cachemembuffersize>
</network>
 
Intel Core i5 2320 8GB 500GB HDD - Tvheadend + Kodi, Raspberry Pi 3 - LibreELEC, HDHomeRun HDHR3-4DC, Epson TW3200, Pioneer VSX-1123
Reply
(2012-10-17, 16:00)jdembski Wrote:
(2012-10-17, 15:47)Leatherface Wrote: Well you could store it locally as a cache so it only need to grab it once.
Same thing with EPG etc.
(2012-10-17, 14:03)N3m3515 Wrote: great idea with the picons. would like to see it in future builds.
You can already test it with his test build

git clone -b test https://github.com/jdembski/xbmc-pvr-addons.git pvr-addons
Lars told us to not implement any new features (because of feature freeze), so the only pending PR from my side is the one with the windows and "do not disconnect on an empty bouquet" fixes. Unfortunately it wasn't merged until now - rendering the addon completely useless for windows users. Sad

Can you please explain this a little further? What will under which circumstances not work for Windows Users?

Stephan
Reply
Right now when users are compiling for windows from the official addon repository then they cannot use the vuplus addon, because the addon crashes on startup.
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
(2012-10-18, 09:34)jdembski Wrote: Right now when users are compiling for windows from the official addon repository then they cannot use the vuplus addon, because the addon crashes on startup.

So when I'm compiling XBMC from the official repo and the PVR Client addon from your repo it will not work?
Reply
(2012-10-18, 10:47)sfuchs Wrote:
(2012-10-18, 09:34)jdembski Wrote: Right now when users are compiling for windows from the official addon repository then they cannot use the vuplus addon, because the addon crashes on startup.

So when I'm compiling XBMC from the official repo and the PVR Client addon from your repo it will not work?

If you compile it from my repo and if you use the "test" or "fixwindows" branch then it will (at least it should) work.

"Test" is the branch with some other changes (like virtual recording folders) applied.

If a user is using Linux then the official repo (I'm talking about opdenkamp's repo) is OK, the crashes only appear when using windows.
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
http://www.raspberrypi.org/phpBB3/viewto...02#p196841

Maybe this is the solution for our hd channel problem
Reply
(2012-10-18, 21:46)N3m3515 Wrote: http://www.raspberrypi.org/phpBB3/viewto...02#p196841

Maybe this is the solution for our hd channel problem

Nice - I guess I need to start compiling a new OpenELEC build Wink
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
(2012-10-18, 21:48)jdembski Wrote:
(2012-10-18, 21:46)N3m3515 Wrote: http://www.raspberrypi.org/phpBB3/viewto...02#p196841

Maybe this is the solution for our hd channel problem

Nice - I guess I need to start compiling a new OpenELEC build Wink

Hi Joerg,
should 0.3.3 work ok on OpenELEC nightlies at the moment?
It started first time, tried to do its duties, then failed with 'connection lost' and then xbmc always says no pvr manager is there.

Thanks Smile
Reply
(2012-10-21, 01:04)cmatte Wrote:
(2012-10-18, 21:48)jdembski Wrote:
(2012-10-18, 21:46)N3m3515 Wrote: http://www.raspberrypi.org/phpBB3/viewto...02#p196841

Maybe this is the solution for our hd channel problem

Nice - I guess I need to start compiling a new OpenELEC build Wink

Hi Joerg,
should 0.3.3 work ok on OpenELEC nightlies at the moment?
It started first time, tried to do its duties, then failed with 'connection lost' and then xbmc always says no pvr manager is there.

Thanks Smile

Do you have a debug log?
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
Ok, didn't know anything about how to do it, so I needed some time Smile
The log file came out of 8+ MB, sorry for that.
Sending links as pm to you because I've read scarying warning everywhere about posting it publicly.
Also, the upload went ok on xbmclogs.com but I myself get an empty page after having gave it the password for having it back.
Let me know if it works for you Confused
Reply
(2012-10-21, 12:23)cmatte Wrote: Ok, didn't know anything about how to do it, so I needed some time Smile
The log file came out of 8+ MB, sorry for that.
Sending links as pm to you because I've read scarying warning everywhere about posting it publicly.
Also, the upload went ok on xbmclogs.com but I myself get an empty page after having gave it the password for having it back.
Let me know if it works for you Confused

Sorry, I only get an empty page, too.
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
Ok, I'll be back to you asap, let's try pastebin!
Reply
New pm sent Wink
Reply
The fix for your problem was merged two days ago - so you have just to wait until OpenELEC updates the xbmc-pvr-addon..
Code:
0.3.4:
- fix: several crashes on win32 due to missing locks / invalid memory access
- fix: do not report connection problems when there is an empty TV-channel bouquet
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
Great!
In fact it works setting a bouquet only, thanks Wink
And..noobish questions lol Smile about the update of OpenELEC, is it something with nightly builds updating I need to do or will it auto-update by itself?
Reply
  • 1
  • 42
  • 43
  • 44(current)
  • 45
  • 46
  • 76

Logout Mark Read Team Forum Stats Members Help
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox217