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

Navigate to specific timestamps in video urls #2176

Open
clayrisser opened this issue Feb 24, 2024 · 1 comment
Open

Navigate to specific timestamps in video urls #2176

clayrisser opened this issue Feb 24, 2024 · 1 comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request

Comments

@clayrisser
Copy link

I would like to request a feature for the Nextcloud video player that would allow users to navigate directly to a specific time in a video through the URL. This feature would be similar to the functionality available on platforms like YouTube, where appending a parameter (e.g., ?t=1m20s) to the video URL starts the video at the specified timestamp.

This feature would be incredibly useful for sharing specific parts of long videos with other users, allowing them to jump straight to the relevant section without manually seeking. It can enhance the user experience in educational contexts, team collaborations, and personal media sharing by providing direct access to key moments in video content.

A possible implementation could involve modifying the Nextcloud video player to recognize URL parameters that specify the desired start time (e.g., ?start=90 for starting the video at 1 minute and 30 seconds). The video player would then parse this parameter and seek to the corresponding time when the video loads.

  • Improved Usability: Makes it easier for users to share and view the most relevant parts of videos.
  • Enhanced Collaboration: Facilitates more efficient video-based communication and collaboration among Nextcloud users.
  • Increased Engagement: Encourages users to share video content, knowing that recipients can be directed to the most pertinent sections.
@clayrisser clayrisser added 0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request labels Feb 24, 2024
@joshtrichards joshtrichards transferred this issue from nextcloud/server Feb 24, 2024
@daniel-lupi
Copy link

Totally agree. Here is another request for this: nextcloud/files_videoplayer#137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending approval or rejection. This issue is pending approval. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants