obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
783 stars 225 forks source link

Browser source stopped supporting `.webm` video format #185

Closed dkonopka closed 4 years ago

dkonopka commented 4 years ago

Expected Behavior

Browser source with .webm file should play as normal video.

Current Behavior

Video freezes at beggining.

Steps to Reproduce

  1. Add some webpage with .webm file as Browser Source: e.g.: http://dl5.webmfiles.org/big-buck-bunny_trailer.webm
  2. Video is not playing.
Fenrirthviti commented 4 years ago

Please provide a log. You have not specified what operating system or version you are using.

derrod commented 4 years ago

Please also specify what CEF build you're using (if you built obs-browser yourself).

dkonopka commented 4 years ago

I was able to reproduce this issue on the latest OBS version 24.0.3 (Windows) and 24.0.2 (Mac OSX), it is also possible to reproduce it in the latest Streamlabs OBS version.

dodgepong commented 4 years ago

I am able to add that exact link as a browser source and the video plays as expected in OBS Studio 24.0.3 for me. Please provide a log file.

derrod commented 4 years ago

With a minimal webpage that embeds the video it works perfectly fine:

<html>
<body>
<video autoplay controls>
<source src="https://dl5.webmfiles.org/big-buck-bunny_trailer.webm" type="video/webm">
</video>
</body>
</html>
dkonopka commented 4 years ago

@dodgepong What do you mean by "log file"? I don't see any instruction to generate it in the issue template.

What is interesting, I've downgraded to OBS 23.2.1 and it works perfectly, but still reproducing it on 24.0.3 version of OBS.

btorellALTA commented 4 years ago

In OBS go to Help > Log Files and upload the current or last log file, then link it here.

dkonopka commented 4 years ago

You can find more info about this issue here: https://github.com/obsproject/obs-studio/issues/2248

WizardCM commented 4 years ago

Closed in https://github.com/obsproject/obs-browser/pull/193