You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If S3 upload is enabled for MP4 and the same stream is recorded multiple times, the generated VoD item name does not include a postfix.
Due to this the uploaded file on S3 is getting overwritten.
Environment
Java version: 17
Ant Media Server version: 2.12.0
Steps to reproduce
Enable S3 recording.
Start a WebRTC stream.
Start & Stop MP4 recording for the same streamId multiple times to create multiple MP4 files.
Expected behavior
The created MP4 files should have a postfix in the VoD name.
e.g., abcde.mp4. abcde_1.mp4, abcde_2.mp4 & so on.
Actual behavior
The created MP4 files don't have a postfix in the name.
Short description
If S3 upload is enabled for MP4 and the same stream is recorded multiple times, the generated VoD item name does not include a postfix.
Due to this the uploaded file on S3 is getting overwritten.
Environment
Steps to reproduce
Expected behavior
The created MP4 files should have a postfix in the VoD name.
e.g., abcde.mp4. abcde_1.mp4, abcde_2.mp4 & so on.
Actual behavior
The created MP4 files don't have a postfix in the name.
Ask your questions on Ant Media Github Discussions
The text was updated successfully, but these errors were encountered: