View Single Post
  #1  
Old 04-29-2016, 02:14 AM
utuxia utuxia is offline
Member
 
Join Date: Apr 2015
Posts: 32
utuxia is on a distinguished road
Default

Play youtube livestream with ffmpeg?


I want to convert a youtube livestream to m3u8 using ffmpeg.

Is this possible?

Here's an example live stream:

https://www.youtube.com/watch?v=y60wDzZt8yg

Normally I would do something like:

ffmpeg -i <input-m3u8> -c copy index.m3u8
Reply With Quote