[Live-devel] help with streaming a .ts file

Jason Reeves jhr at unitedentropy.com
Thu Aug 18 09:26:16 PDT 2016


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.

I shall attempt your solution to convert the .m4e files to TS files and
report back with my results.




On Wed, Aug 17, 2016 at 12:19 AM, Ross Finlayson <finlayson at live555.com>
wrote:

> > 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
>
> OK, so those are MPEG-4 Video Elementary Stream files.
>
> 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.
>
> 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 “
> testH264VideoToTransportStream” demo application (see “
> testH264VideoToTransportStream.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:
>         - “H264VideoStreamFramer” to “MPEG4VideoStreamFramer”, and
>         - passing 4 instead of 5 as the “mpegVersion” parameter to the
> call to “addNewVideoSource()”
>
> Alternatively, you might be able to convert these files to Transport
> Stream files using some third-party software like “ffmpeg”.
>
>
> Ross Finlayson
> Live Networks, Inc.
> http://www.live555.com/
>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20160818/d3a02295/attachment.html>


More information about the live-devel mailing list