How to create a new StreamingEndpoint for AMS

nbm-Syncronet 191 Reputation points
2020-11-11T14:28:45.487+00:00

I'm trying to acces the client.StreamingEndpoints.CreateAsync method that requires resourceGroupName, accountName, streamingEndpointName and paramaeters of type StreamingEndpoint. How do I access this method. I can't seem to figure out how to create a new instance of StreamingEndpoint that needs to be passed with the call to create the new streaming endpoint. Can anyone help me with this?

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
314 questions
0 comments No comments
{count} votes

2 additional answers

Sort by: Most helpful
  1. nbm-Syncronet 191 Reputation points
    2020-11-12T13:01:22.793+00:00

    I figured out that there is a way to do it with v2 of the API, but what i'm in need of is a way to do it with v3 of the API

    0 comments No comments

  2. Grmacjon-MSFT 17,456 Reputation points
    2020-11-13T00:21:10.317+00:00

    Hi @nbm-Syncronet ,

    You can follow this AMS documentation to create a new StreamingEndpoint.

    Hope that helps.

    -Grace