I'm using Plugin.CrossMediaManager(Current version) to play VDO or mp3 files. Try to use URL from local website (IIS) to play them.
I have learned how to use this component and I have set all necessary things. - Give necessary code to where native platform start. I have tried with URL form public website: Link to website.
It works well, but when I downloaded that file and copy it into my website (IIS) I can't play it.
This works:
CrossMediaManager.Current.Play("https://archive.org/download/BigBuckBunny_328/BigBuckBunny_512kb.mp4");
But yhis doesn't work:
CrossMediaManager.Current.Play("http://192.168.220.110:1113/SampleVideo_1280x720_1mb.mp4");