-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need updated for 0.9.0 #21
Comments
You can use https://atmospherejs.com/lepozepo/streams in the meantime |
+1 |
Hey, I'm no longer maintaing this project. Arunoda Susiripala On Tue, Oct 14, 2014 at 5:18 PM, Mitar [email protected] wrote:
|
Damn, I'm not sure I'm skilled enough to maintain the project properly but the package that is up on atmosphere right now works as advertised as far as I have used it O_O. I am 100% ok with maintaining it to the best of my knowledge though ^_^ |
meteor add arunoda:streams |
That's weird, how come |
not sure, just read somewhere that if you want to use meteorite packges with meteor v.1 and above. just add username in front . |
what's up with this? I'd like to use this package in a project soonish. |
You can still install it using |
@arunoda I think a public announcement for maintainers is the best thing for this project. It looks like a great tool |
Any update on this issue? |
This is really great project I'm being using it does anybody knows if somebody is keeping maintaining this or have a fork? |
Hi @ncubica, I have a fork of this project that seems to work but I haven't reviewed the code in a while. Look for |
Also check out https://github.com/raix/Meteor-EventDDP. There's an open PR for server to server |
Shouldn't the inactive status be referenced on the project documentation website? Googling "meteor websockets" still lists http://arunoda.github.io/meteor-streams/ in the top results. |
+1 It's quite sad that this repo is not maintained anymore. Are there any better alternatives? I really like the blackboard app built on top of it, and the ebook still does not mention that this package is deprecated. |
I think the best would be to get this in the core: meteor/meteor#5645 |
@mitar Yes, definitely. But as long as this has not happened, I would love to see any alternative. |
I think the future is to replace Websockets with WebRTC and then we can have native support for data streams and this package would not really be needed anymore. I wrote those ideas here. |
Yes, I was thinking about this myself, because I am already using WebRTC for video transmission. The problem is that WebRTC is not supported in many browsers. I can use it, because my main target is mobile - and there I can use Cordova plugins for achieving this. But on the web, I am restricted to Chrome and Firefox at the moment. |
Yes, but I think the main mental shift is to see server simply as another WebRTC peer. Then everything becomes much simpler to think. :-) |
Yes, definitely! It would be great if this would be added. A peer-to-peer data channel would be awesome. May I ask which WebRTC backend service you are using at the moment in combination with Meteor? I am using OpenTok at the moment, since there was a Cordova plugin for it, but that plugin is unmaintained and rather buggy. I would also prefer a service that is not charging on a per-minute basis. Or did you set your servers up yourself? |
I tend to set up the servers myself. By I do not use WebRTC because I needed server-side MediaStream support which I have not found (at least not in an open source implementation). |
Ok, thanks. |
No description provided.
The text was updated successfully, but these errors were encountered: