Mjpeg over rtp #109
Unanswered
nahueltaibo
asked this question in
Q&A
Replies: 2 comments
-
I have no ready any example for server jpeg, but you can read the following rfc for the official documentation |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to create a simple fpv like camera feed for a robot in c#.
I already have the jpeg frames I geet from a webcam using emgu cv library.
Is there any example of how to feed this jpeg frames to the rtp session? (I know about the client example receiving jpeg frames, but I'm missing how to send them from the server)
Sorry If the question is too basic, I'd appreciate if you can guide me on reading material to become better at real time streaming in general :😀
Beta Was this translation helpful? Give feedback.
All reactions