View Single Post
  #11  
Old 12-24-2014, 03:42 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: Getting this live stream to work in VLC


Quote:
Originally Posted by Timformer View Post

I want use this in an automated script, and when i used rtmpdump I passed in --stop <seconds> in order to stop recording after a certain amount of time.

Is there an equivalent for Livestreamer?
Possibly the easiest way to do this is to use a batch file:

Code:
start livestreamer.exe "hds://bclivehd-lh.akamaihd.net/z/USen_1@182765/manifest.f4m?videoId=1721600232001&lineUpId=&pubId=1675170007001&playerId=2112648932001&affiliateId=&g=DOMKKZAOOPPJ&hdcore=3.4.0" best -o 01.flv
timeout /t 120
taskkill /im livestreamer.exe /f
Reply With Quote