Video Streaming over socket

Yaroslav yaroslavrakhnenko at gmail.com
Thu Feb 4 08:07:03 UTC 2016


Server and Client are on the same machine.I need 
On server I need to read data from v4l2src and write it in socket, on client
- read data from soket and write it in file. 

Server:
gst-launch-0.10 v4l2src device=/dev/video0 ! filesink location=/home/pipe

Client:
gst-launch-0.10 filesrc location=/home/pipe ! ffmpegcolorspace  ! jpegenc !
avimux ! filesink location=/home/video.avi



When server run container in "PAUSED...". When i start client:

gstbasetransform.c(2541): gst_base_transform_handle_buffer ():
/GstPipeline:pipeline0/GstFFMpegCsp:ffmpegcsp0:
not negotiated

after it client and server close. What am I doing wrong?







--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Video-Streaming-over-socket-tp4675658.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list