Playing Multiple videos

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Playing Multiple videos

Alex Evan
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Playing Multiple videos

Michael Joachimiak
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 <[hidden email]>
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
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Your Sincerely
Michael Joachimiak

------------------------------------------------------------------------------


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Playing Multiple videos

Alex K-2
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 <[hidden email]> wrote:

From: Michael Joachimiak <[hidden email]>
Subject: Re: [gst-devel] Playing Multiple videos
To: "Discussion of the development of GStreamer" <[hidden email]>
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@...>
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@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel




--
Your Sincerely
Michael Joachimiak

-----Inline Attachment Follows-----

------------------------------------------------------------------------------


-----Inline Attachment Follows-----

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@...
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


------------------------------------------------------------------------------


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel