Search code examples
c#xamarinvideo-streamingxamarin.formsrtmp

How to play RTMP server address in Xamarin.forms (Shared)


I want to play RTMP server address in Xamarin.forms (Shared), as I am a beginner and don't know much about the Xamarin.Forms(Shared). So, can anybody help in this? How to play a video with RTMP server address?

Thanks in advance.


Solution

  • You could use LibVLCSharp to play RTMP stream
    I am using by myself and works flawlessly easy. I had issues with ExoPlayer bindings for xamarin or MediaManager for xamarin

    Various Samples, which also includes xamarin.forms https://code.videolan.org/mfkl/libvlcsharp-samples

    For streaming you could use
    https://github.com/rhedgpeth/Xamarin-Yasea