[vlc-devel] main mux error: no sout mux module matched "ts"

Ryan Barrett ryanbarrett2000 at hotmail.com
Sun Mar 24 09:53:17 CET 2013


Youssef AZZOUZI <sidimoulay2000 <at> hotmail.fr> writes:

> 
> 
> Hi,
>  
> Thanks to you, I can now stream my Desktop and mp4 video 
> using:
>  
> const char * cam = {"screen://"}; 
> const char * cam = 
> {"/home/me/Bureau/test/vid.mp4"};
>  
> But not yet my camera:
> const char * cam = {"v4l2://"};
> 
>  
> Any idea?
> 
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
> 
I am researching how to do all this aswell and I think for v4l2 you need to 
append the device to the v4l2:// part
something like: 
const char * cam = {"v4l2:///dev/videoX"}; where X is the number of your v4l2 
cam






More information about the vlc-devel mailing list