BogdanovKirill / RtspClientSharp

Pure C# RTSP client for .NET Standard without external dependencies and with true async nature. I welcome contributions.
MIT License
694 stars 284 forks source link

Android - how to convert the image to Bitmap? #109

Open HappyStoat opened 3 years ago

HappyStoat commented 3 years ago

Hi there, first of all, thank you very much for the great program!!! I'm impressed with how low the latency is. For this reason I ported the program to Android Xamarin. I finally managed to run it on Android, but displaying decoded frames is a big problem! Android has a totally different Bitmap class. Do you have an idea how I can get the decoded frame buffer and display it?

I would be very grateful for any suggestions or ideas.

Saccomani commented 1 year ago

i need the same, have u the solved?