View Single Post
  #4  
Old 01-02-2015, 03:02 PM
paddyb paddyb is offline
Junior Member
 
Join Date: Jul 2014
Posts: 12
paddyb is on a distinguished road
Default

Re: Get FLV records stream but it won't play or convert


Quote:
Originally Posted by surya987 View Post
use ffmpeg to retreive video from m3u8 link

ffmpeg -i "link.m3u8" -c copy "output.ts"
Thanks for your reply.

I've given this a go, and got this error:

>ffmpeg -i http://d39wiaoiffvl5v.cloudfront.net..._850/seaburner
s.m3u8 -c copy output.ts
ffmpeg version N-65672-g65f05ef Copyright (c) 2000-2014 the FFmpeg developers
built on Aug 15 2014 22:08:53 with gcc 4.8.3 (GCC)
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
--enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
libavutil 54. 3.100 / 54. 3.100
libavcodec 56. 0.101 / 56. 0.101
libavformat 56. 1.100 / 56. 1.100
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 0.100 / 5. 0.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 0.100 / 1. 0.100
libpostproc 53. 0.100 / 53. 0.100
[NULL @ 0000000002bd6ac0] Unable to find a suitable output format for 'ÔÇôi'
ÔÇôi: Invalid argument

Any ideas?
Reply With Quote