szymski

Untitled

May 17th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. </head>
  6. <body>
  7.  
  8. <h1>Publisher</h1>
  9. <div style="width: 800px">
  10. <div id="player_id"></div>
  11. </div>
  12.  
  13. <script src="https://cdn.jsdelivr.net/npm/ovenlivekit@latest/dist/OvenLiveKit.min.js"></script>
  14.  
  15. <script>
  16. let ovenLivekit = OvenLiveKit.create();
  17.  
  18. // Get media stream from user device
  19. ovenLivekit.getUserMedia().then(function () {
  20.  
  21. // Got device stream and start streaming to OvenMediaEngine
  22. ovenLivekit.startStreaming('ws://n.szymekk.me:3333/app/stream?transport=tcp&direction=send');
  23. });
  24. </script>
  25.  
  26. </body>
  27. </html>
  28.  
Advertisement
Add Comment
Please, Sign In to add comment