<div dir="ltr"><div>Thanks for the help.  I was also able to stream the .mp4 files (created with the -4 switch) if I renamed them to .m4e, but again with no trick play functionality.<br><br></div>I shall attempt your solution to convert the .m4e files to TS files and report back with my results.<br><br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 17, 2016 at 12:19 AM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> I just ran a test with the command line in the original post, and what I find out is that files with no extension are created<br>
<br>
</span>OK, so those are MPEG-4 Video Elementary Stream files.<br>
<br>
You can stream these files - as is - from our “LIVE555 Media Server” if you give each file a “.m4e” filename extension.  However, if you don this, you won’t be able to do ‘trick play’ on these streams.<br>
<br>
If, instead, you want to convert these MPEG-4 Video Elementary Stream files to Transport Stream files, you can probably do so using our software.  Specifically, look at the code for our “<wbr>testH264VideoToTransportStream<wbr>” demo application (see “<wbr>testH264VideoToTransportStream<wbr>.cpp” in the “testProgs” directory).  You can probably convert this code into an application that converts MPEG-4 Video Elementary Stream files to Transport Stream files by changing:<br>
        - “H264VideoStreamFramer” to “MPEG4VideoStreamFramer”, and<br>
        - passing 4 instead of 5 as the “mpegVersion” parameter to the call to “addNewVideoSource()”<br>
<br>
Alternatively, you might be able to convert these files to Transport Stream files using some third-party software like “ffmpeg”.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" rel="noreferrer" target="_blank">http://www.live555.com/</a><br>
<br>
<br>
______________________________<wbr>_________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" rel="noreferrer" target="_blank">http://lists.live555.com/<wbr>mailman/listinfo/live-devel</a><br>
</div></div></blockquote></div><br></div>