You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: