Page 1 of 1

VB .net VLC 1.1.4

Posted: 29 Oct 2010 21:34
by bbaker
I have upgraded to VLC 1.1.4 and now my APP dos not work..... I can get VLC to record to the hard drive. I have spent several days and nothing is working. Does anyone have correct code to work?

The code from 0.8 does not work the same. I can use command line and it works but when I use it in an array it does not reocord. I have tried things like

:sout=#transcode{blab.......}:file{dest=c:\test.mp4}
:sout=#transcode{blab.......}:file{dest="c:\test.mp4"}
:sout=#transcode{blab.......}:file{dest=c:\\test.mp4}
:sout=#transcode{blab.......}:file{dest="c:\\test.mp4"}
:sout=#transcode{blab.......}:file{dest=c:\\\\test.mp4}
:sout=#transcode{blab.......}:file{dest="c:\\\\test.mp4"}
:sout=#transcode{blab.......}:duplicate{access=file,mux=mp4,dest=c:\test.mp4}
ETC

Does anyone have the correct code that works..........

THANKS

Re: VB .net VLC 1.1.4

Posted: 12 Nov 2010 13:12
by neatstep
Yeah, I'm having a similar problem trying to record and rtsp stream to a file. I'm pretty new to VLC etc but I really would like to know whether I "should" be able to make this work or if I'm flogging a dead horse?

Cheers