Forum
[SOLVED] Online content streaming broken (UPDATED) - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: CuBox-i / Hummingboard (/forum-66.html)
+--- Forum: Configuration (/forum-72.html)
+--- Thread: [SOLVED] Online content streaming broken (UPDATED) (/thread-2741.html)



Online content streaming broken (UPDATED) - attila123456 - 14th Feb, 2015 10:28 PM

Software
XBian version: 20150210-4
XBMC/Kodi version: 13.2
Overclock settings: default

Hardware
Device type and model: CuBox-i i4Pro
Power supply rating:
SD card size and make/type: 32GB
Network (Ethernet or wireless): Ethernet
Connected devices (TV, USB, network storage, ...): TV, eSata drive

Log files
Link to logfile(s): http://pastebin.com/bYnXHAgi

Problem description:
Some XBMC add-ons that play online content are broken in the xbian jessie release for the Cubox. Affected add-ons (so far tested) are Radio, Youtube.
From the logs it appears as if the HTTP responses of streams were empty ("Curl::Debug - TEXT: Empty reply from server"). The Cubox is connected to the network, and the same streams are accessible by wget from the command line.

How to reproduce:
Open the Radio plugin and try to play a few stations, or videos in the Youtube add-on.


RE: Radio plugin doesn't play streams - Smultie - 14th Feb, 2015 11:12 PM

'Empty reply from the server' sounds like a server that's no longer online.


RE: Radio plugin doesn't play streams - attila123456 - 14th Feb, 2015 11:16 PM

(14th Feb, 2015 11:12 PM)Smultie Wrote:  'Empty reply from the server' sounds like a server that's no longer online.

It does sound like that, however, I can open/download all of the streams using wget.

Could it be related to python-pycurl?

Terminal

xbian@xbian ~ $ sudo apt-get install python-pycurl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
python-pycurl : Depends: libcurl3-gnutls (>= 7.38.0) but 7.37.1-1 is to be installed
E: Unable to correct problems, you have held broken packages.



RE: Radio plugin doesn't play streams - IriDium - 14th Feb, 2015 11:49 PM

Reproduced the same problem on RPi2.

BBC World service & Radio 5 Oympics - Works
BBC Radio 1,2 3,4 & 5 - Don't work


RE: Radio plugin doesn't play streams - rikardo1979 - 14th Feb, 2015 11:55 PM

is this on specific add-on?


RE: Radio plugin doesn't play streams - attila123456 - 15th Feb, 2015 12:15 AM

(14th Feb, 2015 11:55 PM)rikardo1979 Wrote:  is this on specific add-on?

"Radio" add-on.


RE: Radio plugin doesn't play streams - rikardo1979 - 15th Feb, 2015 03:54 AM

OK, thanks for clarification
Looks like it is not add-on related as it does works on RPi2 so more like something in Cubox build. Unfortunately I do not have such HW to test


RE: Online content streaming broken (UPDATED) - attila123456 - 20th Feb, 2015 04:46 PM

What's the best way to reach the maintainers of the Cubox build?


RE: Online content streaming broken (UPDATED) - rikardo1979 - 20th Feb, 2015 04:55 PM

(20th Feb, 2015 04:46 PM)attila123456 Wrote:  What's the best way to reach the maintainers of the Cubox build?
by posting here or github


RE: Online content streaming broken (UPDATED) - attila123456 - 21st Feb, 2015 01:39 AM

Upgrading to Kodi 14.2 in xbian-package-xbmc-nightly-6q has solved it.