FAQ  •  Register  •  Login

Crackle

<<

twister29

Serviio newbie

Posts: 2

Joined: Sat Jun 16, 2012 1:28 am

Post Sun Jun 17, 2012 3:03 pm

Re: Crackle

Hi! I'm new here on the forum, and have some personal experience/knowledge of setting up a DLNA server and getting videos streaming to my LG BX-580. I'm a new Serviio user (and LOVE it!). Was using N*ro MediaHome - and while it worked (somewhat), have had major problems with it synching up to my bd-player. I've been watching these forums, and am also having issues getting videos from Crackle to play. When I select the Crackle online folder in my BD player, I see thumbnails of the videos that are currently available, but when I select one to play, I get these errors:

"There may be network congestion" - I then try to play the video again and get this error: "Cannot play this file".

I've tried both RSS links provided in first post and still get the same error. I'm using the "LG TV/Player" profile and entering the IP address of the player. Does anyone else have a LG BD DLNA player and is having this issue? Any ideas to try would be helpful.

My logfile is over 22mb - are there portions of it that I could attach here that would be helpful?
<<

mike_metro

Serviio lover

Posts: 55

Joined: Sat Jan 14, 2012 4:06 am

Post Sun Jun 17, 2012 7:12 pm

Re: Crackle

twister29 wrote:Hi! I'm new here on the forum, and have some personal experience/knowledge of setting up a DLNA server and getting videos streaming to my LG BX-580. I'm a new Serviio user (and LOVE it!). Was using N*ro MediaHome - and while it worked (somewhat), have had major problems with it synching up to my bd-player. I've been watching these forums, and am also having issues getting videos from Crackle to play. When I select the Crackle online folder in my BD player, I see thumbnails of the videos that are currently available, but when I select one to play, I get these errors:

"There may be network congestion" - I then try to play the video again and get this error: "Cannot play this file".

I've tried both RSS links provided in first post and still get the same error. I'm using the "LG TV/Player" profile and entering the IP address of the player. Does anyone else have a LG BD DLNA player and is having this issue? Any ideas to try would be helpful.

My logfile is over 22mb - are there portions of it that I could attach here that would be helpful?


Are you having issues with any other plugins?
Have you tried to change the transcode "preferred online content quality" to Low and see if that fixes the issue?
I would reach out to people on the LG forum http://forum.serviio.org/viewforum.php?f=12
<<

antl

Serviio newbie

Posts: 15

Joined: Tue May 29, 2012 7:02 pm

Post Sat Jun 30, 2012 6:10 pm

Re: Crackle

think this plugin needs updating :(
<<

mike_metro

Serviio lover

Posts: 55

Joined: Sat Jan 14, 2012 4:06 am

Post Sat Jul 07, 2012 10:40 pm

Re: Crackle

antl wrote:think this plugin needs updating :(


What issues are you having? Where are you located?
<<

antl

Serviio newbie

Posts: 15

Joined: Tue May 29, 2012 7:02 pm

Post Tue Jul 10, 2012 3:25 pm

Re: Crackle

mike_metro wrote:
antl wrote:think this plugin needs updating :(


What issues are you having? Where are you located?



I was getting errors playing any movie - file format not supported.

but it was working perfectly previously, located in the UK.


ill give it another try soon, to see if it was a one off.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Wed Jul 11, 2012 2:29 pm

Re: Crackle

Seems most of the the links have changed.
Using the sample link http://www.crackle.com/rss/media.ashx?b ... PTgyJmZ4PQ

the link created by the groovy that Serviio tries to access http://cdn1.crackle.com/1/q/yl/9vwwb_480p.mp4 is no longer valid
the correct link is now rtmp://stream_auth-us-am.akamai.crackle ... b_360p.mp4

Note however that one of them "The last Dragon" still uses the original form, so seems they are in transition.
<<

bobo222

Serviio newbie

Posts: 7

Joined: Thu Jul 12, 2012 12:24 am

Post Thu Jul 12, 2012 12:26 am

Re: Crackle

Here are the changes to the file required - I tested with 1-2 links - but figure this can help the cause.

<FILE REDACTED>
Last edited by bobo222 on Thu Jul 12, 2012 5:05 pm, edited 1 time in total.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Jul 12, 2012 1:20 am

Re: Crackle

That is still not getting the new links.
<<

bobo222

Serviio newbie

Posts: 7

Joined: Thu Jul 12, 2012 12:24 am

Post Thu Jul 12, 2012 2:24 am

Re: Crackle

it was about an hour ago - now pulling just a few. still working it - obviously some magic to sort
<<

bobo222

Serviio newbie

Posts: 7

Joined: Thu Jul 12, 2012 12:24 am

Post Thu Jul 12, 2012 2:26 am

Re: Crackle

i let it run for a bit - all good.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Jul 12, 2012 3:24 am

Re: Crackle

Not this link. Only shows 2 of old link format. You are not detecting the new links, and are still providing the old links which fail.
<<

bobo222

Serviio newbie

Posts: 7

Joined: Thu Jul 12, 2012 12:24 am

Post Thu Jul 12, 2012 12:15 pm

Re: Crackle

Thanks.
Obviously you're seeing something different - because I pick up new scans of 200+ links, and they work. please let me know if you have code changes suggested.

thanks.

are you using the version with the following code changes:

*Note- my version is hardcoded ONLY to this link / url - this may be the issue:
final VALID_FEED_URL = 'http://www.crackle.com/rss/media/Zm14PTUwMDAmZmNtdD04MiZmcD0xJmZ4PQ.rss'

and the other changes:

def contentUrl = thumbUrl.replaceFirst('http://.*?\\.crackle.com/', "rtmp://stream_auth-us-am.akamai.crackle.com:443/ondemand/mp4:crackle/")

contentUrl = contentUrl.replaceFirst('_[A-Za-z]*.jpg', "_${resText}.mp4")

I also added a println after the def of cacheKey so i could see what was going on.

println "crackleitem = $contentUrl"
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Jul 12, 2012 1:04 pm

Re: Crackle

The whole concept of a webresource is to process the multiple links available at a given site, and then detect the valid links to the media content for each of those site links.

I'll simply point out that your changes do neither. You have hardcoded only one site link and then you have forced a link header which works for only some of the media content.

You may be happy with it but it should not be published as a corrected crackle grooovy.

To be correct you need to remove your hardcoded link and use the original VALID_FEED_URL then determine what code in the html dictates the media links. One of them dictates the use of your forced link header change but something else dictates a different link header change. For example in the sample site link http://www.crackle.com/rss/media.ashx?b ... PTgyJmZ4PQ , The New Kids and The Stone Killer do not work with your forced header or with the old link format.
Similarly your hardcoded link is missing the same ones plus many more including the first one "Rudy"

Hope that helps.
<<

bobo222

Serviio newbie

Posts: 7

Joined: Thu Jul 12, 2012 12:24 am

Post Thu Jul 12, 2012 4:41 pm

Re: Crackle

Thank you. I'll retract my code - and feel free to work it appropriately -- I'll simply point out that I provided the code as a tool to show a fix that worked for me. My error, apologies.
it is working fine for me - and I apologize for introducing noise in the system.

Feel free to fix / ignore the submission.

thank you for all input as always.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Jul 12, 2012 5:08 pm

Re: Crackle

No apologies. I was only pointing out what was missing with the hope that the info would help you complete the correction, as a contribution to the community and a learning exercise. Sorry if you took differently.
<<

bobo222

Serviio newbie

Posts: 7

Joined: Thu Jul 12, 2012 12:24 am

Post Thu Jul 12, 2012 8:39 pm

Re: Crackle

no worries. if time permits, I'll try to fix it appropriately and move it over to the right forum for devwork.

thanks!
<<

mike_metro

Serviio lover

Posts: 55

Joined: Sat Jan 14, 2012 4:06 am

Post Thu Jul 12, 2012 9:17 pm

Re: Crackle

bobo222 wrote:no worries. if time permits, I'll try to fix it appropriately and move it over to the right forum for devwork.

thanks!


bobo222 I'll make the changes you suggested above, test it and repost it. I'll try to get it out this weekend. Thanks for the help.
<<

mike_metro

Serviio lover

Posts: 55

Joined: Sat Jan 14, 2012 4:06 am

Post Thu Jul 12, 2012 10:25 pm

Re: Crackle

bobo222 are you based in the us? The cdn has us in it, I may have to grab the localize the url base on the country of origin.
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Jul 12, 2012 10:36 pm

Re: Crackle

The links were all valid from Canada. You would have to test from UK/Australia to see if they differ, however the groovy should detect the correct link rather than force a header.
<<

bobo222

Serviio newbie

Posts: 7

Joined: Thu Jul 12, 2012 12:24 am

Post Fri Jul 13, 2012 2:18 pm

Re: Crackle

Greetings - Yes, located in US. While I was hardcoded for one to test, I was (and remain) with good results on this server. Agree w/ proposition that some geography may be at play.

thanks.
PreviousNext

Return to Available plugins

Who is online

Users browsing this forum: No registered users and 38 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.