Page 11 of 14 FirstFirst ... 910111213 ... LastLast
Results 201 to 220 of 275

Thread: OnDemand plugin devixified and working on all images

  1. #201
    Security Admin echelon's Avatar
    Join Date
    Dec 2004
    Location
    North West U.K.
    Posts
    12,916
    Thanks
    49
    Thanked 6 Times in 1 Post
    trying ondemand etc in python 2.6 on openpli clone dm800 so using oe16

    when I open my plugins I get this message and dont know which files I need to install etc

    message is

    setup glass16 (no mudule named gi_userinfo)
    extensions/ondemand (libxslt.so.1: cannot open shared object file: no such file or directory

    I think its 2 separate plugin issues, so showing the glass16 firsth and then ondemand

  2. #202
    V.I.P
    Join Date
    Dec 2004
    Posts
    7,508
    Thanks
    12
    Thanked 76 Times in 34 Posts
    cant help with the glass problem at the mo as i dont use that skin but here are the libs that you need.
    both the libxslt.so.1 that your box complained about and the libexslt.so.0 which after you installed the first file is what your box will complain about upon the next reboot.

    extract the rar then ftp both to /usr/lib/ and chmod to 755 then restart enigma2

    i will look into the gi_userinfo issue tomorrow for you.

    Ian.
    Last edited by ian; 11-05-2013 at 11:09 PM.

  3. #203
    Junior Member
    Join Date
    May 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I cant get it working on Vu+ Duo Blackhole, depending on the plugin version I get dns resolver error or lxml not found error.

  4. #204
    Junior Member
    Join Date
    May 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    As you maybe aware bbc iplayer dont play anything anymore on any version.

    does anybody have the correct .py or what url needed to edit as i saw a few in regards of the flv streams and another!

    cheers.

  5. #205
    V.I.P
    Join Date
    Dec 2004
    Posts
    7,508
    Thanks
    12
    Thanked 76 Times in 34 Posts
    BBC Iplayer fix

    extract the rar file,then delete your existing bbciplayer.py file and replace your existing bbciplayer.pyo file with the one attached.

    restart enigma2.

    job done.

    credit to digidude who beat us all to it and fixed it using firebug.

    Ian.

  6. #206
    Junior Member
    Join Date
    May 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks gonna gedit it and see exactly what it was, as i was just trying a few urls that i found myself to no avail.

    well done digi lol

    EDIT: I also found that releases url but i was inputting it in the wrong place.

    Here is the bbciplayer.py that will work with the ondemand one from page 9 of this thread.
    so delete the bbciplayer.pyo off the ftp and copy this over and reboot.

    thanks digi again for finding the fix (i was putting the url in wrong place pmsl)
    Attached Files Attached Files
    Last edited by genious; 08-06-2013 at 05:02 PM.

  7. #207
    V.I.P
    Join Date
    Dec 2004
    Posts
    7,508
    Thanks
    12
    Thanked 76 Times in 34 Posts
    heres the code i edited in my py file,but digidude asked me to compile it into a pyo before releasing it here on pimps.

    Code:
    # Build up the stream URL based on the supplier
    			if supplier == 'limelight':    # SD streams that can be played by all users.
    				fileUrl = "rtmp://"+server+":1935/ app=a1414/e3?"+auth+" tcurl=rtmp://"+server+":1935/a1414/e3?"+auth+" playpath="+identifier+" swfurl=http://www.bbc.co.uk/emp/releases/iplayer/revisions/617463_618125_4/617463_618125_4_emp.swf swfvfy=true timeout=180"
    			elif supplier == 'akamai':     # SD & HD streams that only UK users can play.
    				fileUrl = "rtmp://"+server+":1935/ondemand?"+auth+" playpath="+identifier+" swfurl=http://www.bbc.co.uk/emp/releases/iplayer/revisions/617463_618125_4/617463_618125_4_emp.swf swfvfy=true timeout=180"
    			elif supplier == 'level3':     # HD Streams that can be played by all users.
    				fileUrl = "rtmp://"+server+":1935/iplayertok?"+auth+" playpath="+identifier+" swfurl=http://www.bbc.co.uk/emp/releases/iplayer/revisions/617463_618125_4/617463_618125_4_emp.swf swfvfy=true timeout=180"
    if you check the site using firebug you can easily see the changes that have been made on the site and from that you can tell what to edit in the bbciplayer.py file.

    Ian.

  8. #208
    Junior Member
    Join Date
    May 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Tho ian i am struggling to find if hd streaming is working it all seems 16:9 but better than nothing at all.. lol
    also we beat vix team lol (great support!)

    Im guessing a bit more routing around on iplayer site? i came across the j@vascript on iplayer too so realised it was this url needed without embed.js

    edit: just checked had to hit menu and enable the hd streams !!!!
    dont know why that changed but yeah sorted

    watchdog and waterloo road here i come!
    Last edited by genious; 08-06-2013 at 05:23 PM.

  9. #209
    Member Silsila's Avatar
    Join Date
    May 2009
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Here is the BBCiplayer fix for oe1.6 Ondemand users.
    Overwrite your existing 'bbciplayer.pyo' and delete 'bbciplayer.py'.

    Thanks to Digidude for the code and Ian for posting it.
    Tested working on Blackhole 1.7.4 (oe1.6)
    Attached Files Attached Files

  10. #210
    Member Silsila's Avatar
    Join Date
    May 2009
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Here is the BBC iPlayer standalone fix for oe1.6 users that don't or can't use the Ondemand plugin.
    Overwrite your existing 'plugin.pyo' and delete 'plugin.py' in:
    /usr/lib/enigma2/python/Plugins/Extensions/BBCiPlayer/

    Thanks to Digidude for the code and Ian for posting it.
    Attached Files Attached Files
    Last edited by Silsila; 08-06-2013 at 08:04 PM.

  11. #211
    V.I.P
    Join Date
    Dec 2004
    Posts
    2,122
    Thanks
    1
    Thanked 1 Time in 1 Post
    I've recompiled the oe1.6 standalone file for oe2.0 (python 2.7).
    Instructions as above.

    Thanks to Digidude for the code, Ian for posting it and Silsila for the oe1.6 version.
    Attached Files Attached Files

  12. #212
    Junior Member
    Join Date
    May 2013
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Im loving this forum, credit where credit is due.

    i was so close today myself in fixing it for myself but would have shared aswell ofc as its a must.
    but i must say i am loving this forum because everybody is pulling together on a trivial plugin but it means alot to me and most that google for it.

    its ashame really that it took me to start off the procedure and trying to sort it for meself because iplayer hasnt worked for about 3 days as i know of and im sure somebody must of noticed?

    i checked the oe alliance bs and nothing! but i know ian knows a few tricks so thought id ask, whilst i was decoding bbc and the plugin ian had made a post about an hour or 2 after which i thought omg sweet, tried it on my box and didnt work moaned about somet missing so fort hmmmmm lets open that biatch in ++ and see what the heck, by this time i knew the relevant info anyway myself just wasnt sure of exactly where i was meant to be placing the url !!!!

    all makes sense now and now at least ive learned something more today about rtmp.

    i have also looked a great deal into rtmp *stuff* streams beforeand its obviously mentioned in the plugin aswell and its a handy place to use to retrieve/view streams.

    im just glad its working again, dont know why the stupid bbc felt the need but we overcome it 1 way or another, else would of looked a bit daft having the rest and no main bit.

    i also see 5od has been shelved? reason apparently is because of drm!!!! drm on that crap like neighbours i ask ya.... okie dokie

    thanks again for everybodys input and im sure oe alliance will realise and maybe that 1 guy will update his git hahahahahhahahaaaa

    peace.

  13. #213
    Junior Member digidudeofdw's Avatar
    Join Date
    May 2009
    Location
    digital worldz
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts
    i hadnt noticed it was down untill i saw it posted on another forum at about 11am yesterday, and found myself messing on the computer while ironing (multitasking lol) getting ready to go out on the lash

  14. #214
    V.I.P
    Join Date
    Dec 2004
    Location
    Alicante
    Posts
    696
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I am using image open PLi 2.1 which oe is that please 1.6 or 2.0 so I can install VOD on my dreambox original thanks

    wwe

  15. #215
    Super Moderator saintomer1866's Avatar
    Join Date
    Sep 2005
    Posts
    3,520
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thats OE 1.6 (python v2.6) wwe.

  16. #216
    V.I.P
    Join Date
    Dec 2004
    Location
    Alicante
    Posts
    696
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by saintomer1866 View Post
    Thats OE 1.6 (python v2.6) wwe.
    thanks I have tried to load the new ipk but it will not load onto the pli image do you have the correct file that works please

    thanks

    wwe

  17. #217
    V.I.P hechicero's Avatar
    Join Date
    Dec 2004
    Location
    Valencia
    Posts
    219
    Thanks
    0
    Thanked 0 Times in 0 Posts
    could anyone please help please:

    I have optibox m7 and dm800se (genuine) both boxes have openatv 3.0 image installed.
    when I download the on demand plug in for the optibox, on demand works ok (inc. bbc iplayer after updating pyo. file)


    when I download the on-demand plug in for the dm800se, the programs will not start. the on-demand loads ok and shows the programs but they will not start. (but there are not error messages)
    what I cannot understand is the plug in is downloaded from the same server, yet works on one box but not the other.
    I have tried loading files from posts earlier in the thread without success.
    not sure whether I should be discounting the plug in downloads and just trying to instal files from the thread or adding to the files already downloaded.

    all a little confused at the moment so any help would be appreciated, and yes I have read all thru the thread several times.

  18. #218
    Super Moderator saintomer1866's Avatar
    Join Date
    Sep 2005
    Posts
    3,520
    Thanks
    0
    Thanked 0 Times in 0 Posts
    sorry wwe but i've only got the python 2.7 files
    not 100% sure that it all works with python 2.6 ?
    maybe if another member has got it running on a dm800 they can post their files here for you...
    sorry i couldnt help further

    St.O

  19. #219
    V.I.P nosmo king's Avatar
    Join Date
    Dec 2004
    Location
    Posts
    290
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by hechicero View Post
    could anyone please help please:

    I have optibox m7 and dm800se (genuine) both boxes have openatv 3.0 image installed.
    when I download the on demand plug in for the optibox, on demand works ok (inc. bbc iplayer after updating pyo. file)


    when I download the on-demand plug in for the dm800se, the programs will not start. the on-demand loads ok and shows the programs but they will not start. (but there are not error messages)
    what I cannot understand is the plug in is downloaded from the same server, yet works on one box but not the other.
    I have tried loading files from posts earlier in the thread without success.
    not sure whether I should be discounting the plug in downloads and just trying to instal files from the thread or adding to the files already downloaded.

    all a little confused at the moment so any help would be appreciated, and yes I have read all thru the thread several times.


    its confusing reading this thread

    read the quote back and tell me is this for oe1.6 or oe2.0

    from personal experience the 1.6 works on blackhole images and all the files you need are on this thread

  20. #220
    V.I.P hechicero's Avatar
    Join Date
    Dec 2004
    Location
    Valencia
    Posts
    219
    Thanks
    0
    Thanked 0 Times in 0 Posts
    after a couple of days fiddling about and scratching my head I changed the image to openpli 3.0 and had it all working within 15 mins.

    only issue I seem to have is the audio is very poor, particulary on music. anyone had this issue and ideas why.
    dm 800se openpli 3.0
    Last edited by hechicero; 16-06-2013 at 04:37 PM.

Page 11 of 14 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. Replies: 6
    Last Post: 24-02-2011, 03:39 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •