Shaka Player with DASH JS

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 45

  • @srikanthar3788
    @srikanthar3788 Год назад +3

    It's a nice video and can you make a detailed video about how Shaka player listen to play, pause and other events and changes the DOM in UI to that events

    • @CodesEasy
      @CodesEasy  Год назад +1

      Yes, very soon you can expect a video on complete customisation of shaka player and how to get the watch time, and how to rewind from where the user left etc things. We will be publishing a complete movie streaming app in Laravel using Shaka Player soon.

  • @lakshman9696
    @lakshman9696 Год назад +2

    Hi , a very nice video and my doubts is that “ In shaka player is there a way to see all the events emitted without listening for specific event “ ??

    • @CodesEasy
      @CodesEasy  Год назад

      In Shaka Player, there isn't a built-in way to see all the events emitted without explicitly listening for specific events. The player provides a set of predefined events that you can listen to, but you need to specify which events you're interested in capturing.

  • @CodesEasy
    @CodesEasy  Год назад +3

    ​Feel free to ask all your doubts here

    • @CodesEasy
      @CodesEasy  Год назад

      We will respond to all your comments

    • @jacquelynecarmen
      @jacquelynecarmen 5 месяцев назад

      I just one question
      I have 1 video file without audio.
      And 4 audio file for that video file
      Same as for subtitle
      Now my question is how make mpd file with multi audios and subtitle

    • @chetankumar9463
      @chetankumar9463 13 дней назад

      How to use this player in react or next.js?

  • @mdave0905
    @mdave0905 Месяц назад

    I am getting a CORS error: ' from origin 'null' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
    Do you know how to solve this?

  • @kafashop
    @kafashop Год назад +1

    Hi very nice video and i purchased the source code.. I just want to check, whether the shaka player can play mpd with clearkey? Thanks

    • @kafashop
      @kafashop Год назад

      i try to play in localhost for mp4 converted to mpd.. no video play.. is there any error?

    • @CodesEasy
      @CodesEasy  Год назад

      Yes, you can. You have to refer to the documentation and make changes accordingly

  • @nlp3834
    @nlp3834 Год назад +1

    what if the chunks you produce are in a database on a completely different server. How exactly will u generate a manifest file that contains the download urls for the chunks. This is the only problem I'm experiencing right now.

    • @CodesEasy
      @CodesEasy  Год назад +1

      That's totally unnecessary and store it in a folder not in the database

    • @vinception777
      @vinception777 Год назад

      @@nlp3834 If I understood your problem correctly, then you would only have to upload them to S3 (aws) or some other cloud service, or on your own server, and then manage access to the files with some sort of proxy, I remember using Cloudfront and signed Urls (aws) to do that, you can look this way if you don't have a solution to your problem yet

  • @SivakumarP
    @SivakumarP 6 месяцев назад

    We are facing a lag issue while transitioning from one video to another. We are planning to shift to DASH.JS player . will it work better ? We are using DRM encryption

  • @xrnm7768
    @xrnm7768 Год назад

    Hello sir How do I integrate clearkey drm with this format
    {
    "keys":
    [{
    "kty": "oct",
    "k": "tQ0bJVWb6b0KPL6KtZIy_A",
    "kid": "LwVHf8JLtPrv2GUXFW2v_A"
    }],
    "type": "temporary"
    }

  • @hadytaha2344
    @hadytaha2344 Месяц назад +1

    Thank you very much
    Thank you very much

    • @CodesEasy
      @CodesEasy  Месяц назад

      Happy that the video helped you 👍

  • @technicalgamer423
    @technicalgamer423 Год назад +2

    Can we add widevine licence support with it??

    • @CodesEasy
      @CodesEasy  Год назад

      Yes, check shaka-player-demo.appspot.com/docs/api/tutorial-drm-config.html

    • @ItaliansGanstersVTM
      @ItaliansGanstersVTM Год назад

      hi, did you manage to implement the widevine license? I'd really like to get the script right into my index.html

  • @sanketpanda5363
    @sanketpanda5363 Год назад +1

    Please explain how to destroy, detach, unload player in case of shaka player.

    • @CodesEasy
      @CodesEasy  Год назад

      Sure, will make a video on that

  • @ShabbirShakir-fn8cn
    @ShabbirShakir-fn8cn Год назад +1

    can i use this for youtube videos??

    • @CodesEasy
      @CodesEasy  Год назад

      You cannot play RUclips videos like this.

  • @hadytaha2344
    @hadytaha2344 Месяц назад +1

    best best best you made my day
    Thank you very much
    Thank you very much
    Thank you very much
    Thank you very much

  • @BrajkishorRathodOfficial
    @BrajkishorRathodOfficial 10 месяцев назад +1

    Can you make a html5 hls m3u8 streaming shaka player tutorial

    • @CodesEasy
      @CodesEasy  10 месяцев назад

      Sure

    • @rajib7278
      @rajib7278 7 месяцев назад

      @@CodesEasy hi there, I really like your videos. It's helping me a lot in learning how to implement HLS. I want to use shaka player to run HLS .m3u8 file, tried it but till now not able to succeed. Do you have any video where you have shown HLS m3u8 file playing Shaka player. It will be really helpful.

  • @miahoneyproduction
    @miahoneyproduction Год назад +1

    Is th8s wont work with m3u8 file ?

    • @CodesEasy
      @CodesEasy  Год назад

      It's using dash js not hls you can either add the supported library for HLS or watch this video ruclips.net/video/aGHCyzVqfrQ/видео.html

  • @carryway4454
    @carryway4454 Год назад +2

    how to add dash with drm license ?

    • @CodesEasy
      @CodesEasy  Год назад

      Check this documentation shaka-player-demo.appspot.com/docs/api/tutorial-drm-config.html

    • @ItaliansGanstersVTM
      @ItaliansGanstersVTM Год назад

      hi, did you manage to implement the widevine license? I'd really like to get the script right into my index.html

    • @normaneilmacutay1731
      @normaneilmacutay1731 Год назад

      @@ItaliansGanstersVTM looking forward to this

  • @mabelvelazquezlucero8145
    @mabelvelazquezlucero8145 Год назад +1

    👀😊

  • @BattleBoy
    @BattleBoy Год назад +1

    Both hls and dash and ads google ads vast ads

    • @CodesEasy
      @CodesEasy  Год назад

      Sure, will make a video about that soon.

  • @ShahidOorakam
    @ShahidOorakam Год назад +3

    License key

    • @CodesEasy
      @CodesEasy  Год назад +1

      Are you asking for a video with proper security measures like adding AES encryption or even a DRM. Sure you could expect a video on it soon