Skip to content
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

Best approach to send images? #169

Closed
esteimle opened this issue Oct 19, 2022 · 2 comments
Closed

Best approach to send images? #169

esteimle opened this issue Oct 19, 2022 · 2 comments

Comments

@esteimle
Copy link

I compiled uvgRTP for Android, and then also on a linux box. I ported the send_generic example into my Android app and was able to use it to send packets to receiving_hook running on my linux machine. Now I want to try to send images, like an MJPEG stream, just one image after another. Should I be feeding the whole image buffer to push_frame or should I be breaking the image up into packet size chunks and feeding them one at a time?

Thanks!

@esteimle
Copy link
Author

Nevermind I figured it out :) Just had to set the flags correct between those two demos.

@bcizmeci
Copy link

bcizmeci commented Feb 2, 2024

@esteimle Although this issue is closed, this is an interesting topic.
How is it possible to compile uvgRTP on Android?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants