<div></div><script> var wbs = new WBS('div') // Element or selector to place the UI wbs.on('stream', function (stream) { // fired when user presses "Start Streaming" // stream is the MediaStream output }) wbs.on('stopstream', function () { // fired when the user presses "Stop Streaming" })</script>
I want to have a form that tells the stream here to stream to the Ant Media Server. https://github.com/t-mullen/Web-Broadcasting-Software This is the software, can someone help me? I just need to know what to tell it to send to the stream.
Question
FYI NATION
<div></div><script> var wbs = new WBS('div') // Element or selector to place the UI wbs.on('stream', function (stream) { // fired when user presses "Start Streaming" // stream is the MediaStream output }) wbs.on('stopstream', function () { // fired when the user presses "Stop Streaming" })</script>
Link to comment
Share on other sites
Top Posters For This Question
1
Popular Days
Nov 15
1
Top Posters For This Question
FYI NATION 1 post
Popular Days
Nov 15 2021
1 post
0 answers to this question
Recommended Posts