2012-03-15, 13:25
will this work with the xbox 1 running xbmc to stream vu+duo
thanks
thanks
(2012-03-15, 13:25)boxer29 Wrote: will this work with the xbox 1 running xbmc to stream vu+duo
thanks
(2012-03-15, 12:33)ManFromDelMonte Wrote: Hello all, tried to use this last night it takes a long time to download the epg does this happen every day? I had to turn it off whilst streaming otherwise the streams wouldn't work. Also can't see my recordings through this add on is that usual? Finally, is there any way to turn off subtitles with win7/vu duo please?
Thanks for all your hard work
(2012-03-15, 17:45)redknight Wrote: Back from holidays
@jdembski & @mcheng89: Where are we at at?
(2012-03-15, 12:33)ManFromDelMonte Wrote: Hello all, tried to use this last night it takes a long time to download the epg does this happen every day? I had to turn it off whilst streaming otherwise the streams wouldn't work. Also can't see my recordings through this add on is that usual? Finally, is there any way to turn off subtitles with win7/vu duo please?
Thanks for all your hard work
Whilst playing a channel, go to video or sounds options and disable subtitles from there, remember to select save as default for all movies to save the setting
(2012-03-15, 18:31)extracted Wrote: When i follow the guide in post #3 everything compiles just as it should but the VU+ addon is not included. It's not in the source downloaded with git either, am i missing something?
(2012-03-15, 19:55)djfloor Wrote: Hi guys,
Sorry that myfirst post is here, but I didn't face any problem before with xbmc. The idea of the plugin is brilliant and I want to do anything to make it work, but till now I couldn't. So, I have some questions, I'm using windows version of xbmcpvr , I have downloaded both addons (jdebmski and mcheng89 compiled one). I'm using a DM7020 box with enigma1, I did configure the addon, enable the pvr but I can't receive any channel at all. The configuration seems ok, how I will receive the channels from my box?
Thanks in advance and keep walking my friends
(2012-03-14, 21:46)nhsman Wrote: No luck this time. It seems to compile correctly but after another try to start add-on I got this:This happens because of error in src/vuplus/Makefile.am. Under libvuplus_la_SOURCES file client.cpp is missing.
Quote:19:42:11 T:3008363376 ERROR: Unable to load /home/xbmc/.xbmc/addons/pvr.vuplus/XBMC_vuplus.pvr, reason: /home/xbmc/.xbmc/addons/pvr.vuplus/XBMC_vuplus.pvr: undefined symbol: XBMC
19:42:11 T:3008363376 ERROR: PVR - InitialiseClient - can't initialise add-on 'VU+ Client'
(2012-03-15, 21:45)ultraman Wrote:(2012-03-14, 21:46)nhsman Wrote: No luck this time. It seems to compile correctly but after another try to start add-on I got this:This happens because of error in src/vuplus/Makefile.am. Under libvuplus_la_SOURCES file client.cpp is missing.
Quote:19:42:11 T:3008363376 ERROR: Unable to load /home/xbmc/.xbmc/addons/pvr.vuplus/XBMC_vuplus.pvr, reason: /home/xbmc/.xbmc/addons/pvr.vuplus/XBMC_vuplus.pvr: undefined symbol: XBMC
19:42:11 T:3008363376 ERROR: PVR - InitialiseClient - can't initialise add-on 'VU+ Client'
But after this fix XBMC is dead - no more picture on my TV. Seems something else is wrong too.
libvuplus_la_LIBADD = -lpthread -lcurl
objdump -x XBMC_vuplus.pvr
Quote:0000000000000000 *UND* 0000000000000000 pthread_mutex_trylock
0000000000000000 *UND* 0000000000000000 curl_easy_setopt
(2012-03-15, 20:14)jdembski Wrote:(2012-03-15, 19:55)djfloor Wrote: Hi guys,
Sorry that myfirst post is here, but I didn't face any problem before with xbmc. The idea of the plugin is brilliant and I want to do anything to make it work, but till now I couldn't. So, I have some questions, I'm using windows version of xbmcpvr , I have downloaded both addons (jdebmski and mcheng89 compiled one). I'm using a DM7020 box with enigma1, I did configure the addon, enable the pvr but I can't receive any channel at all. The configuration seems ok, how I will receive the channels from my box?
Thanks in advance and keep walking my friends
Sorry, enigma1 based boxes will not work as the webapi is different...
(2012-03-15, 22:10)ultraman Wrote: And it seems this is missing too:Code:libvuplus_la_LIBADD = -lpthread -lcurl
I get this XBMC symbol and other using objdump:Code:objdump -x XBMC_vuplus.pvr
Quote:0000000000000000 *UND* 0000000000000000 pthread_mutex_trylock
0000000000000000 *UND* 0000000000000000 curl_easy_setopt
I'm updating system atm. Hope now will work.
Update: It works now. The only problem is that PVR manager needs long time until imports all my channels.
I will make one new version with your last commit too to be sure.
Update2: You need to add -lpthread too. Still missing.