Project

General

Profile

Actions

Bug #87913

closed

Remove playlist parameter from YouTube URL if it should play in loop

Added by Sascha Egerer about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:

Description

In #78053 a change was introduced in the YouTubeRenderer to always add a playlist if the "loop" option is set.
The reason was, that the playlist parameter was required by YouTube but this is not true actually. It was only required for the deprecated AS3 Flash player.

See https://developers.google.com/youtube/player_parameters#loop

Note: This parameter has limited support in the AS3 player and in IFrame embeds, which could load either the AS3 or HTML5 player. Currently, the loop parameter only works in the AS3 player when used in conjunction with the playlist parameter. To loop a single video, set the loop parameter value to 1 and set the playlist parameter value to the same video ID already specified in the Player API URL:

The playlist param must not be set automatically as it does add a playlist to the video which contains the same video 2 times and does not really look good.

With playlist

without playlist


Files

withPlaylist.png (279 KB) withPlaylist.png Sascha Egerer, 2019-03-14 17:05
withoutPlaylist.png (160 KB) withoutPlaylist.png Sascha Egerer, 2019-03-14 17:05
playlist.png (112 KB) playlist.png Sascha Egerer, 2019-03-14 17:05

Related issues 1 (0 open1 closed)

Follows TYPO3 Core - Bug #78053: "loop" parameter require "playlist" parameter for embedded Youtube videos & Allow configuration for "autohide" and "controls"Closed2016-09-23

Actions
Actions

Also available in: Atom PDF