rtmpdump on linux ( debian )hello i have install rtmpdump using " apt-get install rtmpdump "
i am not able to download the rtmp file i am getting Code:
|
Re: rtmpdump on linux ( debian )Looks like your using variables ? can you post the full string your using :)
|
Re: rtmpdump on linux ( debian )I have the same problem:
Code:
./rtmpdump -r "rtmpe://fms.ec-music.myspacecdn.com/" -a "" -f "LNX 11,3,31,232" -W "http://lads.myspacecdn.com/music/sdkwrapper/SDKWrapper.2.2.16.swf?ili=false&pguid=c05352624a8843bd9b3e1ddd261a4e10&pertid64=48556357023904339&cip=91.121.193.134&sip=172.16.0.2&hash=MIGmBgkrBgEEAYI3WAOggZgwgZUGCisGAQQBgjdYAwGggYYwgYMCAwIAAQICZgMCAgDABAip1Ny3okKfvQQQ6APAAkh79izbeoEff42F4QRY8zgxXEl2Cn6h7sqwpAjOXkIuWNTEFYoLfzOQvofDJbkG2b86pUsYA%252buZE%252bBTuMdQoU1xfdAvwu01ZD5z4OzurF3GIzg3rFzZwI1sN8M11%252fXXsJAOZIpGZA%253d%253d&pertid=5332ffdbbf81ac000000000000000000&ptype=30&hostenv=www.&uid=-1&pcc=fr-FR&cc=fr-FR" -p "http://www.myspace.com/music/player?sid=87831010&ac=now" -y "mp4:music02/300/dca9baa3175f47b28a0979bf2c03aa5e/std.m4a" -o std.flv -V |
Re: rtmpdump on linux ( debian )this normally happens when your rtmpdump is trying to load an older or different version of librtmp.so. by default make install installs rtmpdump in /usr/local instead of /usr. try
Code:
sudo make install prefix=/usr |
Re: rtmpdump on linux ( debian )Amazing, it works! Thanks you very much!
|
All times are GMT -6. The time now is 08:15 AM. |