foxdog-studios / meteor-webrtc

WebRTC signalling for Meteor
Apache License 2.0
76 stars 17 forks source link

Streams are no longer under development & not in package.js? #7

Open RobertLowe opened 9 years ago

RobertLowe commented 9 years ago

https://github.com/arunoda/meteor-streams#development-status

Thoughts?

eldog commented 9 years ago

We moved it out of the package.js to allow for customising the streams creation (for instance we use our fork of the streams package as we need to specify a different connection as we have two separate apps for users and admins). This also allows you to setup the permissions on the streams too.

Maybe it would be possible to do the signalling via a collection and remove the dependency on streams, this may also allow it to be persisted.

Initially we chose to use streams as it was most similar to how other webrtc apps use websockets, making the initial implementation more straightfoward.

eldog commented 9 years ago

Update on this, looking at some of the new streaming packages, maybe https://github.com/YuukanOO/streamy would be better?

cesarve77 commented 8 years ago

+1

Ziyad33 commented 7 years ago

+1