Page 1 of 1

http of swf not working cmd line

Posted: 26 Aug 2014 02:50
by aleatory
I would like to invoke the command:
vlc -vvv http://player.viewer.dacast.com/DacastP ... 0579_48344 --sout file/muxer:stream.ogg

ogg stays at 0 bytes nothing streams or is recorded.

I also want to know how I can specify the duration of the recording.

Regards,
Jason

Re: http of swf not working cmd line

Posted: 26 Aug 2014 02:59
by aleatory
Trying to use these arguments now:
vlc -I dummy -vvv http://player.viewer.dacast.com/DacastP ... 0579_48344 --sout file/mp3:stream.mp3 --run-time=200 --stop-time=200 vlc://quit

creates a 61k mp3 file that does not play. And it quits in a few seconds.

Re: http of swf not working cmd line

Posted: 26 Aug 2014 09:39
by aleatory
I have just compiled a DOS program (64bit) that reads or creates the command arguments in 'set.dat' and then executes the arguments.

I've updated the arguments for mp3 ripping of streams to the following:
vlc -I dummy -vvv " + fle$ + " :sout=#trascode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst=" + mp$ + ".mp3}} :sout-keep

still fails in this example.

program http://www.aleatoryrecords.com/take.zip

I wish to develop this DOS program to meet many needs.

Re: http of swf not working cmd line

Posted: 26 Aug 2014 10:00
by aleatory
New example fails. Here is error screenshot of original arguments:
Image