View Single Post
  #5  
Old 12-31-2014, 11:06 AM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Default

Re: How to record from this website America tv and CNN?


Quote:
Originally Posted by troller12 View Post
Is that a joke?
Code:
livestreamer hls://wpc.c1a9.edgecastcdn.net/hls-live/20C1A9/cnn/ls_satlink/b_828.m3u8 best
livestreamer hls://ooyalahd2-f.akamaihd.net/i/americatv_delivery@25405/index_1164_av-p.m3u8 best
Put your player xy path at the end.
Code:
ffmpeg -i "http://wpc.c1a9.edgecastcdn.net/hls-live/20C1A9/cnn/ls_satlink/b_828.m3u8" -q:v 0 -bsf h264_mp4toannexb -f mpegts - | C:\Programme\VideoLAN\VLC\vlc.exe -
ffmpeg -i "http://ooyalahd2-f.akamaihd.net/i/americatv_delivery@25405/index_1164_av-p.m3u8" -q:v 0 -bsf h264_mp4toannexb -f mpegts - | C:\Programme\VideoLAN\VLC\vlc.exe -
You can also use ffplay just with m3u8 link if you just wanna watch it.

greetz
Thanks it worked fine with livestreamer.
Reply With Quote