Skip to content

[BUG] Video files visibly frozen when used inside Browsersource on macOS #213

@PatTheMav

Description

@PatTheMav

Platform

Operating system and version: macOS 10.15.4
OBS Studio version: 24.0.6

Expected Behavior

Video files contained in HTML pages inside browser sources should play back visibly.

Current Behavior

Only audio part of video files is played back, the video is frozen on first frame.

Steps to Reproduce

  1. Create local HTML file with embedded video:
<html>
<body>
<video autoplay controls>
<source src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" type="video/mp4">
</video>
</body>
</html>
  1. Add browser source to a scene
  2. Setup local HTML file in browser source
  3. Observe video being stuck on first frame
  4. Hear the music/audio part of the video played back normally

Additional information

  • When debugging the browser source using the remote-debugging-port the video can be seen playing in the debugger's preview window.
  • The video does not visibly play in recordings either

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions