Streaming Videos From Azure Blob Storage in Blazor Server

Поділитися
Вставка
  • Опубліковано 7 чер 2024
  • Playing videos in web browsers is nowadays a fairly common task. But how do we do this in Blazor Server? And what if our videos are in Azure Blob Storage? Well, I got you covered, because in this video I'll show you that streaming videos from Azure Blob Storage in Blazor Server is a piece of cake!
    #dotnet #programming #blazor
    Join this channel to get source code access and other perks:
    / @codewrinkles
    Mentioned videos:
    Azure Blob Storage in .NET apps: • Working With Azure Blo...
    Also follow me here (especially if you are a self taught developer):
    ✅My other channel: / @danpatrascutech
    ✅Facebook: / danpatrascutech
    ✅Instagram: / danpatrascutech
    ✅TikTok: / danpatrascutech
    Content
    1. Intro: 00:00
    2. Creating a Blob service: 00:20
    3. Listing available videos: 03:17
    4. Implementing a video player: 05:08
    5. Is it really streaming? 06:14
  • Наука та технологія

КОМЕНТАРІ • 11

  • @gabrielandres26
    @gabrielandres26 10 місяців тому

    In a previous you mention that there is a discord community for the channel, well I'm not sure if it's for the channel but I would like to join if possible. The description of the video doesn't have the discord server.

  • @Tamer_Ali
    @Tamer_Ali 10 місяців тому

    Thanks Mr.Dan

  • @ssuh2p277
    @ssuh2p277 Місяць тому

    So does this replace the need for Azure Media Services ? Am I missing something that Azure Media Services provides above and beyond what you have done here? thank you

  • @jimd1252
    @jimd1252 9 місяців тому

    Thank you sir. Well done as always! Do you have a video on uploading large video files from the local PC to a folder on the server containing the videos using the File Upload control? I apologize in advance if I missed it.

    • @Codewrinkles
      @Codewrinkles  9 місяців тому +1

      Ha, ha, I am working right now on that video. Will probably come this Friday. However, in the video, files will be uploaded to Azure Blob Storage.

    • @jimd1252
      @jimd1252 9 місяців тому

      @@Codewrinkles Great! That's the most exciting news I've had since the time I got 13 fish sticks in a box that was supposed to have 12 😂

  • @TheAcv1
    @TheAcv1 3 місяці тому

    Thank you sir, Are expert users able to download the video to their local devices??

  • @eduardosnoliveira
    @eduardosnoliveira 10 місяців тому

    I wonder if it is possible to live stream videos from Blazor (WASM or Server)

    • @Codewrinkles
      @Codewrinkles  10 місяців тому

      For livestreaming you would need some external services that would take care of the necessary encodings.

  • @user-jr5wc7xf1j
    @user-jr5wc7xf1j 10 місяців тому

    why not razor (ssr, without signal connection)?

    • @Codewrinkles
      @Codewrinkles  10 місяців тому

      It was jsut an example. You can use this on your Razor Pages or Razor Views as well.