Wowza Community

LiveStreamRecorderMP4 recorded File suffix (WSE 4.5.0)

Hi Wowza Team,

After upgrading from WSE 4.3.0 to 4.5.0 our recorded Live-Streams have all a DateTime suffix like:

7_1467993469146_2016-07-08-17.57.49.159-MESZ_0.mp4

The recording file name for the example above was set to 7_1467993469146.mp4.

I’m using com.wowza.wms.livestreamrecord.model.LiveStreamRecorderMP4.

How can we disable this behavior?

Kind regards,

Martin

You can implement the ILiveStreamRecordFileVersionDelegate interface to override the default file version naming convention used for the recorded segmented files of a live stream:

Specifying the file version naming convention

Regards,

Salvadore