OnDemand by OE-Alliance.

svtplay on xbmc addon


thanks to pcd

Thanks for the reply.

I',m not that familiar with XBMC, I beleive it is something like Plex, right?

If so does that mean that I have to have a XBMC-server on my network for this to work properly or can the XBMC addon play the SVT Play by itself?

Jan
 
OnDemand by OE-Alliance does not work properly for ITV. I am trying to watch some program it plays few minutes and then it goes back to the previous menu if I select the same program again it plays it again from the beginning and then go back to the previous menu again after few minutes. If I watch the same program on my laptop using official ITV Player on my laptop the program is definitely full length and not just few minutes (4 - 5 minutes). My IP address is UK so it can not be non UK IP address issue.
I am using VU+ Solo2 with Black Hole 2.0.8 and I installed this plugin 2 days ago using the following commands.

opkg update
opkg install enigma2-plugin-extensions-ondemand

Is this plugin is in beta stage? If it is in beta stage should it show the full program on ITV in its beta stage?
 
I think there has been some changes to the way they stream at ITV

Can some one who knows python take a look at this :
http://code.google.com/p/xbmc-itvplayer/downloads/detail?name=plugin.video.itv_2_0_4.zip

To me it looks like there is now some redirection made after the first part of the stream that doesn't seem to be in the one for enigma2.

it was explained in the py file as this
Code:
def decode_redirect(url):
  
    # some of the the urls passed in are redirects that are not handled by XBMC.
    # These are text files with multiple stream urls

Here is the link to the one for enigma2 :
https://codeload.github.com/E2OpenBhPlugins/OnDemand/zip/master

I'm having the same issue as allot of others it plays then stops after about 20 seconds.

Can anyone help ?

regards
 
I think there has been some changes to the way they stream at ITV

Can some one who knows python take a look at this :
http://code.google.com/p/xbmc-itvplayer/downloads/detail?name=plugin.video.itv_2_0_4.zip

To me it looks like there is now some redirection made after the first part of the stream that doesn't seem to be in the one for enigma2.

it was explained in the py file as this
Code:
def decode_redirect(url):
 
    # some of the the urls passed in are redirects that are not handled by XBMC.
    # These are text files with multiple stream urls

Here is the link to the one for enigma2 :
https://codeload.github.com/E2OpenBhPlugins/OnDemand/zip/master

I'm having the same issue as allot of others it plays then stops after about 20 seconds.

Can anyone help ?

regards
I have looked at the code. But I am not python expert. The function decode_redirect is defined in file but it is not called from anywhere with in the file. Also the function is not exported so it probably can not be called from other python files etc. I think this function is not in use.
 
PLEASE CONTACT ME ON // SKYPE username furio_11

RUYA plugin AVAILABLE FOR XBMC / MAG / AND ENIGMA2

ENIGMA 2
Code:
https://dl.dropboxusercontent.com/u/...v-1.1.4-E2.zip

XBMC
Code:
https://dl.dropboxusercontent.com/u/...1.1.4-XBMC.zip

BETA ANDROID APK,,
Code:
https://dl.dropboxusercontent.com/u/...uyaIPTV-00.apk

CHANNEL LIST
Code:
https://dl.dropboxusercontent.com/u/...yachanlist.txt


EDIT BY ADMIN

No live links in future
 
hi there,

The Menu button in the Main Screen doesn't work.
to make the Menu button work i have to make a change in the ui.py file. in line 126.

before: self["actions"] = ActionMap(["SetupActions", "TimerEditActions"], {
after : self["actions"] = ActionMap(["SetupActions", "MenuActions", "TimerEditActions"], {

grt Lucifer
 
Has anybody got an answer to previous posts regarding ITV player playing only 3-5 minutes before returning to menu. I have latest Blackhole image and installed on demand via telenet as previous posts show. Non technical answer would be appreciated.......Geoff
 
BBC is now using the new Nitro API

Things change and move on.

Another back door closes,like the 4OD back door.

Change is not always for the best in my view.

The new API now requires a development key,which at the moment they are only giving out to BBC employees and officially credited iplayer plugin writters.But they do state that this key, in time, will become public.

if it does then new python code will have to be written to all enigma2 BBC iplayer plugins,similar to the code used in the TMDb plugin,as this also uses a public API key.

Never say never,but personally though, I doubt anyone will bother,certainly not the OE Alliance,even if they were able,so effectively you all can now consider the BBC Iplayer gone for ever on all public plugins for Enigma2 boxes.

A quote from elsewhere
 
Back
Top