Skip to content

Conversation

@cannarocks
Copy link
Member

The code changes in Player.tsx update the URL handling in the video player component. Instead of directly using video.url, the code now checks if video.streamUrl is available and uses it as the URL if present, falling back to video.url otherwise. This change improves the flexibility of the video player and allows for better integration with different video sources.

The code changes in `Player.tsx` update the URL handling in the video player component. Instead of directly using `video.url`, the code now checks if `video.streamUrl` is available and uses it as the URL if present, falling back to `video.url` otherwise. This change improves the flexibility of the video player and allows for better integration with different video sources.

Note: This suggested commit message follows the established convention of using a prefix (feat) to indicate a new feature or enhancement.
@marcbon marcbon merged commit aef6597 into develop Jun 13, 2024
@marcbon marcbon deleted the use-streamurl-in-player branch June 13, 2024 12:42
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.

4 participants