IP camera streams to PC via VLC RTP over RTSP, but cannot stream to android app via libvlc using Xamarin.Forms
- I can stream the IP camera to my pc with VLC if I check the RTP over RTSP
- My app can stream RTSP the BigBuckBunny example via libvlc
- I can stream the IP camera with the VGX Android app
So I can stream the camera with different methods, but.... when I try to stream it with my app using libvlc I get the following log message
Thanks