search for: v4l2src

Displaying 10 results from an estimated 10 matches for "v4l2src".

2010 Apr 15
1
Webcam streaming with ptalarbvorm
...branch which is destined to become libtheora 1.2. Another difference is that I'm using gstreamer (via gst-launch) to handle every aspect of the webcam streaming, from capturing through to streaming. The command for that is as follows: time gst-launch-0.10 -vvvvv --messages --eos-on-shutdown v4l2src ! 'video/x-raw-yuv, width=640, height=480' ! videorate ! 'video/x-raw-yuv, framerate=15/1' ! queue max-size-bytes=100000000 max-size-time=0 ! theoraenc bitrate=150 ! oggmux ! tee name=ogged ! queue max-size-bytes=100000000 max-size-time=0 ! oggdemux ! theoradec ! xvimagesink sync=fa...
2010 Aug 19
2
gstreamer oggmux and variable framerate
...em tu mux it in to matroska. My question is: should actually ogg support timestamps, also variable framerate? If yes: it seems to be some where broken. Here is what i use to reproduce my issue: gst-launch-0.10 -e pulsesrc ! queue ! audioconvert ! vorbisenc ! queue ! oggmux name="muxer" v4l2src ! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc keyframe-force=1 ! muxer. muxer. ! filesink location=foo.ogg Regards, Alexey
2010 Aug 19
0
option to push "duplicate frame" packet to oggmux
...estion is: should actually ogg support timestamps, also variable > framerate? If yes: it seems to be some where broken. > > > Here is what i use to reproduce my issue: gst-launch-0.10 -e > pulsesrc ! > queue ! audioconvert ! vorbisenc ! queue ! oggmux name="muxer" > v4l2src ! > video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! theoraenc > keyframe-force=1 ! muxer. muxer. ! filesink location=foo.ogg here is the answer: On Do, 2010-08-19 at 08:29 -0700, Timothy B. Terriberry wrote: > The Ogg mapping for Theora is fixed-framerate. You can hack somethin...
2012 Feb 08
1
Krad Cam Alpha Test Release
For those who want to test webm streaming. This is a super early test binary release, not super user friendly yet. Here is a link to the server with some streams: http://deimos.kradradio.com:8080/ To play with mplayer: mplayer -cache 2200 http://deimos.kradradio.com:8080/teststream18.webm To play in browser http://deimos.kradradio.com:8080/teststream18.webm To get the app and some
2012 Feb 08
1
Krad Cam Alpha Test Release
For those who want to test webm streaming. This is a super early test binary release, not super user friendly yet. Here is a link to the server with some streams: http://deimos.kradradio.com:8080/ To play with mplayer: mplayer -cache 2200 http://deimos.kradradio.com:8080/teststream18.webm To play in browser http://deimos.kradradio.com:8080/teststream18.webm To get the app and some
2012 Jun 21
0
Opus and WebM support have landed
...ago. I'm not > sure if it's made it into a release yet, but if you build recent gstreamer > against libshout 2.3.x you should get webm support. > I have built gstreamer and plugins from git repos against libshout 2.3.1. But the pipeline doesn't want to start: gst-launch-1.0 v4l2src device=/dev/video0 \ ! queue ! videoconvert \ ! queue ! vp8enc speed=2 threads=4 quality=10.0 max-keyframe-distance=120 \ ! queue ! webmmux streamable=true name=muxout \ ! shout2send mount=/test.webm port=8000 password=xxxx ip=127.0.0.1 0:00:00.019621871 7603 0x1468920 WARN...
2010 Oct 14
0
Need a help on Online Video Streaming using IceCast
...ng http://en.flossmanuals.net/TheoraCookbook/IcecastIntro On the other hand, are you running Windows, Linux, ...? If you're running Linux, you can use for example GStreamer to send video to your icecast server, typing the following command in a console (all in one line). gst-launch-0.10 -v v4l2src device=/dev/video0 ! video/x-raw-yuv,width=320,height=240 ! queue ! videorate ! video/x-raw-yuv,framerate=25/2 ! videoscale ! video/x-raw-yuv,width=360,height=288 ! theoraenc ! oggmux ! shout2send ip=localhost port=8000 mount=stream.ogg password=hackme (of course, you should change ip, port, e...
2012 Jun 17
3
Opus and WebM support have landed
On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote: > A few months ago, when you released libshout 2.3.0, you talked about a hacked > version of shout2send plugin for GStreamer. As I also use GStreamer to stream > live, could you please share your patch so that I can test it against Icecast > trunk and some webm streams? The webm support for shout2send landed in gstreamer git some
2014 Jun 24
4
Webm streaming.
Hello, I?m new to icecast, after installing and configuring audio, I want to stream some webm videos in web browsers, so I have a few questions (I can?t find the answers in the docs) : - Which source client should I use ? - I want to stream an already encoded video, does it require a source client ? - How can I embed that in a browser ? Thanks by advance for your help. Olivier BATARD
2010 Oct 13
3
Need a help on Online Video Streaming using IceCast
Hello, We are working on the Radio station project and we are trying to implement the Live Video Streaming module using Icecast server with VLC player. We have installed and configured the Icecast into our server. Also, we have installed the VLC player in our local desktop computer. The USB webcam(200 CMOS UCAM - DLC220T) has been connected into my machine. Now we are trying to live video