Hello!
I have a problem with my streaming. I use a web cam(Canyon CNR-WCAM420) with wich I want to capture video and audio with VLC and then stream it over the http protokol. When it streams proper then I will capture it with ffmpeg and transcode it into a .ts file.
I tried this but it does not work:
vlc cmd: vlc.exe -I dummy dshow:// :dshow-vdevice="Canyon 2.0MP PC cam" :dshow-adev="Venus USB2.0 Camera" --sout=#standard{access=http,mux=ogg,dst=localhost:8 080} and also --sout=#transcode{vcodec=mp4v,acodec=mp4a,vb=1500,ab =128}tandard{access=http,mux=ogg,dst=localhost:8080}
But with both of this it doesn't work.
ffmpeg cmd: ffmpeg -i http://localhost:8080 -vcodec mpeg2video -s 720x576 -b 3000k -acodec mp2 -ab 128k -f mpegts output_file.ts
But this I have not tested if it works. This is only a merely an idea how it should work![]()
So, can someone please help me and tell me what I do wrong?
+ Reply to Thread
Results 1 to 5 of 5
-
-
OK! I found solution it my self.
In VLC, I don't use the command line it works in the Graphic display. You go to the streaming and there you use the 1234 port this is for http and for the IP title leave blank. For the transcoding you use the Video-WMV+WMA (ASF) and that is it.
To capture that with ffmpeg use teh comand: -i http://localhost:1234 -vcodec mpeg2video -b xxxk -acodec mp3 -ab 192k -f mpegts output_file.ts
That work fine -
I have another question. In vlc I have such a bad video quality when I open my webcam. In the program that I've got next to the cam it work very well only in vlc it's so a bad video quality. I hope you understand me?
Can somebody tell what i must to set or what is wrong?
Similar Threads
-
Streaming MP4 using VLC and ffmpeg on Linux?
By bobc02 in forum Video Streaming DownloadingReplies: 2Last Post: 24th Sep 2011, 11:02 -
Unable to record mms streaming video using vlc - Tried all possible ways
By prasad.panati in forum Video Streaming DownloadingReplies: 4Last Post: 21st Oct 2009, 23:55 -
NVS365 video server streaming to VLC
By derlyn in forum Video Streaming DownloadingReplies: 2Last Post: 25th Sep 2009, 11:15 -
Old flv files(i.e. 2007, 2006) for http Video Streaming
By prayami in forum Video Streaming DownloadingReplies: 1Last Post: 27th Nov 2008, 20:15 -
VLC gets to the top of the chart in our live video streaming study.
By j21099 in forum Latest Video NewsReplies: 2Last Post: 21st Aug 2007, 20:26