StreamingEndpoints.GetAsync returns null

nbm-Syncronet 191 Reputation points
2020-11-11T11:02:02.067+00:00
await client.StreamingEndpoints.GetAsync(config.ResourceGroup, config.AccountName, streamingEndpointName);

I have a little issue where this line of code keeps returning null. I'm quite sure that I created everything correctly for the Config and the client, since i can create streams, and live output etc. But for some reason the streaming endpoint doesn't seem to return anything. Anyone know of a solution to this?

I tried running the media-services-v3-netcore solution, and I seem to run into the same problem.

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.
310 questions
0 comments No comments
{count} votes

Accepted answer
  1. nbm-Syncronet 191 Reputation points
    2020-11-11T13:11:46.15+00:00

    Found the problem, apparently the "default" endpoint was not accessable.


0 additional answers

Sort by: Most helpful