Youtube embed video start and end problem

守給你的承諾、 提交于 2021-01-04 10:14:54

问题


Youtube has a feature when you can embed a video and mark start and end time with it. It displays a frame on the seek bar and video starts from the starting mark and ends at the ending mark.

It stopped working a few weeks ago.

https://www.youtube.com/embed/h_8smKNoAAw?start=2285&end=2515

Here is a url that I am sure was working before.

Now it starts from point marked in the url, but it does not end at the ending mark.


回答1:


It just worked well for me.

I added the autoplay=1 parameter in the URL you provided and the video actually starts and ends at the indicated positions.

Here is the modified URL:

https://www.youtube.com/embed/h_8smKNoAAw?start=2285&end=2515&autoplay=1


来源:https://stackoverflow.com/questions/53814429/youtube-embed-video-start-and-end-problem

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!