WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.91k stars 972 forks source link

Set start time in embed Share Code #8742

Open ecesarini opened 10 months ago

ecesarini commented 10 months ago

Describe the bug

Setting start time in embed link doesn't work

Steps to reproduce the behavior:

  1. Copy embed iframe or object link from uploaded video
  2. Set time in src query parameter, t=xyz
  3. Paste link in your HTML
  4. Save and load page

Expected behavior Video should start at xyz seconds but it starts from 0.

Desktop (please complete the following information):

DanielnetoDotCom commented 10 months ago

Here it works fine https://demo.avideo.com/video/35/love-like-fire-hillsong-worship?t=128

can you reproduce it on the demo site?

ecesarini commented 10 months ago

Here it works fine https://demo.avideo.com/video/35/love-like-fire-hillsong-worship?t=128

can you reproduce it on the demo site?

Thank you, the problem is about embed/iframe shared code, e.g. https://my-avideo.org/videoEmbed/900/my-awesome-video?t=xyz. If i try to to insert the code inside html page embedded, player starts from the beginning of the video. Using the direct avideo instance URL, like your demo link, it works fine.

DanielnetoDotCom commented 10 months ago

I tested it here and it works fine https://demo.avideo.com/videoEmbed/35/love-like-fire-hillsong-worship?t=128

I need to be able to reproduce it to be able to fix