help to know about ffmpeg /ffmplay streamingi am totally new about ffmpeg & ffplay , i read here a lot af post & threads about streaming via ffmpeg & ffmplay !!! i really want to know about this how to stream which file i have to download & how to rip a link with ffmpeg , i reaally appreciate any help from u guys thank u :)
|
Re: help to know about ffmpeg /ffmplay streamingcan anyone give me the links to read about my request
|
Re: help to know about ffmpeg /ffmplay streamingCode:
http://www.ffmpeg.org/documentation.html |
Re: help to know about ffmpeg /ffmplay streamingQuote:
|
Re: help to know about ffmpeg /ffmplay streamingthank u all , could u please post command string i use it for extracting link stream for example m3u8 or rtmp
|
Re: help to know about ffmpeg /ffmplay streamingIf you have a .m3u8 stream just use ffplay like this from the cmd prompt.
Code:
ffplay -x 800 -y 500 "M3U8 STREAM GOES HERE" |
Re: help to know about ffmpeg /ffmplay streamingguys i am asking about how to sniff or to catch a streaming link by ffmpeg , what string command do i write , or what do i need to get , please explain , thanx all for help
|
Re: help to know about ffmpeg /ffmplay streamingAll you do is change your browsers user agent to ipod or ipad easy as that.
|
Re: help to know about ffmpeg /ffmplay streamingQuote:
|
Re: help to know about ffmpeg /ffmplay streamingYou can grab the url you need with Firefox and its console window. Take for example ABC Word News videos. I can use the console (crtl+shift+k) to get the m3u8 address and then i can pass that to ffmpeg to grab the video in question,
In a cmd prompt for ffmpeg: ffmpeg -i "m3u8 url goes here" -c copy file.mkv |
All times are GMT -6. The time now is 01:43 PM. |