rtmpdump - repeats in resulting audio(+)First of all i'd like to thanks author for the great program!
My problem is: Code:
rtmpdump -r "rtmp://stream.samurai.fm:1935/vods3" -a "vods3" -f "LNX 11,1,102,55" -W "http://samurai.fm/flash/sfm_soundmanager2c.swf?serverUrl=stream.samurai.fm&pollInterval=250" -p "http://samurai.fm/" -y "mp4:amazons3/origin.samurai.fm/media/d1c632cb/jeff.m4a" -o jeff.flv the resulting audio have repeating parts, like someone pushes rewind for 2-3 secs back (example: http://zv.hotbox.ru/jeff.flv) output looks like: Code:
RTMPDump v2.3 What can I do? |
Re: rtmpdump - repeats in resulting audio(+)using (-v | --live) switch is your only option to correctly download data from such misbehaving servers. and yeah it will take some extra time to download.
|
Re: rtmpdump - repeats in resulting audio(+)^Hey, look at error, if he input hash and size, it will be dl'ed correctly!!
Code:
rtmpdump -r "rtmp://stream.samurai.fm:1935/vods3" -a "vods3" -f "LNX 11,1,102,55" --swfUrl "http://samurai.fm/flash/sfm_soundmanager2c.swf?serverUrl=stream.samurai.fm&pollInterval=250" --swfsize "21808" --swfhash "4acba1208379780d5db7cf30446ab326d80c07b0510c9340b70aacd5ba5677cd" -p "http://samurai.fm/" -y "mp4:amazons3/origin.samurai.fm/media/d1c632cb/jeff.m4a" -o jeff.flv Code:
RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV) (Dunno, maybe in Linux is diff!! :confused: ) |
Re: rtmpdump - repeats in resulting audio(+)it has nothing to do with swf verification. it's a known problem with some servers. using -v switch disables RTMP_LF_BUFX hack which causes this weird behavior with some servers.
|
Re: rtmpdump - repeats in resulting audio(+)Thanks so much for explaining!!;)
|
All times are GMT -6. The time now is 05:41 AM. |