mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.52k stars 458 forks source link

"Start at" a certain point in the video not working when sharing #988

Open ropelletier opened 3 months ago

ropelletier commented 3 months ago

Describe the issue When sharing a video with the t parameter. For example, https://media.domain.org/view?m=zjH4UZ6wY&t=193, the video starts at the beginning, not at 193 seconds.

To Reproduce Steps to reproduce the issue: Click share Check box to start at.. Open url in private browser

Expected behavior Expect the video to start at the time provided, 193 seconds in this case

Environment (please complete the following information):

KyleMaas commented 3 months ago

That's what my pull request #928 is designed to fix.

sebastianhochreiter commented 4 days ago

Yes please, this is an important function.