Skip to content

frontend: Show seek controls for media sources with seekable enabled#13255

Open
tt2468 wants to merge 1 commit intoobsproject:masterfrom
tt2468:fix/ffmpeg-source-toolbar
Open

frontend: Show seek controls for media sources with seekable enabled#13255
tt2468 wants to merge 1 commit intoobsproject:masterfrom
tt2468:fix/ffmpeg-source-toolbar

Conversation

@tt2468
Copy link
Copy Markdown
Member

@tt2468 tt2468 commented Mar 24, 2026

Description

This shows the media seek controls if seekable is enabled in the media source. An example of a seekable network resource is an mp4 file hosted on a web server.

Motivation and Context

Commit c9182a9 added the seekable parameter when "Local File" is unchecked in the settings, allowing the user to specify that even though the resource is network-based, it still supports being seeked.

How Has This Been Tested?

This has not been tested. It's a simple enough change and I currently don't have the time to test.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

Commit c9182a9 added the `seekable`
parameter when "Local File" is unchecked in the settings, allowing the
user to specify that even though the resource is network-based, it
still supports being seeked. An example of a seekable network
resource is an mp4 file hosted on a web server.
@tt2468 tt2468 added the Bug Fix Non-breaking change which fixes an issue label Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Fix Non-breaking change which fixes an issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant