-
Notifications
You must be signed in to change notification settings - Fork 1
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
Recording video/uploading into a dedicated repository #43
Comments
There's two ways that I can think of implementing that:
Here's some notes on the "Awesome" path: Tawk is currently built on Janus Gateway, which has support for recording video streams. But since running my own WebRTC server is a maintenance headache, I've been thinking about migrating to a cloud provider like Twilio or Agora.io. Those platforms make it easier to store those videos in a cloud-native way that's outside of the tawk.space server(s). Recording and later replaying statebus state is a more interesting challenge. |
@dayodity can you tell me a little bit more about your use case? Happy to chat offline sometime. |
Hi @karth295 - absolutely! I have two use cases. One is that I would simply like to host one-off meetings and have the power to record them. The archive of recordings can then be its own state that people interested in the conversations can publish on their own sites by linking statebus state. That use case is more of an asynchronous and ongoing series of one-off conversations that have an overall common topic of interest but are hosted by me exclusively. The second use case is running a self-organizing 'virtual networking event' that gives people in self-organized meetings the ability to record their conversations and for those conversations to go into a common repository that can also be linked to. Ideally the 'networking event' is more like an aggregate of many self-organized mini events happening within a dedicated period of time, say over a month, rather than the conventional programming of a networking event where you meet at a specific time and place. Probably need to describe it as something other than an event. It would be great to chat offline as I am in the process of requirements gathering and would love to hear your ideas - both of these use cases are part of a design research project I am organizing so I'm leaving out a lot of details. |
Is there any documentation on recording and storing tawk.space videos?
The text was updated successfully, but these errors were encountered: