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
- 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>
- Add browser source to a scene
- Setup local HTML file in browser source
- Observe video being stuck on first frame
- 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
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
Additional information
remote-debugging-portthe video can be seen playing in the debugger's preview window.