Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently we use channelId_streamId as the stream key, but if we start the first client, and finish the streaming, then we start the second client, error happens because of duplicated stream key. Because the channel id of the second client is same as the first client, and streamId is both 0, so duplicated stream key happens. So we can use clientid_streamid as the stream key, to achieve this, we need put clientid in DataStreamPacketImpl
final StreamMap.Key key = new StreamMap.Key(ctx.channel().id(), request.getStreamId());
Attachments
Issue Links
- links to