[gst-devel] Video Streaming over network
Pavan Kumar Patale
pavanpatale at hotmail.com
Fri Nov 24 18:27:54 CET 2006
Hi,
I am just trying to build simple video streaming application using GStreamer
framework.
The idea is to stream video from my IBM PC webcam to another computer which
is connected
via LAN. To start with i have build following pipelines and tried to stream
in the localhost itself.
But i am getting an error in the terminal 2.
Can some one pls throw some light on this error. Is the usage right ?
Thanks,
Pavan.
In Terminal 1:-
---------------
[pavan at localhost ~]$ gst-launch-0.10 v4lsrc ! ffmpegcolorspace !
tcpserversink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
In Terminal 2:-
--------------------
[pavan at localhost ~]$ gst-launch-0.10 tcpclientsrc ! xvimagesink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
(gst-launch-0.10:3586): GStreamer-CRITICAL **: gst_caps_get_structure:
assertion `GST_IS_CAPS (caps)' failed
(gst-launch-0.10:3586): GStreamer-CRITICAL **: gst_structure_get_int:
assertion `structure != NULL' failed
(gst-launch-0.10:3586): GStreamer-CRITICAL **: gst_caps_intersect: assertion
`GST_IS_CAPS (caps1)' failed
(gst-launch-0.10:3586): GStreamer-CRITICAL **: gst_caps_is_empty: assertion
`GST_IS_CAPS (caps)' failed
(gst-launch-0.10:3586): GStreamer-CRITICAL **: gst_caps_unref: assertion
`caps != NULL' failed
ERROR: from element /pipeline0/xvimagesink0: Failed to create output image
buffer of 0x0 pixels
Additional debug info:
xvimagesink.c(559): gst_xvimagesink_xvimage_new (): /pipeline0/xvimagesink0:
could not get shared memory of 0 bytes
Execution ended after 69142000 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
[pavan at localhost ~]$
_________________________________________________________________
Discover. Explore. Connect-Windows Live Spaces. Check out!
http://www.msnspecials.in/windowslive/livespaces.asp
More information about the gstreamer-devel
mailing list