View Single Post
  #6  
Old 08-20-2013, 05:07 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: help to know about ffmpeg /ffmplay streaming


If you have a .m3u8 stream just use ffplay like this from the cmd prompt.

Code:
ffplay -x 800 -y 500 "M3U8 STREAM GOES HERE"
Reply With Quote