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 writing a video call server in C++ that allows video calls, and I want to save the video. How can I do that?
Note: I'm testing the program on a virtual machine ubuntu server that doesn't have a webcam.
You need to implement the video recorder yourself.
Check avi_player for video player implementation, now you need to do something similar for recording.
Check also wav_writer which does the same but for audio.
Describe the feature
I'm writing a video call server in C++ that allows video calls, and I want to save the video. How can I do that?
Note: I'm testing the program on a virtual machine ubuntu server that doesn't have a webcam.
And I got this error:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: