• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 8
[REQUEST] 2012 London Olympics
#46
no luck getting video from any channels. Says Starting Steam then nothing
Reply
#47
(2012-07-29, 21:22)cablegoon Wrote:
(2012-07-29, 20:43)dlake02 Wrote: Give this a go...

http://code.google.com/p/bbcsports-addon...ip&can=2&q=

i am assuming this is only for the UK as this dosent work with unblockus either

i can stream it great from my desktop with unblockus but no luck with the plugin - anyways thanks for the help
Reply
#48
(2012-07-29, 20:43)dlake02 Wrote: Give this a go...

http://code.google.com/p/bbcsports-addon...ip&can=2&q=

Thanks and great work, I currently have the GB football match on in HD through your addon.

Reply
#49
Does this save the video forever? And can you watch catch up video's to?
Reply
#50
No luck for me - just Starting stream ....
Reply
#51
If it doesn't play, try running xbmc as an administrator, worked for me Smile
Reply
#52
I have loaded this plugin eurovisionsports.tv version 0.0.2 but the live streams only play for 10 a 14 seconds and then stop. Is this a known issue?
Reply
#53
(2012-07-29, 23:27)adflet Wrote: If it doesn't play, try running xbmc as an administrator, worked for me Smile

That doesn't work either.Big Grin

Reply
#54
I haven't had (and won't have) time to look at the catch-up streams.

It does work outside the UK with a SOCKS4, SOCKS5 or HTTP anonymous proxy. You must setup the proxy in the addon settings.
Reply
#55
@castalla

Debug log please ?
Reply
#56
Here it is:

http://pastebin.com/KvTnQKNM
Reply
#57
@castalla

Are you in the UK ? If not, make sure that you are using a SOCKS4, SOCKS5 or HTTP anonymous proxy. The debug log indicates that you are outside the UK.
Reply
#58
(2012-07-30, 01:01)dlake02 Wrote: @castalla

Debug log please ?

heres mine - im not getting a "HTTP Error 403: Forbidden" so its something else - let me know if you can see any different

http://pastebin.com/M6nS2LQM

thanks
Reply
#59
AddonScriptorDE: I was able to get those Akamai SecureHD streams working with help with KSV. He pointed me in the right direction for the token generation. Also that large data64 block is really a swf file encoded in the meta-data of the FLV file. It contains the action script that generates the tokens that KSV showed me how to generate.

It works by just downloading the file locally and having xbmc play it as it downloads. It uses flvlib to read the onEdge blocks and sends the proper command to the server. I am just going to put together a script module that one can feed the stream url and swf url so it will start the stream playing in XBMC for you.

I was hoping for something better then saving the file locally but I couldn't work out a good way to feed it to XBMC Player.

Let me know if you are interested in trying what I have currently.

Edit:
I am actually making a modified version of XBMCLocalProxy from http://forum.xbmc.org/showthread.php?tid=95369

You basically base64 encode the video url of the stream and the url of the swf player to be used as parameters for the local proxy. The local proxy will then serve video to XBMC and handled all the tokens, signing and hashes for you.

It has to jump through a few hoops to get everything going. When XBMC connects we have to start the flv download to get the first onEdge dictionary. It uses the session and streamname values in the onEdge dictionary. It downloads the swf player to calculate an MD5 of the decompressed player. It will decompress the swf for you if it isn't already. That MD5 is appended to the sessionID. That string is then hmac sha1 signed and that digest is encoded to base64. This base64 balue is the x-Akamai-Streaming-SessionToken header value. It then sends the sendNewToken command to the correct streamname. The flv data is passed on to XBMC for playback. It will then continue to play and not drop after a short time.

Hopefully this will make it easier to use these streams with XBMC in the future.

I still need to work out a couple problems with content length being sent so XBMC doesn't think it is buffering a 2GB file. I also need to work on it properly shutting down the proxy server.
Reply
#60
(2012-07-30, 01:01)dlake02 Wrote: @castalla

Debug log please ?
It did play but only for about 7 seconds?


Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 8

Logout Mark Read Team Forum Stats Members Help
[REQUEST] 2012 London Olympics 0