while trying to stream my camera to WOWZA via VLC i ran into following Error Message:
Code: Select all
*** Your FFMPEG installation is crippled. ***
*** Please check with your FFMPEG packager. ***
*** This is NOT a VLC media player issue. ***
Code: Select all
vlc -vvv --reset-config --file-logging --logfile="c:/vlc.log" --logmode=text --verbose=2 -I dummy dshow://:dshow-vdev="QuickCam Pro for Notebooks" :dshow-adev="Logitech Mic-Pro for Notebooks" :dshow-size="320x240" :dshow-fps=15 :dshow-caching=100 vlc:quit --sout "#transcode{vcodec=x264,vb=168,width=320,height=240,deinterlace,acodec=mp4a,ab=64,samplerate=44100,channels=1}:rtp{dst=127.0.0.1,port=10000,port-video=9996,port-audio=9998,name="TestStream",sdp=file://%WMSCONFIG_HOME%/content/vlc.sdp}"
Which .dll contains the FFMPEG?
Where can I get a different version?
Thanks in advance!
Cheers!