Quote:
Originally Posted by Timformer
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