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 video autoplay on hover #610

Closed
wants to merge 2 commits into from
Closed

Feature video autoplay on hover #610

wants to merge 2 commits into from

Conversation

Rajgupta36
Copy link
Contributor

Feature: Autoplay on Hover supported M3U8 and MPD Videos

Description:

This pull request addresses the issue of unsupported M3U8 (HTTP Live Streaming) and MPD (MPEG-DASH) video formats in the application. To resolve this, the react-video library has been integrated, providing seamless playback support. Additionally, seed data for M3U8 and MPD video types has been added to the application's database.

Implementation Details:

  • Integrated react-video library for seamless playback of M3U8 and MPD video formats.
  • Replaced existing video player components with react-video components for improved compatibility.
  • Included sample M3U8 and MPD video sources for testing and demonstration.

Testing:

  • Tested M3U8 video playback using the react-video library across various browsers and devices.
  • Verified MPD video playback compatibility and behavior with the integrated library.

Checklist:

  • Self-reviewed code
  • No duplicate PR

Related Issues:

13.05.2024_16.31.22_REC.mp4

@Rajgupta36 Rajgupta36 closed this May 14, 2024
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
1 participant