[rtmpdump] problem with a video website

Stef my.my.cro at gmail.com
Mon Feb 22 21:15:56 CET 2010


On 22/02/2010 9:12 PM, Carmelo Ingrao wrote:
> Hello,
>
> I have a problem downloading a video from medici.tv
>
> Url of video : http://www.medici.tv/#/movie/14164/
>
> So, I have (under linux) run ./rtmpsuck
>
>
>
> So, I have build the rtmpdump command like this :
>
> ./rtmpdump -V -r "rtmp://fms023.am4.hwcdn.net/a4v4d8i9/_definst_ 
> <http://fms023.am4.hwcdn.net/a4v4d8i9/_definst_>" -a 
> "a4v4d8i9/_definst_" -f "LNX 10,0,45,2" -W 
> "http://www.medici.tv/medici.swf" -t 
> "rtmp://fms023.am4.hwcdn.net/a4v4d8i9/_definst_ 
> <http://fms023.am4.hwcdn.net/a4v4d8i9/_definst_>" -p 
> "http://www.medici.tv/#/movie/14164/" -y 
> "mp4:fms/ESCHENBACHMAHLER_2_PGM_SBD_43_VF.mp4?FLVPlaybackVersion=2.1&amp;doppl=0596be354e14fd45&amp;dopsig=a2a211301a00f64f6a74a7ad8c9880bc" 
> -o medici.flv
>
>
> But it's not downloading the video.
> Here is the output of the rtmpdump command :
>
> Have you any idea ?
>
> Thanks
>
> Carmelo
>
For a start, change all the "&amp;" to "&".

For example:

-y 
"mp4:fms/ESCHENBACHMAHLER_2_PGM_SBD_43_VF.mp4?FLVPlaybackVersion=2.1&amp;doppl=0596be354e14fd45&amp;dopsig=a2a211301a00f64f6a74a7ad8c9880bc"

becomes:

-y 
"mp4:fms/ESCHENBACHMAHLER_2_PGM_SBD_43_VF.mp4?FLVPlaybackVersion=2.1&doppl=0596be354e14fd45&dopsig=a2a211301a00f64f6a74a7ad8c9880bc"

See how that goes.

Regards,
Stefan.


More information about the rtmpdump mailing list