Easily create galleries and HTML5 inline media player. Makes it easy to share embed links to your digital asset. Copy a few lines of Embed snippet code directly in your own external website to embed media resources such as; audio, images and videos.
Includes a HLS HTML5 Streaming media player that supports forward\backward navigation with Album Art and pop up Metadata info button
Turn on and off asset access in the back end with the Public field custom actions.
Add the following code just before the </body> end tag.
<script id="ob-stream-script">
obstream = {};
obstream.url = "https://ob.example.com"
obstream.itemSortBy = "title";
obstream.itemSortDir = "asc";
obstream.itemDisplay = "title";
var newScript = document.createElement("script");
newScript.defer = true;
newScript.src = "https://ob.example.com/tools/stream/stream.js?v="+Date.now();
var thisScript = document.getElementById('ob-stream-script');
thisScript.parentNode.insertBefore(newScript, thisScript);
</script>
Update obstream.url and newScript.src to point to your OpenBroadcaster installation.
Options
Find a bug? Want to request a feature? Submit your issue to OBServer or OBPlayer
Have some Gstreamer, PHP or Python coding skills? Help Contribute and Sponsor to make the OpenBroadcaster community even better
We really appreciate your feedback!