View Single Post
  #2  
Old 01-17-2016, 04:51 PM
stream_monkey stream_monkey is offline
Member
 
Join Date: Dec 2015
Posts: 72
stream_monkey is on a distinguished road
Default

Re: re-streaming source - almost give up


Stream via livestreamer:

Code:
livestreamer "hls://http://inea.live.e238-po.insyscd.net/travelchannel.smil/chunklist_b2400000.m3u8" best
or, to capture using ffmpeg:

Code:
ffmpeg -i  "http://inea.live.e238-po.insyscd.net/travelchannel.smil/chunklist_b2400000.m3u8" -c copy travel.ts
Reply With Quote