HI,
yes, in the MAui sample you have these lines below : I would like to play a video from a videostream provided from a Server, works in AVL and html players.
http://ccc-manager-dev.q-prox.com:8989/vod/walter_thailand.mp4
I would like to play this path in my windows Maui, when i change the URI to the URLS it crashes (they both work in VLC Win desktop player)
:
http://test.visioforge.com/video.mp4
http://ccc-manager-dev.q-prox.com:8989/vod/walter_thailand.mp4
BTW: in your email the link to the support chat misses the http
#if __ANDROID__
private const string DEFAULT_FILENAME = "http://test.visioforge.com/video.mp4";
#else
private const string DEFAULT_FILENAME = @"c:\samples\!video.mp4";
#endif