How to Play a m3u8 File with HTML5 Video Element

preview_player
Показать описание
Hi, I'm Wesley. I'm a brand ambassador for Kinde (paid sponsorship). I'll help you master the latest tech here:

👉 Discord: all my courses have a private Discord where I actively participate

Code snippets (YT doesn't allow me to use angled brackets, so add yourself):

video id="my-video"
class="video-js"
controls
preload="auto"
width="640"
height="264"
controls
data-setup="{}"
/video

or initialize with JS:
const player = videojs('my-video', {});
});

0:00 Solution

#webdevelopment #coding #programming
Рекомендации по теме
Комментарии
Автор

I've spent the last 8 hours setting this up for the first time ever. I've never done this before and I got stuck at the end. From setting up an RTMP server using Ubuntu to getting the video player on my website worked. Getting the live streaming to work is because of you!

Thank you 🙏

Cvusmo
Автор

How to change video source dynamically?

johngalt
Автор

Me gusto mucho el video muchas gracias se podria con este metodo los videos .m3u8 llamar con un jsonURL ??

ricardomelot
Автор

Dude, you are a beats! Thanks. i really preciate your video!! You just solve one of my problems i think so. Thanks from Spain!!🤙

LeonardoiLB
Автор

How does a video streaming work on IOS or Android app?

pajeetsingh
Автор

i am having problem in setting up multiple audio tracks in video.js. can anyone help??

AdarshSingh-mbww
Автор

Hello name, ByteGrad congratulations: excellent tutorial. Despite everything, I can't make it work. I think I followed step by step all the steps but despite everything I can not run the script. If you can, would you give me a hand to understand where I am wrong? Thank you very much in advance. Alex

sky-yml
Автор

it doesnt play in android browser why?

renkakuhok
Автор

Can you play m3u8 url from a streaming server?

elvinmucaj
Автор

Is there a way to play videos in m2t format???

alimosbah
Автор

HELLO EVERYONE, I WANNA WATCH SOME STREAMING ON SOME WEBSITE AND IT DOESNT ALLOW ME BECAUSE IT PLAYS BY THE FLOWPLAYER, BUT I HAVE NO IDEA HOW TO MAKE TO MAKE IT PLAY!? SHOULD I MAKE SOME MODIFICATIONS ON HTML...? AND HOW! IN THS CASE, THANKS TO ANYONE TAKE A MINUTE TO EXPLAIN ME MY CASE...

SamSam-pbym
Автор

hi sir, i try onlick to change video source, but seems like it wont auto play the next one

desmondtan
Автор

is it possible to add a delay so the livestream do not buffer so much?

Zucchinii
Автор

Sir How to convert video to m3u8 url please reply 😭

gadva
Автор

Hls videos are only working in safari. And how to play this hls in all browsers in reactjs. Can you please demonstrate?

😇

shoprecartteam
Автор

can you just upload the damn code snippets to a pastebin or something?

kosmos