Hi,
I was able to transmit the captured video to other pc on my network ( streaming ) But How can i show the local video in my pc (along with streaming ) is there any gst_launch pipeline for that? help me Thanks in advance ***** Confidentiality Statement/Disclaimer ***** This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ***** Confidentiality Statement/Disclaimer ***** This message and any attachments is intended for the sole use of the intended recipient. It may contain confidential information. Any unauthorized use, dissemination or modification is strictly prohibited. If you are not the intended recipient, please notify the sender immediately then delete it from all your systems, and do not copy, use or print. Internet communications are not secure and it is the responsibility of the recipient to make sure that it is virus/malicious code exempt. The company/sender cannot be responsible for any unauthorized alterations or modifications made to the contents. If you require any form of confirmation of the contents, please contact the company/sender. The company/sender is not liable for any errors or omissions in the content of this message. ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Option 1:
gst-launch filesrc location=Videos/yourfile.mpeg ! decodebin ! ffmpegcolorspace ! ximagesink Option 2: gst-launch tcpclientsrc host=<ip addr. from where to streamed> port=<port> ! decodebin ! ffmpegcolorspace ! ximagesink Second option can be done in a new terminal On Fri, Mar 27, 2009 at 10:46 AM, vaisakh.n <[hidden email]> wrote: Hi, ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by vaisakhn7
Hi,
What do you mean? To play both streams in the same host? In order to play local files you may launch 'gst-launch playbin uri=file:///path/to/media/file'. I'm not sure if that's what you're asking for...ó_Ò. Regards, Javi 2009/3/27 vaisakh.n <[hidden email]> Hi, ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Friday 27 March 2009 09:10:27 Javier Gálvez Guerrero wrote:
> What do you mean? To play both streams in the same host? In order to play > local files you may launch 'gst-launch playbin > uri=file:///path/to/media/file'. However, if you want to stream on the network simultaneously, you need a bit more. Insert a tee element in the pipeline to duplicate it. Something like: gst-launch v4lsrc ! tee name=t \ t. ! queue ! ffenc_mpeg4 ! rtpmp4vpay ! udpsink port=5000 \ t. ! queue ! autovideosink Check the manuals of tee and autovideosink to learn more. Regards, Arnout -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286540 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: D206 D44B 5155 DF98 550D 3F2A 2213 88AA A1C7 C933 ------------------------------------------------------------------------------ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |