Sergio Ramirez
Sergio Ramirez

Reputation: 340

Azure Media Services Live Video Streaming download stored video

i need to download a video that was live streaming with Azure Media Services, and saved as an event, is it possible to download it? i dont have experience with videos

Upvotes: 2

Views: 4650

Answers (2)

johndeu
johndeu

Reputation: 2512

Yeah, that's not quite correct. To really "download" the live archive, you have to run it through an Encoding job to convert it from a live archive (fragmented MP4 format) into a single MP4 file (or other format) that you can actually download.

What I would do is use the Azure Media Services Explorer tool (aka.ms/amse) to get the Live Event's underlying AssetID and submit that to an encoding job. The issue with the portal is that we don't currently give you a way to click through from the "Live Event" recording to the actual stored Asset (I'll get somebody to fix that! or provide a simple, Encode for Download button).

In the portal you can also "search" in the Assets list for the underlying asset. It should be named {channelname}-{live event name}. You can then click on that and use the "Encode" button to submit a single-bitrate encoding job.

Hope that helps!

-John D.

Upvotes: 2

RAS
RAS

Reputation: 3395

you can find all of your live streaming recordings in Azure portal.

They are located under settings -> assets

You will see url that you can use to download the video.

Azure media portal

Upvotes: 0

Related Questions