We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd8a18 commit 6e8f3d6Copy full SHA for 6e8f3d6
index.html
@@ -48,7 +48,6 @@ <h1>WebRTMP-Demo</h1><br>
48
49
const output = document.getElementById("output");
50
51
-
52
const rtmp_player = webrtmpjs.createWebRTMP();
53
54
rtmp_player.attachMediaElement(output);
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webrtmp",
3
- "version": "1.0.0",
+ "version": "0.1.0-beta",
4
"description": "",
5
"private": true,
6
"author": "Michael Balen",
0 commit comments