current-song2
current-song2 copied to clipboard
Not showing up in OBS?
The URL works fine in my browser but is just blank in OBS for some reason.
I've tried using different resolutions, messing with the browser source settings but nothing seems to fix it
Hmm, that's really weird. Are you using the latest OBS version? I tested it on the latest OBS version (29.1.3) on Windows 10.
If you got the time, could you try and inspect the browser source?
To do that, launch OBS (from its directory) with --remote-debugging-port=9222
(you can choose the port) - go to the location of obs64.exe
, open a terminal and run .\obs64.exe --remote-debugging-port=9222
.
In Chrome (or any Chromium browser), you can then go to chrome://inspect
, enable Discover network targets and add localhost:9222
to the targets.
After some time, you should see a page with the URL http://localhost:48457/
, there you can click inspect
and view the logs: