![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player
This plugin adds peer-to-peer powers for HTTP Live Streaming (HLS) transmissions on Clappr Player.
Visit BemTV with a modern browser and try it by yourself.
<head>
<script src="http://cdn.clappr.io/bemtv/latest/p2phls.min.js"></script>
<script src="http://cdn.clappr.io/bemtv/latest/p2phlsstats.min.js"></script>
</head>
<body>
<div id="player-wrapper"></div>
<script>
var playerElement = document.getElementById("player-wrapper");
var player = new Clappr.Player({
source: 'http://cdn.bem.tv/stream/soccer5/playlist.m3u8',
plugins: { playback: [P2PHLS], container: [P2PHLSStats] },
poster: "http://cdn2.theinertia.com/wp-content/uploads/2012/05/Medina-Final.jpg",
watermark: "http://bem.tv/assets/watermark3.png"
});
player.attachTo(playerElement);
</script>
</body>
Post your question at our Google Groups discussion list: https://groups.google.com/d/forum/bemtv
If you'd like to support the development of this project, consider make a donation.
Flávio Ribeiro (flavio@bem.tv)
FAQs
BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player
The npm package p2phls receives a total of 8 weekly downloads. As such, p2phls popularity was classified as not popular.
We found that p2phls demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.