[gst-devel] Playing Multiple videos
Alex K
alexk4259 at yahoo.com
Wed Jun 2 12:32:03 CEST 2010
Hi..
Thanks for the replay.....
Actually I am trying to stream the file using gst-rtsp-server. I use test-mp4.c example in gst-rtsp-server. I created a pipeline as given in example. I now wanted to load automatically the next file as the currently playing file ends.(like a playlist).
Anyway thanks for the replay and i will give a try on this......
Thanks....
Alex Evan
--- On Wed, 6/2/10, Michael Joachimiak <mjoachimiak at gmail.com> wrote:
From: Michael Joachimiak <mjoachimiak at gmail.com>
Subject: Re: [gst-devel] Playing Multiple videos
To: "Discussion of the development of GStreamer" <gstreamer-devel at lists.sourceforge.net>
Date: Wednesday, June 2, 2010, 6:33 AM
I don't know if you are using command line but it would be the same for the source code.
Maybe you could create such pipeline (copy-pasted from manual and changed a bit - it should work)
gst-launch filesrc location=movie1.mpg ! mpegdemux name=demuxer
demuxer. ! queue ! mpeg2dec ! ffmpegcolorspace ! sdlvideosink demuxer. !
queue ! mad
! audioconvert ! audioresample ! osssink filesrc location=movie2.mpg ! mpegdemux name=demuxer
demuxer. ! queue ! mpeg2dec ! ffmpegcolorspace ! sdlvideosink demuxer. !
queue ! mad
! audioconvert ! audioresample ! osssink
2010/6/1 Alex Evan <alexevan_ny at yahoo.com>
Hi....
I am just thinking about playing mutiple videos in a single pipeline. First i tried using multifilesrc but in that case its working fine with images...but not in videos. Is there any plug-in so that I can play muliple video files as image in multifilesrc plug-in.
ThanX...
Alex Evan
------------------------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
--
Your Sincerely
Michael Joachimiak
-----Inline Attachment Follows-----
------------------------------------------------------------------------------
-----Inline Attachment Follows-----
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20100602/4ad57319/attachment.htm>
More information about the gstreamer-devel
mailing list