Rafostar / clapper

Level up your video experience with a modern and user-friendly media player.
https://rafostar.github.io/clapper/
GNU General Public License v3.0
716 stars 34 forks source link

Prevent changing of playback speed while playing live content #99

Open sp1ritCS opened 2 years ago

sp1ritCS commented 2 years ago

Consider force setting the playback speed to 1.00 and setting the sensitive property of the playback slider to false for "live' content. Right now, if you try to increase the playback speed clapper will crash, as it tries to access part of stdin which doesn't exist yet.

Rafostar commented 2 years ago

In addition to the player, seems like something that should have an assertion in the API, thus adding API label.

Rafostar commented 4 months ago

Note to self: live content should ignore playback speed value and not change/restore it to/from saved preferences.