View Single Post
  #10  
Old 08-21-2015, 08:53 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

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


Quote:
Originally Posted by tvmaniaco View Post
Someone can help me extract the M3U8 of these channels?
- America tv en vivo por internet
- CMD en vivo

Thanks
*first
Code:
livestreamer "hlsvariant://http://ooyalahd2-f.akamaihd.net/i/atv02_delivery@25405/master.m3u8" best -o "america-tv-en-vivo-canal-4.ts"
*second
rtmp is the protocol by default so if you want hls protocol (m3u8) you need change the user agent of your browser >> iphone 3.0 for example
Code:
livestreamer "hlsvariant://http://178.162.202.6:8088/live/zeyumcdc/playlist.m3u8?id=233434&pk=2ceb5776f2d338beaa612fb955f25050dc322d77ac5407d58f32a902e7a7e052" best -o cable-magico-deportes-canal-3.ts
in red dynamic value so you need find your own value
Reply With Quote