Hi, I just trying download Live Streaming Video using Rtmpdump. but I have problem, the sound is faltered.
Im using this command:
orCode:C:\rtmp\rtmpdump.exe --live -b 36000 -r "rtmp://url" -o "c:\rtmp\filename.flv"
orCode:C:\rtmp\rtmpdump.exe --live -r "rtmp://url" -o "c:\rtmp\filename.flv"
This is the sample video:Code:C:\rtmp\rtmpdump.exe -R -r "rtmp://url" -o "c:\rtmp\filename.flv"
Please Help,Thanks
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 6 of 6
-
Last edited by Shiroe; 20th Dec 2014 at 16:56.
-
-
Nothing can 'help' if the source video is glitched. Maybe it's an anti copying device. It's annoying enough to stop me wanting to download it.
-
Hi ,
Can you try :
Code:ffmpeg.exe -re -i "rtmp://url" -vcodec copy -acodec copy -f mpegts pipe: "c:\rtmp\filename.flv"
Edit :
Code:===== youtube-dl -F https://www.youtube.com/watch?v=DUOOpupJdVk [youtube] DUOOpupJdVk: Downloading webpage [youtube] DUOOpupJdVk: Extracting video information [youtube] DUOOpupJdVk: Downloading DASH manifest [info] Available formats for DUOOpupJdVk: format code extension resolution note 140 m4a audio only DASH audio , audio@128k (worst) 139 m4a audio only DASH audio 57k , audio@ 48k (22050Hz), 48.69MiB 140 m4a audio only DASH audio 137k , audio@128k (44100Hz), 129.57MiB 141 m4a audio only DASH audio 263k , audio@256k (44100Hz), 257.31MiB 160 mp4 144p DASH video , video only 160 mp4 192x144 DASH video 142k , 15fps, video only, 110.04MiB 133 mp4 240p DASH video , video only 133 mp4 320x240 DASH video 276k , 15fps, video only, 245.59MiB 134 mp4 360p DASH video , video only 134 mp4 480x360 DASH video 503k , 15fps, video only, 338.90MiB 17 3gp 176x144 36 3gp 320x240 5 flv 400x240 43 webm 640x360 18 mp4 640x360 (best) =====
Code:rem audio only DASH audio 263k , audio@256k (44100Hz), 257.31MiB youtube-dl -f 141 https://www.youtube.com/watch?v=DUOOpupJdVk -o audio_256k.m4a
Last edited by aazerty; 20th Dec 2014 at 18:17.
-
Last edited by Shiroe; 28th Dec 2014 at 00:17.