Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTMP playback not working for IMDb thunder player #93

Open
GoogleCodeExporter opened this issue Aug 26, 2015 · 5 comments
Open

RTMP playback not working for IMDb thunder player #93

GoogleCodeExporter opened this issue Aug 26, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

RTMP urls delivered by the IMDb thunder player are not properly parsed. I 
suspect this to be an issue with the RTMP player. You can test this out by 
trying to play a clip from How i met your Mother in the Popular TV Series 
category.

This is one of such urls (notice the odd <break> in there)

rtmp://flash.cbsig.net/video?e=1303520481&h=cd8e0abb6677af36d2f55e95d9177285
<break>flv/CBS_Production/CBS_Production_Entertainment/2010/10/18/Primetim
e/How_I_Met_Your_Mother/Clips/Webclips/520/696/HIMYM_PODCAST_EP_605__481029.mp4


Original issue reported on code.google.com by [email protected] on 24 Apr 2011 at 11:16

@GoogleCodeExporter
Copy link
Author

Be sure to get the latest IMDb util by updating the site.

Original comment by [email protected] on 24 Apr 2011 at 11:17

@GoogleCodeExporter
Copy link
Author

Looks like it is html and url encoded?
OnlineVideos does already UrlEncode any rtmp urls (GuiOnlineVideos.cs line 
1893) to be used with the reverse proxy.
If you do a HtmlDecode before sending the url to OnlineVideos, you'll get the 
<break> in the RTMP handler (but I tried and that won't play either (STRING: 
NetStream.Play.StreamNotFound)

Original comment by [email protected] on 26 Apr 2011 at 7:42

@GoogleCodeExporter
Copy link
Author

I added Url decode to the returned RTMP link. Hope we can figure out what is 
missing on the player side. If you search on RTMP and <break> you get lot of 
hits discussing the same issue. Be aware that the link returned is only valid 
for a short period of time.

Original comment by [email protected] on 26 Apr 2011 at 12:25

@GoogleCodeExporter
Copy link
Author

You can try CooJah 
(http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloa
der.htm) to see what rtmp parameters are used when playback in the browser 
works. This would help us find out what we need to send to the server.

Original comment by [email protected] on 26 Apr 2011 at 2:48

@GoogleCodeExporter
Copy link
Author

or simply check toutvutil and cbcutil...

Original comment by paul.doskabouter on 30 May 2011 at 9:10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant