Wowza Community

Set up VOD for TS Files

Hey,

I am currently exploring options for a internal videostreaming platform.

All of our video material is currently stored in TS Files and we generate too much of those to encode all of them to mp4 (200 Gb per day).

I’ve read some older post stating that Ts Files are not supported out of the box for VOD Streaming.

Since a few years have passed, i wondered if there are any workarounds that enable wowza to live transcode TS files.

Thanks

Hello there and welcome to the Wowza support forum.

You will need to convert these .ts files to .mp4. Using ffmpeg, this can be done by the following:

ffmpeg -i input.ts -c:v copy -c:a copy output.mp4

Regards,

Salvadore