• 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 76
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
(2012-04-25, 20:10)johnny124 Wrote: Hi all,
Would anyone be kind enough to take a look at my xbmc log and tell me where I'm going wrong? I can go to Live TV, go to channel list, EPG works, but when selecting a channel it doesn't load the channel?
http://pastebin.com/3xQP0Wq5
Thanks Smile

Code:
122. 18:13:25 T:3552   ERROR: AddOnLog: VU+ Client: Vu::LoadChannelData error parsing channeldata!

Maybe the "channeldata.xml" delete or rename.

Sorry for my english, I use google translate.
Reply
Thanks for the suggestion - unfortunately it didn't solve it Sad
Reply
(2012-04-25, 22:17)johnny124 Wrote: Thanks for the suggestion - unfortunately it didn't solve it Sad

Try using "System - Live TV - General - Reset the PVR database".
If that does not help, I would rename or delete the XBMC-home folders.

Sorry for my english, I use google translate.
Reply
(2012-04-25, 20:10)johnny124 Wrote: Hi all,
Would anyone be kind enough to take a look at my xbmc log and tell me where I'm going wrong? I can go to Live TV, go to channel list, EPG works, but when selecting a channel it doesn't load the channel?
http://pastebin.com/3xQP0Wq5
Thanks Smile

Hi!

1) Can you please upload your channeldata.xml - there must be an error in the xml the addon is writing and I want to fix it. Or did you not set your path to the channeldata.xml in the addon settings (note to myself - better error messages!)

2) You have set your streaming port to "8080". Is this correct?

Code:
18:16:56 T:3028   ERROR: CDVDInputStreamPVRManager::Open - error opening [http://192.168.0.7:8080/1:0:1:189E:7FD:2:11A0000:0:0:0::102 - BBC Two]

I just looked into the code and I have seen that the Service-Reference-Part of the streaming URL is not properly URL-Encoded - this may also be the error. I'll fix that and push it to git. I will also include the changes to the buildzip.bat from trans...


(2012-04-21, 01:26)trans Wrote: I've done in the "buildzip.bat" some changes to the version number in the "addon.xml".

Patch: http://www.mediafire.com/download.php?qdeww1b18qtr36g

Thanks trans. I have added it for now, but is it possible to use the version numbering from the file "configure.in" instead of the ChangeLog?
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
(2012-04-26, 10:43)jdembski Wrote: Hi!

1) Can you please upload your channeldata.xml - there must be an error in the xml the addon is writing and I want to fix it. Or did you not set your path to the channeldata.xml in the addon settings (note to myself - better error messages!)

2) You have set your streaming port to "8080". Is this correct?

Code:
18:16:56 T:3028   ERROR: CDVDInputStreamPVRManager::Open - error opening [http://192.168.0.7:8080/1:0:1:189E:7FD:2:11A0000:0:0:0::102 - BBC Two]

I just looked into the code and I have seen that the Service-Reference-Part of the streaming URL is not properly URL-Encoded - this may also be the error. I'll fix that and push it to git. I will also include the changes to the buildzip.bat from trans...



Thanks Smile I have openwebif on the vu+ duo set to port 8080 - is that right? (Just checked, and adding tubxbox video location as 192.168.0.7:8080 allows me to view video via video part, but not live tv part)Also, have got the location for the channel list set (was C:\temp, then moved to C:\ and both times it created new files in new directory). channeldata.xml is here:
http://www.filefactory.com/file/6ji51faf...eldata_xml

and most recent xbmc.log:

http://www.filefactory.com/file/3vjtsqoqtbi7/n/xbmc_log
Reply
(2012-04-26, 22:06)johnny124 Wrote:
(2012-04-26, 10:43)jdembski Wrote: Hi!

1) Can you please upload your channeldata.xml - there must be an error in the xml the addon is writing and I want to fix it. Or did you not set your path to the channeldata.xml in the addon settings (note to myself - better error messages!)

2) You have set your streaming port to "8080". Is this correct?

Code:
18:16:56 T:3028   ERROR: CDVDInputStreamPVRManager::Open - error opening [http://192.168.0.7:8080/1:0:1:189E:7FD:2:11A0000:0:0:0::102 - BBC Two]

I just looked into the code and I have seen that the Service-Reference-Part of the streaming URL is not properly URL-Encoded - this may also be the error. I'll fix that and push it to git. I will also include the changes to the buildzip.bat from trans...



Thanks Smile I have openwebif on the vu+ duo set to port 8080 - is that right? (Just checked, and adding tubxbox video location as 192.168.0.7:8080 allows me to view video via video part, but not live tv part)Also, have got the location for the channel list set (was C:\temp, then moved to C:\ and both times it created new files in new directory). channeldata.xml is here:
http://www.filefactory.com/file/6ji51faf...eldata_xml

and most recent xbmc.log:

http://www.filefactory.com/file/3vjtsqoqtbi7/n/xbmc_log

I will have a look. I think your web port is 8080, but the streaming port is always different from the http web interface. Try 8001 (the default)
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
(2012-04-26, 10:43)jdembski Wrote:
(2012-04-21, 01:26)trans Wrote: I've done in the "buildzip.bat" some changes to the version number in the "addon.xml".

Patch: http://www.mediafire.com/download.php?qdeww1b18qtr36g

Thanks trans. I have added it for now, but is it possible to use the version numbering from the file "configure.in" instead of the ChangeLog?

I have read the "buildzip.bat" revised. Now I get the version number of the "configure.in".

new buildzip.bat

Sorry for my english, I use google translate.
Reply
Code:
0.2.2:
- fix: escape xml entities in the stream-url before saving to channeldata.xml
- fix: fetch the version string from configure.in not the ChangeLog (thanks to 'trans')

@Johnny124: Please test the new version and tell me whether the channeldata.xml can be parsed properly now. Also did you try to use the proper streaming-port? Smile
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
Lol trying it out as you were typing Smile

Proper streaming port sorted it :S Thanks for the help, really appreciate this add-on, it's simple enough that it's enabled my wife to watch tv in our dining room with our daughter!
Reply
Hello everyone,

I primarily want to thank you for this plugin.
Very beautiful work, as if they had a PC TV card.

I have a proposition, may have Picture in Picture?
After a very strong + DXVA and DXVA2 PCs can handle very comfortable with its.
Ultimo'da triple tuner, Duo has dual tuners, PiP, and Uno and Solo channels for the same transporder can be.

If that system is super, thank you in advance.

Sincerely ...
Reply
(2012-05-03, 11:50)ozkaradag Wrote: Hello everyone,

I primarily want to thank you for this plugin.
Very beautiful work, as if they had a PC TV card.

I have a proposition, may have Picture in Picture?
After a very strong + DXVA and DXVA2 PCs can handle very comfortable with its.
Ultimo'da triple tuner, Duo has dual tuners, PiP, and Uno and Solo channels for the same transporder can be.

If that system is super, thank you in advance.

Sincerely ...

This is something you should address to opdenkamp (dushmaniac) in the PVR Development section of this forum.


On another note, for all people using password protected webinterfaces, a fix I commited yesterday that enables watching recordings if a password has been set:

Code:
0.2.3- fix: put username & password into recording-url

Simply forgot to put it into the URL Smile
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply

1. For me it takes about 2 seconds on HD channels
2. Try resetting the PVR database - for me it works (I'm also using constellation on iPad)

Cheers,

Jörg
[/quote]

How can you change the channels in 2 seconds?
I have a old Dreambox 7025 and a Qbox HD and both need about 6 seconds
for channel changing. They need the same time if I open a stream over the
webinterface with vlc.

Can this be optimized?

After turn off the live tv I was able to clean the database after that Constallation works fine.

The VU+ Addon works very stable and does everything it should do, thank you very much.

Greetings
Reply
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
Reply
(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?
(2012-05-05, 10:15)Loki555 Wrote:
(2012-04-22, 11:55)jdembski Wrote:

1. For me it takes about 2 seconds on HD channels
2. Try resetting the PVR database - for me it works (I'm also using constellation on iPad)

Cheers,

Jörg

How can you change the channels in 2 seconds?
I have a old Dreambox 7025 and a Qbox HD and both need about 6 seconds
for channel changing. They need the same time if I open a stream over the
webinterface with vlc.

Can this be optimized?

After turn off the live tv I was able to clean the database after that Constallation works fine.

The VU+ Addon works very stable and does everything it should do, thank you very much.

Greetings
[/quote]

I guess the VU+ has a better CPU and is able to provide the stream faster than your boxes...do you have them connected via cable or via WLAN?
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply
(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?
(2012-05-05, 10:15)Loki555 Wrote:
(2012-04-22, 11:55)jdembski Wrote:

1. For me it takes about 2 seconds on HD channels
2. Try resetting the PVR database - for me it works (I'm also using constellation on iPad)

Cheers,

Jörg

How can you change the channels in 2 seconds?
I have a old Dreambox 7025 and a Qbox HD and both need about 6 seconds
for channel changing. They need the same time if I open a stream over the
webinterface with vlc.

Can this be optimized?

After turn off the live tv I was able to clean the database after that Constallation works fine.

The VU+ Addon works very stable and does everything it should do, thank you very much.

Greetings

I guess the VU+ has a better CPU and is able to provide the stream faster than your boxes...do you have them connected via cable or via WLAN?
[/quote]

Running XBMC Opdenkamp Build 75 and VU+ addon V.0.2.0 on a E-350 Fusion machine with Windows 7 and a Dreambox 800se Gemini iCVS Image with OSCAM, all connected through 100 MBit LAN switch I have the following channel switching times:

2s -> from any channel to unencrypted HD channels and SD channels
4s -> from any channel to encrypted HD and SD channels

there is no real difference if the channels are on the same transponder or not.
Reply
  • 1
  • 20
  • 21
  • 22(current)
  • 23
  • 24
  • 76

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