View Single Post
  #2  
Old 06-11-2014, 05:37 PM
drbmn drbmn is offline
Member
 
Join Date: May 2012
Posts: 145
drbmn is on a distinguished road
Default

Re: How to record and play a stream using VLC


Have you tried ffmpeg?
Code:
ffmpeg -i "http://vevoplaylist-live.hls.adaptive.level3.net/vevo/ch1/04/prog_index.m3u8" -acodec copy -vcodec copy out.mp4 - | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
Reply With Quote