pkviet / obs-studio

OBS - Free and open source software for live streaming and screen recording
https://obsproject.com/mantis/
GNU General Public License v2.0
154 stars 21 forks source link

Need update browser #46

Closed Mishasama closed 3 years ago

Mishasama commented 3 years ago

Describe the bug https://v.douyu.com/show/a2JEMJjp5bnMNxml The ME ver Browser source does not support the HTML5 player. But the OBSS 26.1.1 does.

To Reproduce Steps to reproduce the behavior:

  1. Add Browser source
  2. Enter URL https://v.douyu.com/show/a2JEMJjp5bnMNxml
  3. Click OK
  4. See error

Expected behavior As the origin OBSS does.

Screenshots image

Desktop (please complete the following information):

Additional context Time to update to 26.1.1 and fix #42?

pkviet commented 3 years ago

It's not an html5 player error since youtube html5 player works fine. The browser version is exactly the same (what ships in 26.1.1 is exactly what ships with obs ME since I'm the one who compiled cef); this is very odd (though I reproduce your error). What does the chinese say ? I guess "browser not supported" ?

pkviet commented 3 years ago

seems your link freezes on chromium edge

Mishasama commented 3 years ago

It's not an html5 player error since youtube html5 player works fine. The browser version is exactly the same (what ships in 26.1.1 is exactly what ships with obs ME since I'm the one who compiled cef); this is very odd (though I reproduce your error). What does the chinese say ? I guess "browser not supported" ?

Youtube player is only play the vp9 video, but the avc can't. Maybe that's the problem. "Your browser version is too low, please update it." I tried to replace ME's browser plugin with the original version, and it works fine.

pkviet commented 3 years ago

Mmh very very strange. What did you replace ? Obs-browser.dll or cef ?

On Sat, Jan 23, 2021, 13:23 Misha notifications@github.com wrote:

It's not an html5 player error since youtube html5 player works fine. The browser version is exactly the same (what ships in 26.1.1 is exactly what ships with obs ME since I'm the one who compiled cef); this is very odd (though I reproduce your error). What does the chinese say ? I guess "browser not supported" ?

Youtube player is only play the vp9 video, but the avc can't. Maybe that's the problem. "Your browser version is too low, please update it." I tried to replace ME's browser plugin with the original version, and it works fine.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pkviet/obs-studio/issues/46#issuecomment-765944981, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACG2OT23EVTSYNJ3NCZ2GGLS3K5T7ANCNFSM4WNTXCIA .

pkviet commented 3 years ago

ok solved. I found out that during the packaging I shipped a wrong version of cef library (although I'm the main compiler for obs-studio of the lib). Thanks for the report. Will be fixed in next release. Closing.