uNetworking / uWebSockets

Simple, secure & standards compliant web server for the most demanding of applications
Apache License 2.0
17.24k stars 1.75k forks source link

Live Stream PubSub Notifications #1219

Closed cyrillicw closed 3 years ago

cyrillicw commented 3 years ago

Can I use the library in order to notify viewers of my live stream that the new video segment is ready for download?

ghost commented 3 years ago

No probably not. You probably want to send an email for that.

cyrillicw commented 3 years ago

@alexhultman Maybe I put it wrong. I have segments of live stream, each 1 second length. I have a p2p network in which these segments are shared. As soon as a new such segment is generated I want to notify all py peers that they can download it

Zentropivity commented 3 years ago

@cyrillicw Look: https://github.com/uNetworking/uWebSockets/issues/1048