<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hello,</div>

<div> </div>

<div>i want to stream a ts file to some player in my network with multicast. i use following command for this:</div>

<div> </div>

<div>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<br/>
 </div>

<div>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.</div>

<div>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.</div>

<div> </div>

<div>is this normal or a bug?</div>

<div> </div>

<div>Peter</div></div></body></html>