I want to find a video player that suport type .m3u8 and support subtitle (srt or vtt) for Angular. I found that vimejs have good support for .m3u8 type, but they not have support subtitle for .m3u8. So I have to find another solution. So is there any video player that fit my demand? It would be appreciated that you give me an example or live demo. Thanks a lots.
Angular player hls video
3.5k Views Asked by Catttt At
2
There are 2 best solutions below
0
Gokul
On
You can use ngx-videogular it's open source and is a good choice for playing .m3u8 stream.
https://www.npmjs.com/package/@videogular/ngx-videogular?activeTab=readme
Related Questions in ANGULAR
- Firebase link existing user to anonymous account?
- It doesnt always show all the books on my homepage
- Google adsense ads.txt status cannot be not found
- When I navigate to the URL'http://localhost:4200/', it redirects me back
- Ionic Angular Standalone ion-icon are not showing at all
- How to make Angular understand that view child is of a specific type, not a general ElementRef?
- vscode, debug angular, first time, doesn't debug, 2nd time stops at main.js then it's ok
- How to perform CRUD operations on a static JSON array in Angular? (without API)
- Ngrx props<>() method in createAction()
- How to animate rotation of an image inside input control?
- Detecting click inside and outside of the listening component in Angular
- Angular - type guard not narrowing types
- In node_modules file i am getting Angular genric error while using fontawesome in angular12
- Angular 16 sending null values to API
- GoogleCloud Error: Not Found The requested URL was not found on this server
Related Questions in VIDEO-STREAMING
- Can I use local resources for mp4 playback?
- Google Chrome is consuming a lot of CPU on a video call?
- Agora Broadcast live streaming black screen on ios browsers when starting a stream agora-rtc-sdk-ng react web app
- Is there a way to add audio select button in controls of react-player along with captions select button?
- Issues Starting Real-Time Streaming onClick of an Icon in an Android App
- Unable to embed a local HLS stream into a browser
- How to control start and stop video streaming from ESP32-CAM?
- LiveKit: Stream audio and video using python sdk
- How to control fetch-size of Expo-AV Video component?
- Stream video through a nodejs proxy server
- API in nodeJS which serves a video from buffer, which is hosted on iis, working in localhost but not through domain name
- Flask Streaming mp4 video works perfectly on windows but not mobile phone
- bitmobin Streaming url video casting issue via DLNA service
- Sometimes when video is encoded using the Video Toolbox Encoder for web live streaming, the decoder output always has a 4 frame latency
- Scan QR code and redirect on successful scan opencv flask python
Related Questions in HTTP-LIVE-STREAMING
- HLS live stream not play on Google nest hub 1 Gen
- Streamingplatform with Unity, Nodejs and Nextjs
- controlling the speed of the hls play list, generated by ffmpeg
- Unable to embed a local HLS stream into a browser
- Screen Capture API _ Set a specific Screen
- HLS.js get video size from codec
- Why does this m3u8 list cannot be played by shaka player?
- Output varibale is not scalar. Matlab. HDL Coder
- How can I transcode video to HLS version 3 using Google Transcoder?
- WEBVTT into HLS does not work anymore on last iOS version
- HLS (HTTP Live Streaming), m3u8 Url 403 issue, works on extension but not when running locally
- Troubleshooting HLS Streaming Setup in Nginx: 404 (Not Found) Error
- Integrate agora as RTM service for livestreaming/ broadcasting
- AVAssetImageGenerator with Fairplay/DRM
- Converting mp3 to hls with gstreamer
Related Questions in SRT
- Convert subrip subtitles ( .srt ) to substation alpha subtitles (.ass)
- Does HTML5 Video support srt textTrack?
- How to show floating lyrics and visualizer in widget?
- How to convert subtitles time to start and stop frame (SRT to SUB) and backwards
- Is it possible to extract SubRip (SRT) subtitles from an MP4 video with ffmpeg?
- Split text file into multiline string array using Regex
- Unable to resolve "../assets/srt/Audio2.srt" from "components\PlayerSound.js", how can I fix it?
- FFMPEG SRT video send only audio to icecast
- FFMPEG multiple styles in .srt file
- Using SRT protocol in Gstreamer
- Creating a C++ .Net Core wrapper for native library results in error LNK2028
- Access Haivision SRT statistics from ffmpeg command
- Is it safe to ignore the error "Invalid UTF-8 in decoded subtitles text; maybe missing -sub_charenc option Error while decoding stream"?
- ffmpeg subtitles background issue when multiple lines (using .srt format)
- regex insert character into blank SRT
Related Questions in VTT
- Is there any way to modify .mp3 file so it would match timestamps from .srt file? Or take .srt file and convert it to speech
- Hugginface Transformers: how to load for local disk?
- Remove everything before first timestamp in webvtt file - JS
- Custom styling in WebVTT subtitles
- Im having trouble creating a zoom ability for my vtt
- How do I load.vtt file into the video thumbnails(Imageview) in my videoview android?
- Unite Gallery questions with mp4 and vtt
- HTML5 video player won't load .vtt subtitle track
- Setting font size in webvtt without css styling?
- Rails 7 rendering to a VTT, displays entity code instead of character
- Styling VTT cues - ::cue(#id) selector does not work
- Angular player hls video
- VTT file containing image url and caption
- How can I add a superscript symbol to video subtitle/captions (VTT)
- Detect specific automaticly loaded text files with a terminal browser
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Actually using a JS library like a player has nothing to do with Angular. I have used plyr.io without any problem. Also there is an Angular binding of this lib here that I haven't used but worth a check. Here is a sample of how I use plyr