Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Autoplay on Hover supported M3U8 and MPD Videos #651

Closed
wants to merge 0 commits into from

Conversation

Rajgupta36
Copy link
Contributor

@Rajgupta36 Rajgupta36 commented May 16, 2024

Feature: Autoplay on Hover supported M3U8 and MPD Videos

This pull request introduces support for M3U8 (HTTP Live Streaming) and MPD (MPEG-DASH) video formats in the application, ensuring seamless playback across various platforms and devices.

Description

The issue of unsupported M3U8 and MPD video formats has been addressed by integrating the following libraries:

  • video-react: A robust video player library for React applications, providing enhanced playback capabilities.
  • hls.js: A JavaScript library for handling HTTP Live Streaming (M3U8) video format.
  • dashjs: A reference client implementation for the playback of MPEG-DASH content in web browsers.

Additionally, seed data for M3U8 and MPD video types has been added to the application's database, allowing for seamless testing and demonstration.

Checklist

  • Self-reviewed code
  • No duplicate pull request

Related Issues

new.pr.mp4

@Rajgupta36
Copy link
Contributor Author

@hkirat sir, please review the code.

@hkirat
Copy link
Contributor

hkirat commented May 21, 2024

Too many extra dependencies make me anxious

@Rajgupta36
Copy link
Contributor Author

Too many extra dependencies make me anxious

Thank you for your feedback. I will add the required functionality to support m3u8 and mpd video formats using the existing VideoJS library already present in our repository .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: Video Autoplay on Hover
2 participants