-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Possibility to record small clips of x amount of seconds of a complete camera session #33
Comments
Mathieu, Thomas any tip about where to work for this? |
LUA implementation is a bit instable for now but you can try with the following script.
Sadly this is just a POC for now, we don't have time to make LUA stable for now, but at least you can try and see how it will work. |
OK you thought I was talking about Lua. I was more asking C++ side so that such small features I could add with your guidance. |
The lua script are here to make it easier for users to implement a custom behavior. |
I really don't understand why extending Mona has to be dependant on Lua when you can create dynamic extension for any C++ code via the CppMicroservices framework which is perfectly suitable for that purpose. Creating a bundle delivered as a DLL/SO file and handle during runtime via CppMicroservices is so much easier than having to rely on Lua. As I mentioned earlier why not make Mona a dynamic server where we can add and remove new functionalities on the fly without getting out of C++? Why no one gets the fact that compiled static code can also be hooked into a running application an make that code become dynamic? |
Thanx for the answer I really appreciate the guidance. |
Greetings!
I would like to know how complicated is it to implement a feature that specify Mona that I want to record my Webcam and that I want that the recording being persisted like session1_00.flv, session1_01.flv, session1_02.flv, etc .... session1_x.flv inside of folder session1 which is the stream name.
I am using Adobe AIR with RTMP.
Thank you.
The text was updated successfully, but these errors were encountered: