elixir-webrtc / apps

Example apps built on top of Elixir WebRTC
Apache License 2.0
41 stars 4 forks source link

[Broadcaster] Add support for multiple inputs #54

Closed sgfn closed 1 week ago

sgfn commented 1 week ago

Alternatively, use publishers and subscribers

will go with that, don't see how a single Event would be supposed to work in this context

mickel8 commented 1 week ago

will go with that, don't see how a single Event would be supposed to work in this context

I would use single Event as top entity to e.g. name a div or to name a channel e.g. EventChannel where we have stream_added/publisher_added

sgfn commented 1 week ago

will go with that, don't see how a single Event would be supposed to work in this context

I would use single Event as top entity to e.g. name a div or to name a channel e.g. EventChannel where we have stream_added/publisher_added

Yeah, I understand, but I just don't see it working. When I hear Event, I'm thinking about points in time when something happens/notifications of some sort. Not one huge "stream event"

Surely there must be a better term