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
Currently, if one plays the same channel on different tabs PS-ng creates two new streaming instances.
This is suboptimal as there is no need of further signalization and data transfer beyond one acquisition.
Streaming the second time a channel already streamed should result in just the doubling of the last-link toward Janus and WebRTC.
Ideally, this should be implemented at the de-chunkiser level.
The text was updated successfully, but these errors were encountered:
Currently, if one plays the same channel on different tabs PS-ng creates two new streaming instances.
This is suboptimal as there is no need of further signalization and data transfer beyond one acquisition.
Streaming the second time a channel already streamed should result in just the doubling of the last-link toward Janus and WebRTC.
Ideally, this should be implemented at the de-chunkiser level.
The text was updated successfully, but these errors were encountered: