Network streaming of two back to back videos

suresh.udipi at wipro.com suresh.udipi at wipro.com
Fri Feb 8 05:21:46 PST 2013


Thanks for the reply.
 

  I have tried with multifilesrc to play the back to back videos

  I have two files in the folder 00000.mp4 00001.mp4
 
   gst-launch -v  multifilesrc location=/home/suresh/%05d.mp4   ! decodebin2 name=dec ! queue ! x264enc quantizer=4 ! mpegtsmux name=mux ! udpsink host=127.0.0.1 port=5454 dec. ! queue ! audioconvert ! lamemp3enc ! mux.

  I was expecting it will dump two videos and i will be able to paly it on the other side of the network/
  Only one video plays.

  My main goal is to stream  multiple of videos using udpsink . I tried the same by trapping EOS and setting the pipe line to READY and again chaning the uri to the new song and then setting the pipeline to PLAYING.

  First song will play properly. But second song while playing will throw EOS...

  I tried using multifilesrc also i will change the index to 1 after getting EOS of the first video. but this didnot work out.

  After getting the EOS of the first song , what will be the pipeline state?
   ideally if i change the uri and change the pipeline state to READY to PLAYING It should work right...

  Please note that iam able to run play back videos back to back without network streaming...

  Do we have to flush /reset udpsink/udpsrc to play the next song.?



Thanks and Regards
Suresh


_______________________________________
From: gstreamer-devel-bounces+suresh.udipi=wipro.com at lists.freedesktop.org [gstreamer-devel-bounces+suresh.udipi=wipro.com at lists.freedesktop.org] on behalf of Baby Octopus [jagadishkamathk at gmail.com]
Sent: Thursday, February 07, 2013 11:06 PM
To: gstreamer-devel at lists.freedesktop.org
Subject: Re: Network streaming of two back to back videos

Why dont you try using multifilesrc or splitfilesrc element? You might have
to rename the files accordingly




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Network-streaming-of-two-back-to-back-videos-tp4658386p4658424.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

www.wipro.com


More information about the gstreamer-devel mailing list