Hi,
I'm very new to Xamarin Forms and .Net and need some help.
I send a https request to a server and get a multipart/x-mixed-replace response with frames of type image/x-h264.
I read the content length of each frame, extract the content and store it in a byte array.
What do I have to do next with the frames stored in byte arrays? How can I convert them to images?
Is this approach right/wrong?
Is there an easier way?
Thanks in advance
Colin