View Single Post
  #50  
Old 05-15-2015, 06:07 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to download stream from Yahoo Screen?


Quote:
Originally Posted by fujiroko View Post
i have download the m3u8 file but i don't know what to do whit it VLC and WMP just find error when i try to open it i don't know how to use FFMPEG nor livestreamer to get the full video i just want to convert the concert from this page
Code:
https://screen.yahoo.com/live/event/nkotb#
into a mkv so i can keep it if you know a video to help me understant how to retrive the full video from the m3u8 file please tell me that will help me alot i am on windows btw

thx in advance for your help
1) download https://github.com/chrippa/livestrea...12.2-win32.zip
2) unzip the file in C:\ (for example)
3) so you have C:\livestreamer-v1.12.2 folder
4) open cmd.exe (command shell)
5) in this command shell go to C:\livestreamer-v1.12.2


Code:
cd C:\livestreamer-v1.12.2
7)in your command shell

Code:
livestreamer "hlsvariant://https://yahoo-live.hs.llnwd.net/livenation1b.m3u8" best -o nkotb.ts
livestreamer record in C:\livestreamer-v1.12.2 folder and the file name is nkotb.ts
Reply With Quote