-
Notifications
You must be signed in to change notification settings - Fork 162
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
is it possible to directly send video clips? #60
Comments
No, |
Hi Jeff, thanks for your reply. I got it. Do you know any other approaches for video streaming? Thanks! |
You can use OpenCV to read a video into frames, and also use OpenCV to save them to a clip. |
However, I don't think sending clips using this is ideal, because you need to decode and encode, which causes quality loss. |
Hi @MeixinZhu, |
Thank you!! This is really helpful. |
Thanks for this great repo! It works very nicely for sending images.
I wonder whether it is possible to directly send video clips to remote servers? instead of sending frames to the server then combine them into a video.
The text was updated successfully, but these errors were encountered: