Consistency of Embedded Video Players?

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
SamSpeed

Consistency of Embedded Video Players?

Unread post by SamSpeed » 2019-01-25, 00:27

A pet peeve of mine has to do with the variety of embedded video players and the various ways they present controls. Sometimes the volume control is on the left, sometimes it's on the right, sometimes it's a slider and sometimes a bar graph.

Would it be possible, perhaps by an extension, to provide a more consistent UI?

Another issue, has to do with hiding the controls. Typically, you gotta mouse over the window to make the controls appear and you have to act fast before they vanish again. I might be in the minority here but would certainly prefer the controls to be visible always, below the video itself, even at the cost of a wee bit of screen real estate. It would be nice to see the progress bar making progress, timing indicators indicating while relaxing and watching the video.

Could these things be done on the client side? Or is it just up to the website?

User avatar
Isengrim
Board Warrior
Board Warrior
Posts: 1325
Joined: 2015-09-08, 22:54
Location: 127.0.0.1

Re: Consistency of Embedded Video Players?

Unread post by Isengrim » 2019-01-25, 00:35

This is generally up to the website, unfortunately. Sites use a lot of scripts and styles and frameworks to serve video, and as you have seen, it varies from site to site to site. It would be extremely difficult to make an extension or userscript to do this, though I suppose in theory it is possible.
a.k.a. Ascrod
Linux Mint 19.3 Cinnamon (64-bit), Debian Bullseye (64-bit), Windows 7 (64-bit)
"As long as there is someone who will appreciate the work involved in the creation, the effort is time well spent." ~ Tetsuzou Kamadani, Cave Story

User avatar
therube
Board Warrior
Board Warrior
Posts: 1651
Joined: 2018-06-08, 17:02

Re: Consistency of Embedded Video Players?

Unread post by therube » 2019-01-25, 14:14

If you bypassed the website "provided" player (like by blocking the media load [NoScript], then opening the same directly into a tab), & opened the clip in the browsers "native" player, you might then be able to style the player.