Kodi Community Forum
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 (/showthread.php?tid=125232)



RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - Loki555 - 2012-05-05

with cable .... 6 seconds to 2 seconds ...

Qbox has a 266MHz STI 7101 Processor
Vu+ has a 400 MHz Broadcom Mips Processor

ok I have to buy a new one or accept the 6 seconds ...

which vu+ receiver do you have?


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-05

(2012-05-05, 12:34)jdembski Wrote:
(2012-05-05, 10:37)MatLCFC Wrote: This is nearly awesome....
I have configured the plugin. The EPG loads. I can access recordings on VU+ but the channels will not play. Where am I going wrong....

Log:
09:24:56 T:3644 NOTICE: DVDPlayer: Opening: pvr://channels/tv/All TV channels/1.pvr
09:24:56 T:3644 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
09:24:56 T:3524 NOTICE: Creating InputStream
09:24:56 T:3524 NOTICE: Creating Demuxer
09:24:56 T:3524 ERROR: CDVDDemuxFFmpeg::Open - error probing input format, pvr://channels/tv/All TV channels/1.pvr
09:24:56 T:3524 ERROR: Previous line repeats 9 times.
09:24:56 T:3524 ERROR: CDVDPlayer::OpenDemuxStream - Error creating demuxer
09:24:56 T:3524 NOTICE: CDVDPlayer::OnExit()
09:24:56 T:3524 NOTICE: CDVDPlayer::OnExit() deleting input stream
09:24:56 T:3644 NOTICE: CDVDPlayer::CloseFile()
09:24:56 T:3644 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED
09:24:56 T:3644 NOTICE: DVDPlayer: waiting for threads to exit
09:24:56 T:3644 NOTICE: DVDPlayer: finished waiting
09:24:57 T:3644 NOTICE: DVDPlayer: Opening: pvr://channels/tv/All TV channels/2.pvr
09:24:57 T:3644 WARNING: CDVDMessageQueue(player):Tongueut MSGQ_NOT_INITIALIZED

Can anyone help?

Cheers

Please enable the debug option and then check the log again / post the complete log.

Please also check that you have set the correct streaming port. Do you have a web-proxy configured?

Sorry. New to XBMC. How do I enable debug option?

Is this full log any good??

http://www.filefactory.com/file/1vq69q3jtb7d/n/xbmc_log



[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-05

Settings->System->Enable Debug

If you upload it to pastebin then I can check it - otherwise you have to wait until I'm on my laptop (I'm currently on the road posting from my iPhone)...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-06

Saying it is too big for pastebin. I've uploaded the file...

http://www.filefactory.com/file/76ojmag87x81/n/xbmc_log


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-06

(2012-05-06, 03:24)MatLCFC Wrote: Saying it is too big for pastebin. I've uploaded the file...

http://www.filefactory.com/file/76ojmag87x81/n/xbmc_log

Found the error - the username & password was also missing in the channel's streaming URL. Can you test the latest version (0.2.4)? I'm currently unable to test the fix, so any help would be appreciated...

You need to remove the channeldata.xml after updating to the new version, otherwise it will load the incorrect streaming URL.


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-06

Cheers for the help.

I've gone to your site - https://github.com/jdembski/xbmc-addon-vuplus

New to GIT files. So, i'm struggling a bit....

Image

Any EASY guides you can point me toHuh


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-07

(2012-05-06, 17:42)MatLCFC Wrote: Cheers for the help.

I've gone to your site - https://github.com/jdembski/xbmc-addon-vuplus

New to GIT files. So, i'm struggling a bit....

Image

Any EASY guides you can point me toHuh

Here is the compiled addon for windows:

http://www.filefactory.com/file/4ekhfj7z2gbb/n/pvr_vuplus_zip



RE: PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - NO1FAN - 2012-05-07

(2012-03-12, 19:11)redknight Wrote: As this is a binary addon at the minute it needs to be compiled for your OS, I believe the windows code is working so here's a how to for windows;

http://wiki.xbmc.org/index.php?title=HOW-TO:Compile_XBMC_for_Windows_using_Git

To compile for linux (Ubuntu-Oneric);

ctrl+alt+T - Terminal window and paste each line

1. sudo add-apt-repository ppa:team-xbmc/unstable
2. sudo add-apt-repository ppa:pulse-eight/libcec
3. sudo apt-get update
4. sudo apt-get install libcec
5. sudo apt-get build-dep xbmc
6. sudo apt-get install git
7. git clone git://github.com/jdembski/xbmc.git
8. cd xbmc
9. ./bootstrap
10. ./configure
11. make


Hoping for some help here if I may. I have xbmcbuntu installed and followed all these steps until ./bootstrap but then couldnt get any further (this was last week) I had to go out so left it thinking I could just start from the beginning the next day. My knowledge of Linux and how it works is very minimal but I can follow instructions. Can someone tell me what I should do I'm presuming the fact that I got most of the way means it is sitting there ready to be activated and that's why I can't just start all over again but I don't know what to do.

Thanks in advance



[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-07

Download the xbmc-addon-vuplus sources from GitHub and follow the instructions in the readme file...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-07

(2012-05-07, 11:19)jdembski Wrote:
(2012-05-06, 17:42)MatLCFC Wrote: Cheers for the help.

I've gone to your site - https://github.com/jdembski/xbmc-addon-vuplus

New to GIT files. So, i'm struggling a bit....

Image

Any EASY guides you can point me toHuh

Here is the compiled addon for windows:

http://www.filefactory.com/file/4ekhfj7z2gbb/n/pvr_vuplus_zip

Thanks for that... I have installed the zip. The version still shows as 0.2.2?

Everything is running as it was before.. still not loading the channels.


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - ozkaradag - 2012-05-07

(2012-05-07, 11:19)jdembski Wrote: Here is the compiled addon for windows:

http://www.filefactory.com/file/4ekhfj7z2gbb/n/pvr_vuplus_zip

Thank you very much...

Also are there any improvements to the PiP?
Or Will it be?

Yours ...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-08

(2012-05-07, 22:17)MatLCFC Wrote: Thanks for that... I have installed the zip. The version still shows as 0.2.2?

Everything is running as it was before.. still not loading the channels.

Remove your pvr.vuplus folder in your addon directory and install it again - the uploaded version is definately 0.2.4 so this should be also shown in the addon-settings...
(2012-05-07, 22:45)ozkaradag Wrote:
(2012-05-07, 11:19)jdembski Wrote: Here is the compiled addon for windows:

http://www.filefactory.com/file/4ekhfj7z2gbb/n/pvr_vuplus_zip

Thank you very much...

Also are there any improvements to the PiP?
Or Will it be?

Yours ...

I cannot provide PIP functionality from withing the addon - you have to ask the PVR developer for this...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - strike07 - 2012-05-08

guys, i have install xbmc pvr and try connect to dream box. everything is ok but i cant see any channels on live tv.
when i try on tuxbox, everything work fine. pls guide me where im wrong.

Thanks


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - MatLCFC - 2012-05-08

It is now showing correct version 0.2.4. (had to delete the backup zip - addon packages)

Still not working for me.

I've looked at the channel list xml & took a random channel....

<channelname>112 - Comedy Central HD</channelname>
<servicereference>1:0:19:F10:7E4:2:11A0000:0:0:0::112 - Comedy Central HD</servicereference>
<streamurl>http://root:[email protected]:8001/1%3A0%3A19%3AF10%3A7E4%3A2%3A11A0000%3A0%3A0%3A0%3A%3A112%20-%20Comedy%20Central%20HD</streamurl>
<iconpath>smb://VUDUO/Root/media/usb/picon/1_0_19_F10_7E4_2_11A0000_0_0_0.png</iconpath>
</channel>

The stream URL does not work if i cut & paste into web browser.
http://root:[email protected]:8001/1%3A0%3A19%3AF10%3A7E4%3A2%3A11A0000%3A0%3A0%3A0%3A%3A112%20-%20Comedy%20Central%20HD

If I stream the following...
192.168.0.5:8001/1:0:19:F10:7E4:2:11A0000:0:0:0::112
The channel loads in my browser fine.

Not sure if that helps...


RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - jdembski - 2012-05-08

(2012-05-08, 19:25)MatLCFC Wrote: It is now showing correct version 0.2.4. (had to delete the backup zip - addon packages)

Still not working for me.

I've looked at the channel list xml & took a random channel....

<channelname>112 - Comedy Central HD</channelname>
<servicereference>1:0:19:F10:7E4:2:11A0000:0:0:0::112 - Comedy Central HD</servicereference>
<streamurl>http://root:[email protected]:8001/1%3A0%3A19%3AF10%3A7E4%3A2%3A11A0000%3A0%3A0%3A0%3A%3A112%20-%20Comedy%20Central%20HD</streamurl>
<iconpath>smb://VUDUO/Root/media/usb/picon/1_0_19_F10_7E4_2_11A0000_0_0_0.png</iconpath>
</channel>

The stream URL does not work if i cut & paste into web browser.
http://root:[email protected]:8001/1%3A0%3A19%3AF10%3A7E4%3A2%3A11A0000%3A0%3A0%3A0%3A%3A112%20-%20Comedy%20Central%20HD

If I stream the following...
192.168.0.5:8001/1:0:19:F10:7E4:2:11A0000:0:0:0::112
The channel loads in my browser fine.

Not sure if that helps...

Thanks, that definately helps. Sometimes the service references seem to be a bit messed up. Can you tell me whether this link would also work:

192.168.0.5:8001/1:0:19:F10:7E4:2:11A0000:0:0:0

If it does then I know how to fix it...

(Do you need the username / password combination for streaming the channels? Do you know that)