Open GoogleCodeExporter opened 8 years ago
Be sure to get the latest IMDb util by updating the site.
Original comment by apond...@gmail.com
on 24 Apr 2011 at 11:17
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 bborgsd...@gmail.com
on 26 Apr 2011 at 7:42
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 apond...@gmail.com
on 26 Apr 2011 at 12:25
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 bborgsd...@gmail.com
on 26 Apr 2011 at 2:48
or simply check toutvutil and cbcutil...
Original comment by paul.doskabouter
on 30 May 2011 at 9:10
Original issue reported on code.google.com by
apond...@gmail.com
on 24 Apr 2011 at 11:16