pombreda / nibor-xbmc-repo

Automatically exported from code.google.com/p/nibor-xbmc-repo
0 stars 0 forks source link

4od download stops after a minute or so #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
download using 4od plugin

What is the expected output? What do you see instead?
Reports on the xbmc forum... stops after a few minutes..

What version of the product are you using? On what operating system?
See forum, should be 1.0.1, on various running xbmc...

Please provide any additional information below.
The 4od site changed the 4odplayer file from :

http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.8.5.swf

to

http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.21.2.swf

This was updated in get-flash-videos, after downloads stopped, 
https://github.com/njtaylor/get-flash-videos/commit/478932577f8d2d99a9542313637d
10cb66292f99#lib/FlashVideo/Site/Channel4.pm

Attached are a patch, and updated default.py file for the plugin.video.4od.

Original issue reported on code.google.com by njtaylor...@gmail.com on 13 Feb 2012 at 12:13

Attachments:

GoogleCodeExporter commented 9 years ago
A zip file with new plugin, default.py changed.

Original comment by njtaylor...@gmail.com on 21 Feb 2012 at 1:12

Attachments:

GoogleCodeExporter commented 9 years ago
New set of attachments - 
remove the --verbose option from rtmpdump, add print to log command line.

Original comment by njtaylor...@gmail.com on 24 Feb 2012 at 10:50

Attachments:

GoogleCodeExporter commented 9 years ago
I had this issue, applied the changes (just changed the swf version), all works 
fine. Is it worth abstracting the swf version into a variable? Then even more 
trivial to change, or even make it a setting.

Original comment by paulke...@gmail.com on 1 Mar 2012 at 9:30

GoogleCodeExporter commented 9 years ago
This repo should auto update, but it doesn't.  Why does 5oD auto update buy 4oD 
does not.  Anyone know why??

Original comment by aconst8...@aol.com on 5 Mar 2012 at 11:37

GoogleCodeExporter commented 9 years ago
which of these new plugins should i install as a new fresh install, its a bit 
confusing.  Anyone help??  Thanks

Original comment by aconst8...@aol.com on 5 Mar 2012 at 11:45

GoogleCodeExporter commented 9 years ago
These updates I supplied, until such time as there was a proper update,
there was an update for channel 5, but seems the channel 4 issue hasn't
been looked at by the author and I can't update myself.

You should use default.py if already installed, to replace the existing
default.py in the plugin.video.4od directory.

If not installed then download the zip and use the addon zip install.

Original comment by njtaylor...@gmail.com on 6 Mar 2012 at 12:36

GoogleCodeExporter commented 9 years ago
I got it working by following the tips above.  worked for 3 days.  Now stopped 
working again, script errors all over.  Anyone know what the problem is?

Original comment by aconst8...@aol.com on 8 Mar 2012 at 12:19

GoogleCodeExporter commented 9 years ago
A reply has been sent to the forum - the 4od site has changed, a lot
more content now requires a registration/sign-on.

Original comment by njtaylor...@gmail.com on 8 Mar 2012 at 2:41

GoogleCodeExporter commented 9 years ago
I take it that it is not working for you either then?  Do you know if there 
will ever be an update?

Original comment by aconst8...@aol.com on 8 Mar 2012 at 11:35

GoogleCodeExporter commented 9 years ago
I don't use XBMC to download, I use get_flash_videos instead on OpenBSD,
they both use rtmpdump. get_flash_videos is now working again.
See issue 3 just raised for the plugin, just fixed for get_flash_videos
and push upstream,

https://github.com/njtaylor/get-flash-videos

Original comment by njtaylor...@gmail.com on 8 Mar 2012 at 11:55

GoogleCodeExporter commented 9 years ago
Mine was working great with the beta version of Eden, I just upgraded and lost 
it again !!!!

Original comment by scarva...@gmail.com on 7 Apr 2012 at 8:22

GoogleCodeExporter commented 9 years ago
New version of swf seems to be 11.25.2

Just view the previously provided patch to see what lines need changing and use 
11.25.2 instead of 11.21.2.

My whole default.py file attached incorporating this change and my change for 
issue <a 
href="http://code.google.com/p/nibor-xbmc-repo/issues/detail?id=10>10</a>.

Unfortunately I do get a core dump at the same point in playback now 
(RTMPE_Free I believe, double free also mentioned). There is a warning printed 
earlier in the logs that RTMPE protocol is not supported but I didn't think 
that mattered. Is this worthy of a new bug listing?

Original comment by victoria...@googlemail.com on 1 Jun 2012 at 11:16

Attachments:

GoogleCodeExporter commented 9 years ago
Oh how I wish there was an edit for earlier comments...

Just thought I'd add the actual details from the website:

<div style="margin-bottom: 10px;" id="flashContainer" class="cb flashEnabled">
                        <object data="/static/programmes/asset/flash/swf/4odplayer-11.25.2.swf" id="catchUpPlayer" type="application/x-shockwave-flash" width="640" height="397"><param value="top" name="align"><param value="noscale" name="scale"><param value="lt" name="salign"><param value="true" name="allowFullScreen"><param value="#000000" name="bgcolor"><param value="always" name="allowScriptAccess"><param value="opaque" name="wmode"><param value="preSelectAsset=3358628&overRideIA=false&tracking_n=true&tracking_c=false&tracking_b=true&afterLogin=C4.My4oD.Controller.onFlashLogin" name="flashvars"></object>
                    </div>

I'm not sure if that's of any help.

Original comment by victoria...@googlemail.com on 1 Jun 2012 at 11:19

GoogleCodeExporter commented 9 years ago
You could try this version

https://github.com/MossyTC/xbmc-4od/zipball/master

From XBMC forums.

Determines swf file from html, and deals with redirection.

Original comment by njtaylor...@gmail.com on 2 Jun 2012 at 1:55

GoogleCodeExporter commented 9 years ago
Worked great thanks. I was going to the suggest such a feature as a nice 
enhancement. Fortunately you got there before I got the inclination to try 
coding it myself.

Original comment by victoria...@googlemail.com on 4 Jun 2012 at 8:10