big difference between filesrc and multifilesrc

classic Classic list List threaded Threaded
1 message Options
P S
Reply | Threaded
Open this post in threaded view
|

big difference between filesrc and multifilesrc

P S
Hello,
 
i want to stream a ts file to some player in my network with multicast. i use following command for this:
 
gst-launch-1.0 filesrc location=$1.ts ! tsparse set-timestamps=true ! video/mpegts ! rtpmp2tpay ! queue ! udpsink host=224.1.1.1 port=5004 sync=true
 
Thats works without any troubles or problems, but now i want to repeat the video after the end. I use for this multifilesrc because i think it is an extension of filesrc and have the option loop to start from beginning.
But the same command only change from filesrc to multifilesrc don't work (realy only add the word "multi" , no extra option). The stream is brocken, sometimes without audio etc.
 
is this normal or a bug?
 
Peter

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel