Frame Data #1580
-
Well, I'm using your library to display a video stream and it's working properly. However, I want to get the actual data from the frames but it returns null. ` } ` |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 13 replies
-
The image data is in |
Beta Was this translation helpful? Give feedback.
-
Sure, the data for audio frames are in Frame.samples.
|
Beta Was this translation helpful? Give feedback.
-
UDP isn't a reliable protocol, use TCP.
|
Beta Was this translation helpful? Give feedback.
-
Just the URL itself.
|
Beta Was this translation helpful? Give feedback.
The image data is in
Frame.image[0]
.