Hi,
Wanted to know the video player which supports RTSP streaming in Xamarin iOS and Android.
Tried to use "libVLCSharp" but getting an error "Native linking failed for liblibVLCSharp.dll.dylib" on building xamarin iOS project.
However , I didn't find any existing video player support RTSP on Xamain.iOS.
Maybe you can search the video player which write in OC or swift , and create binding with it .
Answers
Xamarin.Forms.VideoPlayer support RTSP video on xamarin.android.
Refer https://github.com/adamfisher/Xamarin.Forms.VideoPlayer/issues/19.
However , I didn't find any existing video player support RTSP on Xamain.iOS.
Maybe you can search the video player which write in OC or swift , and create binding with it .
Refer https://stackoverflow.com/a/45586714/8187800.