View Single Post
  #4  
Old 12-31-2014, 08:12 AM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

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


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
Reply With Quote