Hi All ,
I have a confusion regarding RTP and ffmpeg . Please tell me What is relation between GStreamer RTP and ffmpeg ? -- Thanx & Regards Ajay Gautam +91-9717785580 ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Can you please specify your question?
2010/6/8 AJAY GAUTAM <[hidden email]> Hi All , -- Your Sincerely Michael Joachimiak ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Tue, Jun 8, 2010 at 3:31 PM, Michael Joachimiak <[hidden email]> wrote: Can you please specify your question? -- Thanx & Regards Ajay Gautam +91-9717785580 Ya basically i am confused because RTP library is tightly coupled with ffmpeg please correct me if i am wrong....so what means RTP in GStreamer-0.10 ? It may be using ffmpeg internally ..but how? Is there any direct relation between GStreamer+RTP+ffmpeg ? Whats about RTCP and RTSP in GStreamer ? ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
gstreamer has gstrtpbin element for streaming over rtp and also a set of plugins based on ffmpeg.
Maybe you should spend a while and read a bit on gstreamer.net to figure out relations you are looking for. I'm sorry I don't understand what is your problem. 2010/6/8 AJAY GAUTAM <[hidden email]>
-- Your Sincerely Michael Joachimiak ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Tue, Jun 8, 2010 at 4:20 PM, Michael Joachimiak <[hidden email]> wrote: gstreamer has gstrtpbin element for streaming over rtp and also a set of plugins based on ffmpeg. Thanx Michael, Just i want to know that if i am not using ffmpeg plugin in my application based on gstreamer then can i use rtp in my application ? ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Administrator
|
On Tue, 2010-06-08 at 17:00 +0530, AJAY GAUTAM wrote:
> Just i want to know that if i am not using ffmpeg plugin in my > application based on gstreamer then can i use rtp in my application ? Yes ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
In reply to this post by AJAY GAUTAM
On Tue, 2010-06-08 at 17:00 +0530, AJAY GAUTAM wrote:
> Just i want to know that if i am not using ffmpeg plugin in my > application based on gstreamer then can i use rtp in my application ? Yes, of course. GStreamer's RTP/RTSP stack has nothing to do with ffmpeg at all and can be used just fine without it. Cheers -Tim PS: when replying mailing lists, could you please trim your quotes to a minimum? ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Tue, Jun 8, 2010 at 5:25 PM, Tim-Philipp Müller <[hidden email]> wrote:
Thanx Tim , One thing else ......If RTP , RTSP is already available as open source ,then what is the need to develop it with GStreamer . I think can use any available open source RTP,RTSP package directly ....please clarify me . ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Tue, 2010-06-08 at 20:07 +0530, AJAY GAUTAM wrote:
> Thanx Tim , > One thing else ......If RTP , RTSP is already available as open > source ,then what is the need to develop it with GStreamer . > I think can use any available open source RTP,RTSP package > directly ....please clarify me . I beg you, please go read what GStreamer is. Regards, Luciana Fujii ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
gstreamer is a multimedia framework.
You can use elements combined in a pipeline to get your goal. If you want to stream using RTP or RTSP you can use whatever you want. Gstreamer is just easier because using elements you can create the pipeline fast without pain. You can even call it from the command line using gst-launch. 2010/6/8 Luciana Fujii Pontello <[hidden email]>
-- Your Sincerely Michael Joachimiak ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
On Wed, Jun 9, 2010 at 11:48 AM, Michael Joachimiak <[hidden email]> wrote: gstreamer is a multimedia framework. Thanx Michael , I was scared to get the reply from Luciana . but Thanx Luciana too. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |