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
I'm not familiar with Ant's implementation of recording, but in most cases that I'm aware of, custom coding is required to manipulate the recording process without forcing the stream to stop.
There are several places you could do this; the easiest might be in an
application adapter. Catch the stream broadcast start and keep a reference
to the stream. With the reference, start a timer thread which calls
stream.saveAs() and stream.stopRecording() at your interval; thats the gist.
Good luck
Hi everyone,
I using Ant Media Server. But record stream (VoD) file very large.
I want config record stream file about 10 minutes per file.
Please help me config or implement it.
The text was updated successfully, but these errors were encountered: