View Single Post
  #2  
Old 12-06-2017, 06:05 PM
j_cool j_cool is offline
Senior Member
 
Join Date: Feb 2016
Posts: 515
j_cool is on a distinguished road
Default

Re: Why are some files soo large when using rtmpdump?


ffmpeg does not work for rtmp streams on chaturbate. If you got that working, I would like to hear how.

I can record CB hls streams with ffmpeg, but still prefer rtmpdump to get flv file.


ffmpeg:

Code:
ffmpeg.exe  -i "https://edge60.stream.highwebmedia.com/live-edge/amlst:aalliyahh-sd-3567994de62294038d27c9b7680f7d8e4e7ae9203f3ac912abd2993f4e0e786c_trns_h264/playlist.m3u8" -c copy c:\aalliyahh_2017.12.07_00.51.53.944.ts

rtmpdump:

Code:
rtmpdump.exe  -v -r "rtmp://edge36.stream.highwebmedia.com/live-edge" -a "live-edge" -f "WIN 26,0,0,151" -W "https://chaturbate.com/static/flash/CBV_2p680.swf" -p "https://chaturbate.com/aalliyahh/" -C S:***** -C S:aalliyahh -C S:2.680 -C S:*****71f9ed644700489146f67c1a8e60b1e2ec47d9ca92be44319a94be9c07623967f94d97042b87f795abf81d1f2fe9afed0d8df29862cf208ae797768e433 -C S:*****f2337c0e8cc451a3c501564e164370953a1e09d4116065457ff1bdca824 -y "mp4:wowz://origin36.stream.highwebmedia.com/live-origin/aalliyahh-sd-*****58103439c905a653db090179c3e4b80c402d379875cd983497e18baf79d_trns_h264_480p" -o "c:\aalliyahh_2017-12-07_00-52-04-666.flv"

After 10 min. of recording my flv file appears to be two times smaller than my ts file. Resolution is the same, 640 x 480.


C:\>dir *.*
Volume in drive C has no label.
Volume Serial Number is 2C43-361G

Directory of C:\

07/12/2017 01:02 49,664,120 aalliyahh_2017-12-07_00-52-04-666.flv
07/12/2017 00:51 89,915,392 aalliyahh_2017.12.07_00.51.53.944.ts
Reply With Quote