Hi ,
What options i need to pass to libvlc_vlm_add_broadcast API to play/capture from camera and stream.
I can guess that this function does the needful, but i am not sure what value i should provide in the param to capture from camera.
libvlc_vlm_add_broadcast(vlcInstance,
"test",
"file:///home/partage/Videos/superman_originale.avi",
"#transcode{vcodec=h264,vb=1024,scale=2}:duplicate{dst=std{access=rtp,mux=ts,dst=192.168.1.2:1234}}",
0,
vlcOptions,
1,
0,
&vlcExcep);