Skip to content
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

Closed
ryw opened this issue Aug 26, 2014 · 25 comments
Closed

Need updated for 0.9.0 #21

ryw opened this issue Aug 26, 2014 · 25 comments

Comments

@ryw
Copy link

ryw commented Aug 26, 2014

No description provided.

@Lepozepo
Copy link

You can use https://atmospherejs.com/lepozepo/streams in the meantime

@mitar
Copy link

mitar commented Oct 14, 2014

+1

@arunoda
Copy link
Owner

arunoda commented Oct 14, 2014

Hey,

I'm no longer maintaing this project.
If anyone of you need to maintain, let me know. I'll give access to the
repo.
(or I'll make an public announcement whatever suites)


Arunoda Susiripala
I curate Meteor Weekly - Check it out!
http://meteorhacks.com/meteor-weekly/?utm_source=email-footer&utm_medium=email&utm_campaign=meteorweekly

On Tue, Oct 14, 2014 at 5:18 PM, Mitar [email protected] wrote:

+1


Reply to this email directly or view it on GitHub
#21 (comment)
.

@mitar
Copy link

mitar commented Oct 14, 2014

@Lepozepo?

@Lepozepo
Copy link

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 ^_^

@arunoda arunoda mentioned this issue Oct 27, 2014
@ghost
Copy link

ghost commented Nov 20, 2014

meteor add arunoda:streams

@rclai
Copy link

rclai commented Nov 22, 2014

That's weird, how come arunoda:streams is not in AtmostphereJS.com?

@ghost
Copy link

ghost commented Nov 22, 2014

not sure, just read somewhere that if you want to use meteorite packges with meteor v.1 and above. just add username in front .

@matteodem
Copy link
Contributor

what's up with this? I'd like to use this package in a project soonish.

@rclai
Copy link

rclai commented Nov 22, 2014

You can still install it using meteor add arunoda:streams, I was saying it was weird it wasn't on Atmosphere. It does work fine in 1.0.

@rhyslbw
Copy link

rhyslbw commented Jan 20, 2015

@arunoda I think a public announcement for maintainers is the best thing for this project. It looks like a great tool

@alexzaporozhets
Copy link

Any update on this issue?

@ncubica
Copy link

ncubica commented Jun 26, 2015

This is really great project I'm being using it does anybody knows if somebody is keeping maintaining this or have a fork?

@Lepozepo
Copy link

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 lepozepo:streams in atmosphere. ^_^ If there are any issues let me know and I'll try to get to them as soon as I get a chance.

@rhyslbw
Copy link

rhyslbw commented Jun 27, 2015

Also check out https://github.com/raix/Meteor-EventDDP. There's an open PR for server to server

@cguinnup
Copy link

cguinnup commented Dec 4, 2015

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.

@derwaldgeist
Copy link

+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.

@mitar
Copy link

mitar commented Dec 7, 2015

I think the best would be to get this in the core: meteor/meteor#5645

@derwaldgeist
Copy link

@mitar Yes, definitely. But as long as this has not happened, I would love to see any alternative.

@mitar
Copy link

mitar commented Dec 10, 2015

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.

@derwaldgeist
Copy link

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.

@mitar
Copy link

mitar commented Dec 10, 2015

Yes, but I think the main mental shift is to see server simply as another WebRTC peer. Then everything becomes much simpler to think. :-)

@derwaldgeist
Copy link

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?

@mitar
Copy link

mitar commented Dec 10, 2015

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).

@derwaldgeist
Copy link

Ok, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests