Hi,
I'm trying to put together a test app that allows a user to upload an mp4, convert it to an ism and then stream it. The code all works fine locally in Visual Studio, but when I deploy it to Azure, the media player reports Video playback aborted.
If I try to play the asset in the portal using the Play button I get
If I try to play the asset in the portal using the Play button I get: Network error caused the video download to fail part-way
What could be causing the difference between locally and deployed? To be clear, it's not the upload or encoding aspect that's not working, it's just the streaming. The following asset streams fine when running from localhost, but I get "Video
playback aborted" when trying to stream from http://admin.gardeuk.com/Proto
http://gardeuk.streaming.mediaservices.windows.net/db27c532-3c9d-4928-b80b-4c7f4f3f095e/video.ism/manifest
Thanks,
Anthony