I wanted to use the command line to record and simultaneously bring up vlc and play the the internet audio stream.
If you go here:
https://forum.videohelp.com/threads/395456-How-to-use-ffmpeg-to-simultaneously-downloa...ghlight=jagabo
and look at the last post (post 14) the problem is solved using Streamlink .However, I now have a different computer, and the saved audio file (file.aac) now goes to an inconvenient place (Windows/system32). How can I get the audio file to save, for example, on the root of the C drive? ( See screenshot 1 for the details of this computer.)
Note: the radio station changed the url, so now this Streamlink" code works:
(screenshot 3 shows the Streamlink command line.)Code:streamlink "hlsvariant://https://ais-sa1.streamon.fm/7648_48k.aac/playlist.m3u8" best -r "file.aac"
Also, I have another question. With the previous computer, I could put an audio stream url in the address bar, play the audio and record the stream. However, on this computer, although I can play the audio stream, but the "Save audio as" is greyed out. (See screenshot 2 that illustrates the problem). How can I ungrey the "save audio" option and record the audio this way?
+ Reply to Thread
Results 1 to 4 of 4
-
Last edited by jimdagys; 4th Jan 2024 at 19:34.
-
In your terminal run:
Code:cd %USERPROFILE%
-
Ok, thank you, that worked (cd %USERPROFILE%). The audio download on this computer will then appear in:
C:\Users\User
See screenshot 1
Another way to change the download location (in this case to the root of the c drive) is to open the cmd and type in:
cd.. <enter>
cd.. <enter>
See screenshot2
Streamlink is different from other cmd software (like youtube-dl). You don't need to navigate in the cmd window to the software executable to run it. -
Well, of course, cd stands for change directory, so every cd command will change the current working directory.
It's not different, it's simply "installed" or more specifically, the executable path is added to the system variable PATH, so it can be run from everywhere. You can do this with any executable.
Similar Threads
-
How to save videos with Streamlink
By Starxx in forum Video Streaming DownloadingReplies: 52Last Post: 28th Oct 2023, 04:43 -
How to download from CRUNCHYROLL with STREAMLINK
By minegroasprilla in forum Video Streaming DownloadingReplies: 6Last Post: 17th May 2023, 08:06 -
How to download some HLS and save to local hard drive using streamlink?
By zydjohn in forum Newbie / General discussionsReplies: 2Last Post: 10th Feb 2022, 02:09 -
VidCoder Save Location?
By hudsonf in forum Video ConversionReplies: 2Last Post: 1st Feb 2022, 08:56 -
How to download WE-PLAY.TV with Streamlink?
By minegroasprilla in forum Video Streaming DownloadingReplies: 2Last Post: 3rd Aug 2020, 14:30