Page 1 of 1

Multiple Streams

Posted: Mon Jul 20, 2009 11:16 am
by JohnnyB Goode
I tried capturing a YouTube video. FlashGot saw it as 3 separate files and saved them individually; 2 as asx audio and one flv. It will not play either the audio or the video. How to I put them all together to make the video function?

Re: Multiple Streams

Posted: Mon Jul 20, 2009 1:19 pm
by therube
URL where this occurred?

With some video services, if you scroll the video, you will be given a new FlashGot Media entry for each new "start" point.

As far as not playing, it could be a codec issue.

Re: Multiple Streams

Posted: Tue Jul 21, 2009 6:13 am
by rosetaylor01
Hello ,

I need some quidance in creating an bash script for recording of multiple internet audio streams.
I managed to write a script that opens a vlc instance and saves the stream locally .
The problem is that after the irst recording starts the script hangs and the next command
for the second stream is not beeig interpreted.
Is there a command for multiple stream recording ?
Do i need to think the script for one vlc instance per stream ?
How can i do this in bash scripting (parallel commands).

Hope someone will help me