Open mariobehling opened 4 months ago
Please also implement the switch buttons.
Hi @untari
Enabling "Autostart" results in the video starting from the beginning of the livestream instead of showing the video at the actual live time. Compare: https://video-dev.eventyay.com/rooms/77b6e3b4-2380-41a7-bb50-1732c998425d/
It also does not do what it is supposed to do: The stream does not start automatically. Is the reason that there is a conflict with the profile option? There is an option to start livestreams automatically, but it also does not work with actual livestreams (only works with recorded videos). Compare: https://wikimania-live.eventyay.com/preferences
@mariobehling I will look into whether there's a conflict with the profile option or another cause. We'll work on fixing this
Add support for Youtube embedding options as switch boxes below the YouTube Video ID form field.
Add the following options:
modestbranding
parameter:You can also use YouTube's
nocookie
domain to enhance privacy and still use themodestbranding
parameter to remove the logo:To further customize the embed, you add the option for the following parameters:
controls=0
: Hides the video player controls.showinfo=0
: Hides the video title and uploader information (note: this parameter was deprecated but can still be found in some older embeds).t show related info at the end:
rel=0`: Prevents showing related videos at the end of your video (only shows related videos from the same channel as of September 2018).Example with additional parameters:
autoplay=1
: This parameter will make the video start playing automatically when the page loads.loop=1
: This parameter will loop the video.playlist=VIDEO_ID
: This parameter is necessary for the loop to work properly. You need to set the playlist parameter to the same video ID as the video you want to loop.mute=1
: Mutes the video (useful because some browsers do not allow autoplay with sound).Example Embed Code
Example with Additional Parameters