Steaming to file while viewing with jvlc
Posted: 25 Aug 2008 09:59
Hi all
I have some problems in how to solve it with JVLC,and got some of the way by reading these forums but just need a little help.
I need to create a simple GUI to allow the camera to be trigger to record and stop recording while viewing.
I use following code,but nothing happened.
Many thanks
If you need clarification of what I saied please ask.
wells
I have some problems in how to solve it with JVLC,and got some of the way by reading these forums but just need a little help.
I need to create a simple GUI to allow the camera to be trigger to record and stop recording while viewing.
I use following code,but nothing happened.
Code: Select all
libVlc.libvlc_media_add_option(mediaDescriptor, ":sout=#transcode{vcodec=mp4v,vb=768,scale=1,soverlay}:duplicate{dst=display,dst=std{access=file,mux=ts,dst=\"/home/oem/test.mpeg\"}}", exception);
If you need clarification of what I saied please ask.
wells