streaming h264 problem with libvlc.dll in VC++
Posted: 16 Oct 2008 15:57
Hi all;
I am using libvlc.dll able to trancode webcam.
I used below tutorial to be able to do it.. I couldt succed it with 9.4 version but 8.6c..
http://wiki.videolan.org/LibVLC_Visual_C
there is a problem with vlc 8.6c libvlc.dll and plugins ..
this is the commands buffer part including codec information...
:sout=#transcode{vcodec=h264,vb=1024,scale=1}:duplicate{dst=rtp{mux=ts,dst=%s,port=%s}}
When i run my exe it gives below errors;
Is it the version problem .. i am not sure if vlc 8.6c supports h264 transcoding..
Thanks
I am using libvlc.dll able to trancode webcam.
I used below tutorial to be able to do it.. I couldt succed it with 9.4 version but 8.6c..
http://wiki.videolan.org/LibVLC_Visual_C
there is a problem with vlc 8.6c libvlc.dll and plugins ..
this is the commands buffer part including codec information...
:sout=#transcode{vcodec=h264,vb=1024,scale=1}:duplicate{dst=rtp{mux=ts,dst=%s,port=%s}}
When i run my exe it gives below errors;
Code: Select all
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
x264 [info]: using SAR=12/11
x264 [info]: using cpu capabilities MMX MMXEXT SSE SSE2
[00000298] main private error: cannot add this stream
[00000294] stream_out_rtp private error: cannot ad this stream to the muxer
[00000301] main packetizer error: cannot create packetizer output (s161)
Thanks