Open t-wheatley opened 5 years ago
@victorgrenke do you have any information or code examples for this?
try the example with 4 players on one page
https://streamedian.com/cabinet/downloads/example/players4 In archive HTML page. This page need to put to the folder with js player's file.
Is it possible to have multiple players active at the same time using the same socket? When I start up a second player, the original socket is closed and reopened which stops the first player.
Both players are connecting to the same server using 'ws://localhost:5445/ws/' but are streaming different URLs. The 'streamedian.videojs.min.js' is being used to create the players.