chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 585 forks source link

i ssue flv #1402

Open Yaya7 opened 7 years ago

Yaya7 commented 7 years ago

I tiried to push the stream to flv by using ffmpeg but giving erorr any help please

livestreamer "hlsvariant://http://hlslinear-l3c.med1.foxsportsgo.com/ls02/foxsports/FOX_SPORTS_2/live/master_wired_web_ads.m3u8" best --player | ffmpeg -i - -acodec aac -strict -2 -ab 48000 -ar 48000 -vcodec copy -f flv "rtmp://"

Yaya7 commented 7 years ago

its work in vlc but i need to push via rtmp can someone help please

Thnx