The Following User Says Thank You to GUYSTYLAZ For This Useful Post: | ||
![]() |
2010-10-07
, 22:15
|
Posts: 208 |
Thanked: 91 times |
Joined on Jun 2010
|
#2
|
![]() |
2010-10-08
, 09:16
|
Posts: 85 |
Thanked: 5 times |
Joined on Nov 2009
|
#3
|
![]() |
2010-10-08
, 09:25
|
Posts: 46 |
Thanked: 31 times |
Joined on Jun 2010
@ Lebanon
|
#4
|
![]() |
2010-10-08
, 10:05
|
Posts: 716 |
Thanked: 303 times |
Joined on Sep 2009
@ Sheffield, UK
|
#5
|
![]() |
2010-10-08
, 12:27
|
Posts: 110 |
Thanked: 18 times |
Joined on Dec 2009
|
#6
|
![]() |
2010-10-08
, 13:22
|
Posts: 91 |
Thanked: 22 times |
Joined on Apr 2010
@ Germany
|
#7
|
![]() |
2010-10-08
, 13:39
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#8
|
![]() |
2010-10-08
, 16:28
|
Posts: 992 |
Thanked: 738 times |
Joined on Jun 2010
@ Low Earth Orbit
|
#9
|
Can you post some examples of gstreamer over IP as I have tried all the ones I could find from google and not had a lot of success with them.
![]() |
2010-10-08
, 17:02
|
|
Posts: 565 |
Thanked: 618 times |
Joined on Jun 2010
@ Finland
|
#10
|
Can you post some examples of gstreamer over IP as I have tried all the ones I could find from google and not had a lot of success with them.
#Server gst-launch v4l2src device=/dev/video0 ! videoscale! video/x-raw-yuv,width=320,height=240 ! ffmpegcolorspace ! jpegenc ! multipartmux ! tcpserversink host=10.0.0.240 port=5000 #Client gst-launch tcpclientsrc host=10.0.0.240 port=5000 ! multipartdemux ! jpegdec ! autovideosink
$ gst-launch tcpclientsrc host=10.0.0.240 port=5000 ! multipartdemux ! jpegdec ! v4l2sink device=/dev/video0 Setting pipeline to PAUSED ... ERROR: Pipeline doesn't want to pause. ERROR: from element /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0: Cannot identify device '/dev/video0'. Additional debug info: v4l2_calls.c(488): gst_v4l2_open (): /GstPipeline:pipeline0/GstV4l2Sink:v4l2sink0: system error: No such file or directory Setting pipeline to NULL ... Freeing pipeline ... $
Just want simple usb webcam mode?