Resource icon

CLR Browser Source Plugin [OBS Classic ONLY]

TimeSlot

New Member
I've run into a problem trying to have CLR Browser output a flash video (its actually the stream itself from another computer). There is 2 problems, If I don't adjust the dimensions of the browser larger than the source, I get overflow bars and secondly the video constantly has the seekbar showing as if the mouse is hovering over the video. Is there anyway to fix these problems? More specifically the seekbar, since it takes up a good portion at the bottom of the screen.
 

dadswithoutkids

New Member
After installing the CLR browser plugin, my OBS window seems to resize. I've included a picture. You can see that the words and volume images are being clipped. What's going on here? It does this for both 64 and 32 bit.

6w2jbVD.png
 

Datacide

New Member
First of all, thanks for the plug-in and the wonderful broadcasting software.

I am using the CLR Browser source to load my buddy's stream on to my page, but I can't seem to mute his audio.

I've tried to read through all this topic the best I can and I've seen several people asking for volume controls and such, but I never saw a solution for how to mute the audio in the video you are using as a source.

I don't know anything about CSS but I imagine I can learn it somewhat and at least copy and paste some code.

My question is "is it possible to mute the audio in a CLR Brower Source by inserting some code in to the CSS tab of the configuration or via some other method?"

I'm using OBS x64 and the plug-in is working perfectly otherwise.

Thanks for your time!
 

josevill

New Member
Hi everyone, is there another link provided to download the plugin? I live in Venezuela, i'm currently trying to download it from its actual host and it looks like i'm not going to make it possible. Downrate from that place is terrible for me (2kb/s) and the download fails a bit after the first 50kbs downloaded.

Thank you in advance.
 

EhsanKia

New Member
Out of curiosity, how hard would it be to upgrade this project to the latest Chromium branch? It's currently on 37 and the latest stable is 41 or 42. I'd like to use some bleeding edge CSS3 features that aren't in 37.

I'm guessing it should be a fairly painless recompile unless something serious breaks in the interop.
 

Rory

New Member
When I click on plugins, the CLR Host plugin shows up, but I can't get the CLR Browser to pop up. I have tried it on both 64 and 32. I have .NET and both 2013 versions installed, but I'm still not getting anything. What's more, whenever I install them, my antivirus keeps making me restart the computer, and I have to delete the files because as soon as i restart it, i get that antivirus restart popup again. (Norton). I need help, please.
I have the same exact problem. Any solutions?
 

MarcAndrews

New Member
What about cookies and LocalStorage? From my tests, I know that cookies are cleared when OBS is closed, but what about LocalStorage? Is LocalStorage persistent, and if not, are there any plans to make LocalStorage and cookies persistent?
 
Last edited:

wolftoons39

New Member
Hey guys I have obs the 32 bit version. I installed the clr browser for 32 bit and did everything but the plugin is not showing up in obs. I pressed plugins on obs and went to the clrhostplugin and it says its an internal version. Please help I have no idea what this means.
 

CindTheSarkany

New Member
I was using this plug in perfectly fine but since installing my solid state drive the plug in will not work for me. I have followed all the steps and updated all my stuff but the plugin says Plugin Version: !INTERNAL VERSION!

I have tried to find every way to fix it and am now hitting a rock
 

magaman

New Member
I recently re-installed windows and now I'm having a hell of a time getting this to work. I never had an issue before. Required .NET and Visual C files installed. I'm running OBS 32-bit. When I install CLR 32-bit I get an error when OBS starts saying that the dll is for 64 bit. tried 64-bit in OBS 64 bit, it says 32 bit dll. I reverse the plugins same error.
 

Edgar Leon

New Member
Hello everyone,
I need your help guys to define a solution of the next problem:
I'm trying to show a gif+sound on my stream, behind o my camera image.
For this, I develop a html+javascript code showed below:
<!DOCTYPE html>
<head>
<title>Documento sin t&iacute;tulo</title>
<script language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" language="javascript">
function mostrar(){
$('#fondoTransparente').hide();
$('#contenedorGeneral').show();
document.getElementById('audio').play();
}

function temporizador(){
window.setTimeout("mostrar()",3000);
}

$(document).ready(function(){
mostrar();
});

function esconder(){
$('#contenedorGeneral').hide();
$('#fondoTransparente').show();
temporizador();
}
</script>

</head>
<body>
<div id="contenedorGeneral">
<img src="flamas2 - copia.gif">
<audio id="audio" onended="esconder();">
<source src="sonido de fuego.mp3" type="audio/mpeg">
</audio>
</div>
<div id="fondoTransparente">
<img src="Sin título.png">
</div>
</body>
</html>
As you can see, the idea is show and hide the gif+audio objects in a cycle, but when the first cycle is done (show and hide the gif+audio), the sound is not reproduced at the next cycle and, as the audio tag have an "onended" event associed, the gif is don't hidded again and the objective fail.

The code is correct because it is working well in all browsers. I think it is a compatibility problem with CLR plugin.

Anybody can help me with this situation? Thanks in advance guys!!!
 

VideoRankNoob

New Member
My issue is that I CLR Browser is not showing as an option to add for OBS 0.9.0
I tried it on the .6 something beta but that version doesn't work with my capture device.
I ran the updates and I put the pluggin in the C:\Program Files\OBS\plugins
I also tried with the 32 bit version of the pluggin just for kicks.
I've done restarts(of my PC, just to be sure) after most changes.

I will post a log if someone wants but I don't see anything about the CLR pluggin even in the log so i don't think OBS is detecting it in the first place
 

Grips_CZ

New Member
Hello,
I have such a problem.
frowning.png

I did step by step on YT. When i turn on OBS, browser is there, but when i want to add new source window enable me rename source and after that should become, that showes configuration window. But.. Become nothing. I´ve tried everything what i could, but no reason.
Can you someone tell me what can I to do?
 

VideoRankNoob

New Member
@dodgepng, does the mp plugin work with windows 7?


I read the the thread for that app, and Osiris says it should work with Windows. I'll install later tonight and let you know.

thanks for the assist.
 

Fitzback

New Member
Hi everybody,

So here is my problem, i installed CLRBrowers and i see it on my OBS when i right click and Add , but when i add it , it doesn't appear on my sources ? Can anyone tell me why ?
 

Bluedrake42

New Member
Please add in an option to auto-refresh a page every X seconds. I'm trying to overlay my Patreon donations but I need the page to refresh every X seconds for it to stay updated. I've tried to put in a "refresh" string in the intercept section, but it seems like the intercept template is broken... every time I enable it it just becomes a blank screen.

If anyone can help me get this plugin to auto-refresh every X seconds that would be insanely wonderful, been tearing my hair out for the past 12 hours trying to get this to work. It captures the website just fine, just need it to update the page...
 
Top