View Single Post
  #98  
Old 09-29-2015, 03:08 PM
bulls95 bulls95 is offline
Member
 
Join Date: Sep 2015
Posts: 59
bulls95 is on a distinguished road
Default

Re: RTMPE stream recording/downloading/capturing/ripping/saving


Quote:
Originally Posted by Moet View Post
This just worked with ffmpeg:

Code:
ffmpeg -i "https://vs1.zenius.net/iosstreaming7/_definst_/video/a/de/613f/mp4:ade613f3c0b1543ad01601adfd4d74b5cd15169c88025377d2799bc9d0ab48c6.mp4/playlist.m3u8?sec=2bfef7dae6a823c71e88602d49ea908e3edeef5c265db8d3b1970268b2a7e220&wmsAuthSign=c2VydmVyX3RpbWU9OS8yOS8yMDE1IDM6MDU6MjQgUE0maGFzaF92YWx1ZT0rZzRrd1JIdFNCUWgxSWZWWmNKZnBRPT0mdmFsaWRtaW51dGVzPTMwJmlkPWE4MGNkMTgwZWY2OTQ5M2ZiYjM1YjAzNDYxNzA4ODBm" -c copy -bsf:a aac_adtstoasc file.mp4
From the source code of:

https://www.zenius.net/c/4336/pembelahan-sel-teori
Why do you need -bsf:a aac_adtstoasc? Doesn't -c copy keep the original streams?
Reply With Quote