Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 01-03-2017, 11:31 AM
ksai.mb ksai.mb is offline
Junior Member
 
Join Date: Sep 2015
Posts: 18
ksai.mb is on a distinguished road
Default

please help me how to download a mp4 file using rtmpdump or ffmepg


hi

please help me to download the following file using rtmpdump or ffmpeg

rtmps://53c7c8e287199.streamlock.net/vods3/mp4:amazons3/coursekart/videos/1521/topics/Introduction to C Programming and Array - Part 2 of 5_qtp.mp4

regards
Reply With Quote
  #2  
Old 01-03-2017, 01:12 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: please help me how to download a mp4 file using rtmpdump or ffmepg


rtmpdump.exe -v -r "rtmps://53c7c8e287199.streamlock.net/vods3" ^
-a "vods3" ^
-y "mp4:amazons3/coursekart/videos/1521/topics/Introduction to C Programming and Array - Part 2 of 5_qtp.mp4" ^
-o "Introduction to C Programming and Array - Part 2 of 5_qtp.flv"



C:\>rtmpdump.exe -v -r "rtmps://53c7c8e287199.streamlock.net/vods3" -a "vods3" -y "mp4:amazons3/coursekart/videos/1521/t
opics/Introduction to C Programming and Array - Part 2 of 5_qtp.mp4" -o "Introduction to C Programming and Array - Part
2 of 5_qtp.flv"
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO: language eng
INFO: timescale 12800.00
INFO: length 103520768.00
INFO: sampledescription:
INFO: sampletype avc1
INFO: language eng
INFO: timescale 44100.00
INFO: length 356660800.00
INFO: sampledescription:
INFO: sampletype mp4a
INFO: audiochannels 2.00
INFO: audiosamplerate 44100.00
INFO: videoframerate 25.00
INFO: aacaot 2.00
INFO: avclevel 30.00
INFO: avcprofile 100.00
INFO: audiocodecid mp4a
INFO: videocodecid avc1
INFO: width 854.00
INFO: height 480.00
INFO: frameWidth 720.00
INFO: frameHeight 480.00
INFO: displayWidth 854.00
INFO: displayHeight 480.00
INFO: framerate 25.00
INFO: moovposition 40.00
INFO: duration 8087.56
16374.352 kB / 339.28 sec (4.1%)
Reply With Quote
  #3  
Old 01-03-2017, 03:02 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: please help me how to download a mp4 file using rtmpdump or ffmepg


ffmpeg -i "rtmp://53c7c8e287199.streamlock.net/vods3 app=vods3 playpath=mp4:amazons3/coursekart/videos/1521/topics/Introduction%%20to%%20C%%20Programming%%20and%%20A rray%%20-%%20Part%%202%%20of%%205_qtp.mp4" -c copy "test.mp4"



C:\>ffmpeg -i "rtmp://53c7c8e287199.streamlock.net/vods3 app=vods3 playpath=mp4:amazons3/coursekart/videos/1521/topics/I
ntroduction%20to%20C%20Programming%20and%20Array%2 0-%20Part%202%20of%205_qtp.mp4" -c copy "test.mp4"
ffmpeg version 3.2.2 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 5.4.0 (GCC)
configuration: --enable-gpl --enable-version3 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable
-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-li
bbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enabl
e-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-li
bopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable
-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zl
ib
libavutil 55. 34.100 / 55. 34.100
libavcodec 57. 64.101 / 57. 64.101
libavformat 57. 56.100 / 57. 56.100
libavdevice 57. 1.100 / 57. 1.100
libavfilter 6. 65.100 / 6. 65.100
libswscale 4. 2.100 / 4. 2.100
libswresample 2. 3.100 / 2. 3.100
libpostproc 54. 1.100 / 54. 1.100
Metadata:
trackinfo:
language eng
timescale 12800.00
length 103520768.00
sampledescription:
sampletype avc1
language eng
timescale 44100.00
length 356660800.00
sampledescription:
sampletype mp4a
audiochannels 2.00
audiosamplerate 44100.00
videoframerate 25.00
aacaot 2.00
avclevel 30.00
avcprofile 100.00
audiocodecid mp4a
videocodecid avc1
width 854.00
height 480.00
frameWidth 720.00
frameHeight 480.00
displayWidth 854.00
displayHeight 480.00
framerate 25.00
moovposition 40.00
duration 8087.56
[flv @ 03017a20] audio stream discovered after head already parsed
[flv @ 03017a20] video stream discovered after head already parsed
Input #0, flv, from 'rtmp://53c7c8e287199.streamlock.net/vods3 app=vods3 playpath=mp4:amazons3/coursekart/videos/1521/to
pics/Introduction%20to%20C%20Programming%20and%20Array% 20-%20Part%202%20of%205_qtp.mp4':
Metadata:
length : 356660800
timescale : 44100
sampletype : mp4a
audiochannels : 2
videoframerate : 25
aacaot : 2
avclevel : 30
avcprofile : 100
frameWidth : 720
frameHeight : 480
displayWidth : 854
displayHeight : 480
moovposition : 40
Duration: 02:14:47.56, start: 0.000000, bitrate: N/A
Stream #0:0: Audio: aac (LC), 44100 Hz, stereo, fltp
Stream #0:1: Video: h264 (High), yuv420p(progressive), 720x480 [SAR 427:360 DAR 427:240], 25 fps, 25 tbr, 1k tbn, 50
tbc
Output #0, mp4, to 'test.mp4':
Metadata:
length : 356660800
timescale : 44100
sampletype : mp4a
audiochannels : 2
videoframerate : 25
aacaot : 2
avclevel : 30
avcprofile : 100
frameWidth : 720
frameHeight : 480
displayWidth : 854
displayHeight : 480
moovposition : 40
encoder : Lavf57.56.100
Stream #0:0: Video: h264 (High) ([33][0][0][0] / 0x0021), yuv420p(progressive), 720x480 [SAR 427:360 DAR 427:240], q
=2-31, 25 fps, 25 tbr, 16k tbn, 1k tbc
Stream #0:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo
Stream mapping:
Stream #0:1 -> #0:0 (copy)
Stream #0:0 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 625 fps= 31 q=-1.0 size= 1120kB time=00:00:24.96 bitrate= 367.5kbits/s speed=1.25x

Last edited by j_cool : 01-03-2017 at 03:57 PM. Reason: no spaces in playpath, url must be on one line
Reply With Quote
  #4  
Old 01-04-2017, 03:37 AM
nhadatdian2311 nhadatdian2311 is offline
Junior Member
 
Join Date: Nov 2016
Posts: 15
nhadatdian2311 is on a distinguished road
Default

Re: please help me how to download a mp4 file using rtmpdump or ffmepg


B??n nh?* bu?´n b??n Ä‘?°á»?c .khu phố thống nhá??t ph?°á»?ng dÄ© an . Thị x?? dÄ© an tỉnh b?¬nh d?°??ng .
Diện t?*ch Ä‘á??t 4x19,3=77,2m2. thổ c?° 100%.Ä‘?°á»?c thiá??t ká?? x??y dá»±ng 1 lá?§u 1 trệt .nh?* Ä‘?°á»?c thiá??t ká?? 3p. Ngủ . 1p kh??ch.1ph thá»?.2 wc. C?? s??n tr?°á»›c Ä‘á»? xe . C?? ban c?´ng giá??ng trá»?i tho??ng m??t. Sung quanh vá»›i nhiá»?u tiện ?*ch gá?§n tr?°ong tiá»?u há»?c dÄ© an c . Gá?§n tr?°á»?ng dá??y nghá»? dÄ© an. Gá?§n chá»? th?´ng nhá??t. Tr?°á»›c nh?* Ä‘?°á»?ng nhá»±a 10m Ä‘?°á»?ng th?´ng . C?? n?°á»›c m??y Ä‘iện l?°á»›i truyá»?n h?¬nh c??p Ä‘á?§y đủ.
Vị tr?* nh?* Ä‘á??t dÄ© an c??ch tr?°á»?ng tiá»?u há»?c dÄ© an c??ch 200m.
C??ch ng?? t?° 550 khoá??ng 500m.
c??ch ng?? t?° đồi mồi 400m. Giá??y tá»? nh?* Ä‘á?§y đủ giá??y ph?©p x??y dá»±ng bá??n vá?? sổ hồng r?µ r?*ng.
Gi?? b??n 1 tá»· 850 tr. Bao to?*n bá»™ ph?* c?´ng chứng chuyá»?n nh?°á»?ng sang t??n . Há»— chá»? vay vốn ng??n h?*ng l??n tá»›i 70 %. Gi?? trị của cÄ?n nh?* d?*i há??n Ä‘á??n 15-20 nÄ?m.
Anh chị n?*o c?? nhu c�u mua xin li??n hệ.0909813807
Reply With Quote
  #5  
Old 01-04-2017, 08:39 PM
nguyenthanhtam9723 nguyenthanhtam9723 is offline
Member
 
Join Date: Oct 2016
Posts: 33
nguyenthanhtam9723 is on a distinguished road
Default

Re: please help me how to download a mp4 file using rtmpdump or ffmepg


http://bannhunghuoutuoi.com/cach-bao...ung-huou-tuoi/
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:38 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons