-
Notifications
You must be signed in to change notification settings - Fork 26
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
Switch file source in ffmpeg #53
Comments
|
What if the jpeg image I receive from my algo is a byte[] ? |
Hi, the byte array is dynamically changed Thanks |
We're not sure what you mean by that, are you using your own implementation to do the JPEG to be sent via RTP? if so this repo is not the right place. Then to also answer this,
If you meant sending |
I have an algorithm that manipulate a jpeg image that comes out of a camera and I want to send it to webRTCservice.
I was able to use one of the code samples to create a mock app but with a single static file.
My question is how do I change the file once I receive the next image from my algo service, or if there is a smarter way to do that like using a stream
Thanks :-)
The text was updated successfully, but these errors were encountered: