How can i set dynamic name for file for recording video using app created by API #1737
Unanswered
Nikita-Goncharov
asked this question in
Help
Replies: 1 comment
-
You can start and stop recording using the REST API. Although this is not documented in the GitBook, please refer to the sample below.
For the macro used in filePath and infoPath, please refer to the link below. [Rest API] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, i need to create dynamic name of file(with some id or datetime) for recording video, but my app on ovenmediaengine was created with internal API, request body example:
I saw in docs that i can do like this in static xml config:
But i need to do same thing with datetime or with some unique id using OME API.
Is there a way how i can do it ?
Beta Was this translation helpful? Give feedback.
All reactions