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