THIS PLUGIN IS OUTDATED, USE THIS INSTEAD:
https://obsproject.com/forum/resources/clr-browser-source-plugin.22/
Browser Source Plugin:
Download latest version
Documentation
Source
This is a plugin that allows you to render websites (with video/animation) as a video source. All the rendering is done in memory so there is no screen scraping or offscreen windows.
If you have any questions, comments or feature requests please let me know!
Example of two browsers being rendering in one scene:
If you want to try out the movie example copy these settings and uncheck asset wrapping:
Here are some examples you can try out:
Animated image slide show:
http://www.twitch.tv/faruton/b/393754418
http://catchexception.org/examples/swf- ... xample.zip
Animated text read from a file:
http://www.twitch.tv/faruton/b/393372910
http://catchexception.org/examples/swf-text-example.zip
Html5 example:
http://catchexception.org/examples/html5-example.html
Javascript to load text from a file every 500ms example:
http://catchexception.org/examples/js-text-example.zip
https://obsproject.com/forum/resources/clr-browser-source-plugin.22/
Browser Source Plugin:
Download latest version
Documentation
Source
This is a plugin that allows you to render websites (with video/animation) as a video source. All the rendering is done in memory so there is no screen scraping or offscreen windows.
If you have any questions, comments or feature requests please let me know!
Example of two browsers being rendering in one scene:
If you want to try out the movie example copy these settings and uncheck asset wrapping:
Code:
asset://local/plugins/BrowserSourcePlugin/movie.html
1000
600
::-webkit-scrollbar { visibility: hidden; }
body { background-color: rgba(0, 0, 0, 0); }
Here are some examples you can try out:
Animated image slide show:
http://www.twitch.tv/faruton/b/393754418
http://catchexception.org/examples/swf- ... xample.zip
Animated text read from a file:
http://www.twitch.tv/faruton/b/393372910
http://catchexception.org/examples/swf-text-example.zip
Html5 example:
http://catchexception.org/examples/html5-example.html
Javascript to load text from a file every 500ms example:
http://catchexception.org/examples/js-text-example.zip
Last edited by a moderator: