
11-13-2012, 06:53 AM
|
Banned
|
|
Join Date: Apr 2011
Location: Dallas
Posts: 757
|
|
 Re: Cross-compiling RTMPDump.
Quote:
Handle RTMP redirect
This patch allows RtmpDump to follow RTMP URL redirects. Before this you could
run rtmpdump --verbose and see the redirect URL
DEBUG: Property: <Name: redirect, STRING: rtmp://46.19.140.146:190/vod>
This patch simply automates the following process. Taken from KSV patch file
http://github.com/downloads/K-S-V/Scripts/rtmpdump-2.4.zip
Tested on
http://datastreaming.altervista.org/LA7.html
|
github.com/svnpenn/rtmpdump/commit/239a
|