<div dir="ltr">Hello <div><br></div><div>When I use the videotestsrc line:</div><div><div>gst-launch-1.0 videotestsrc is-live=true ! openh264enc ! mpegtsmux  </div><div>        ! hlssink playlist-root=<a href="http://IP">http://IP</a> \</div><div>          location=/var/www/html/hlssink.%05d.ts \</div><div>          playlist-location=/var/www/html/playlist.m3u8</div></div><div>I can play the videotestsrc... cool</div><div><br></div><div>So I thought I would change that to an actual file.</div><div><div>gst-launch-1.0 filesrc location=movie.mov ! openh264enc ! mpegtsmux  </div><div>        ! hlssink playlist-root=<a href="http://IP">http://IP</a> \</div><div>          location=/var/www/html/hlssink.%05d.ts \</div><div>          playlist-location=/var/www/html/playlist.m3u8</div></div><div><br></div><div>on the second command I get syntax error</div><div><br></div><div>What do I change for videotestsrc (that worked) to use an actual file?</div><div>The movie.mov file format is apple quick time.</div><div><br></div><div>Thanks,</div><div><br></div><div>Jerry</div></div>