View Single Post
  #2  
Old 07-07-2014, 03:45 AM
peterpan peterpan is offline
Senior Member
 
Join Date: Jun 2013
Posts: 553
peterpan is on a distinguished road
Default

Re: How to record from nederland 1?


Try...

Code:
ffmpeg -i "http://l2cmb041ba8e380053ba67ee000000.a3495bafa5a49766.smoote1l.npostreaming.nl/d/live/npo/tvlive/ned1/ned1.isml/ned1-audio%3D128000-video%3D1800000.m3u8" -c copy "ned1.ts"
Notes:
1. If you're not in Holland, you must use a Ned proxy/vpn
2. I don't think the above link will work for you, coz it expires
3. You should get a fresh isml url from the link below
Code:
http://livestreams.omroep.nl/live/npo/tvlive/ned1/ned1.isml/ned1.m3u8?hash=e61f984c952d1b203d494279e67e5060&type=jsonp&protection=url&callback=jQuery18305547032622485849_1404727357748&_=1404727370342
4. Once you get your isml url, (like this: http://l2cmb041ba8e380053ba67ee00000...isml/ned1.m3u8) get rid of "ned1.m3u8" at the end, and append "ned1-audio%3D128000-video%3D1800000.m3u8" to it
5. Enjoy!


Last edited by peterpan : 07-07-2014 at 04:19 AM.
Reply With Quote