Share via

Encoding fail with Azure Media Services

Jeff 0 Reputation points
2024-03-18T17:36:34.58+00:00

Hello I am receiving this error when I try to create a new streaming locator.

Error: Failed to retrieve the blade definition for 'CreateStreamingLocatorBlade' from the server. Couldn't load "MediaService/NoPdlBlades/ContentKeyPolicies/CreateUpdate/ContentKeyPolicyBlade"; error code 0

I know that the service is being retired on June 30th, but is this a preemptive start?

Thanks for the heads-up!

Community Center | Not monitored
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 25,251 Reputation points Microsoft Employee Moderator
    2024-03-19T07:12:47.6466667+00:00

    @Jeff Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    I have tried creating a streaming locator in one of the existing media services in our subscription. I am able to create it successfully without any issues.

    As you are facing the issue while creating the streaming locator can you try creating it through this CLI cmdlet az ams streaming-locator create.

    az ams streaming-locator create --account-name
                                    --asset-name
                                    --name
                                    --resource-group
                                    --streaming-policy-name
                                    [--alternative-media-id]
                                    [--content-key-policy-name]
                                    [--content-keys]
                                    [--end-time]
                                    [--filters]
                                    [--start-time]
                                    [--streaming-locator-id]
    

    If you still facing the issue, could you please help us more information to check and assist you further.

    1. If you are creating streaming locator through portal, please do share the portal sessionId (using keyboards keys ctrl+alt+d), operation Id or correlation Id, media service resource name and timestamp (utc).
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.