chrippa / livestreamer

Command-line utility that extracts streams from various services and pipes them into a video player of choice. No longer maintained, use streamlink or youtube-dl instead.
http://livestreamer.io/
BSD 2-Clause "Simplified" License
3.88k stars 581 forks source link

May someone help me configure my run.bat for saving streams in a specific location #1365

Open ghost opened 8 years ago

ghost commented 8 years ago

Hello, Basically what I've done so far is configured my run.bat to open the live stream in vlc, but because my C: drive is my SSD holding my operating system i have made Documents, Downloads, Music Ect... have a file path to my D: drive, so livestreamer is trying to save the streams to documents on the C: drive but it isn't located there and i was wondering if someone could help me re-direct the output to my D: drive in a specific folder?

RuKeBo commented 8 years ago

I believe you just want to use the "-o" output option. For example "-o d:\folder_name\filename.flv"

ghost commented 8 years ago

ok thankyou