This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
Try this;
server; gst-launch v4l2src ! videorate ! 'video/x-raw-yuv,framerate=(fraction)30/1' ! ffmpegcolorspace ! jpegenc ! multipartmux ! tcpserversink host=127.0.0.1 port=5100
Client; gst-launch tcpclientsrc port=5100 ! multipartdemux ! jpegdec ! autovideosink Change host address accordingly as I tried this on signle PC but in two terminals. I changed framerate too to get better quality.
On Thu, Jul 28, 2011 at 6:56 AM, Tom <[hidden email]> wrote: Hi All, -- Regards, Sudarshan Bisht _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
Then simply use;
gst-launch-0.10 v4l2src ! videorate ! capsfilter name=vfps caps=\"video/x-raw-yuv,framerate=2/1\" ! ffmpegcolorspace ! jpegenc ! multipartmux ! tcpserversink host=127.0.0.1 port=5100 On Thu, Jul 28, 2011 at 10:45 AM, Tom <[hidden email]> wrote: Thanks for your reply! -- Regards, Sudarshan Bisht _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
Just to check, what pipeline you are using at server side ?
On Thu, Jul 28, 2011 at 11:43 PM, Tom <[hidden email]> wrote: Yes I tried, but the following error occured at the client: -- Regards, Sudarshan Bisht _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
|
Isn't is that you should use same port number both the sides ? Keeping same port number both the sides at least for me its working fine in my machine.
May be then you need to upgrade your Gstreamer installations. On Fri, Jul 29, 2011 at 9:13 AM, Tom <[hidden email]> wrote:
-- Regards, Sudarshan Bisht _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |