Using v3 of Azure Media Services. My streaming endpoint is running. I want users to upload any type of video file(.avi for example) through the browser and play them without a plugin. I understand that requires background encoding.
I've uploaded an asset, created an encoding job for it and set up a webhook to notify me when its done. I then create a streaming locator for it and store the smooth streaming path.
It ends up looking like: https://{StreamingEndpoint}/{StreamingLocator}/{filename}.ism/manifest
I can download the manifest file so the url seems correct but I've tried the video in https://ampdemo.azureedge.net/azuremediaplayer.html?url=%2F%2F and my own site without success.
Can anyone tell me what I'm missing?