How to config record stream (VoD) file about 10 minutes per file
lecong opened this issue · comments
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.
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.
how can i config it ?
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
…On Tue, May 19, 2020 at 12:04 AM kiwen19 ***@***.***> wrote:
how can i config it ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#284 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD4UXJ66YC4BQUSVL4HQ3TRSIVPTANCNFSM4JFDOMQQ>
.