For REST see the following: https://learn.microsoft.com/en-us/azure/media-services/latest/stream-files-tutorial-with-rest
For Node.js see the following: https://learn.microsoft.com/en-us/azure/media-services/latest/stream-files-nodejs-quickstart
Upload/Encode files via REST API

I can't seem to find any documentation for uploading and encoding on the Microsoft Learn for AMS. All I see is live stuff. I do see this on the dotnet SDK, but not for node.js, so I'm trying to find something using the REST API. Does anyone have any Microsoft Learn or tutorials for uploading and encoding Azure Media Services v3 using either the Node.js SDK or the REST API?
Thanks for any help (I'm a newbie here)
2 answers
Sort by: Most helpful
-
Anton Kucer 81 Reputation points
2021-03-03T23:20:21.92+00:00 -
John Deutscher (MSFT) 2,121 Reputation points
2021-03-04T22:56:28.81+00:00 Also please see the Github for all the Node.js/Typescript samples up here -
https://github.com/Azure-Samples/media-services-v3-node-tutorials/tree/main/AMSv3Samples/StreamFilesSampleContributions to the samples are welcome also.