Rtmpdump Possible BugDear all,
Using the following command fails with the latest version of rtmpdump (current official head). Code:
rtmpdump --swfUrl=http://static-cdn1.ustream.tv/swf/live/viewer3:50.swf --live --pageUrl=http://www.ustream.tv/channel/radio-llena --rtmp=rtmp://flash62.ustream.tv/ustreamVideo/9279561/streams/live --flv=- -V Using the version shipped with ubuntu 12.04 there is no issue (Version: 2.4~20110711.gitc28f1bab-1) Any idea why this is happening? |
Re: Rtmpdump Possible BugQuote:
|
Re: Rtmpdump Possible BugThanks for pointing me the app and playpath svnpenn2.
Although i am still scratching my head, why this is working with ubuntu 12.04 version and not with the latest rtmpdump. With ubuntu 12.04 (Version: 2.4~20110711.gitc28f1bab-1) Code:
rtmpdump --live --rtmp=rtmp://flash62.ustream.tv/ustreamVideo/9279561/streams/live --flv=/dev/null Code:
rtmpdump --live --rtmp=rtmp://flash62.ustream.tv/ustreamVideo/9279561/streams/live --flv=/dev/null Code:
rtmpdump --live --rtmp=rtmp://flash62.ustream.tv/ustreamVideo/9279561/streams/live --app=ustreamVideo/9279561 --playpath=streams/live --flv=/dev/null |
Re: Rtmpdump Possible BugBecause the the app/playpath parsing function is and has been messed up for some time now. See this thread for more info
lists.mplayerhq.hu/pipermail/rtmpdump/2011-December/thread.html#1757 |
Re: Rtmpdump Possible BugQuote:
Another mate, point me to this commit: Look for a fourth slash when splitting the url into app+playpath Is it possible the above commit causing the problem? |
All times are GMT -6. The time now is 12:34 PM. |