<div dir="ltr">This is not about erlang, but about rtmp, however I will try to help you.<div><br></div><div>RTMP is a badly multiplexed protocol that is badly designed for delivering more than one audio/video stream to client.</div><div>So you can send several audio-video streams to one flash player and it will play these videos like a mosaic.</div><div><br></div><div>This is in theory. In practice just forget about it, nobody is using it, you will not find any support for this in any modern flash players.</div><div>By saying "modern flash player" I mean only mobile players like Exoplayer, because in web browser flash is completely buried and you can just forget about flash player.</div><div><br></div><div><br></div><div>You take just one stream id and use the same stream id for all users.</div><div><br></div><div>Problem with RTMP is that it is impossible to prepare once and send the same data to many clients, you MUST prepare data for each client.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>