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

multiple streams are not supported #3

Closed
anton-nikolaev opened this issue Jun 10, 2014 · 11 comments
Closed

multiple streams are not supported #3

anton-nikolaev opened this issue Jun 10, 2014 · 11 comments

Comments

@anton-nikolaev
Copy link

Could you please explain why multiple streams are not supported? README said, that "you can push only one stream at a time". Does it mean, that we cant publish more than one RTMP live stream at a time? Thanks.

@iizukanao
Copy link
Owner

This is simply because single stream suffices for me originally. Sorry, you can't publish multiple streams currently, but I would like to support that in a future version.

@zweigraf
Copy link

Do you have an idea what would need to change for this feature?
I'm looking through server.coffee and it seems many functions are implemented on an per-app-level where actually they should be implemented on a per-client-level. Is this correct? Would it suffice to bring onReceiveBuffer etc. into a Client-class maybe?

I'm excited that there is a working implementation in node.js for RTMP. I would love to help make this fully-featured but I'm not that skilled in video encoding.

@iizukanao
Copy link
Owner

@zweigraf Yes, you are correct! Audio/video buffers should be held for each stream which is being published.

@the-eater
Copy link

As this issue is already open for 8 months, is there being worked on this issue?

@zweigraf
Copy link

I know I am not working on this issue, but I would love to get this feature working. Maybe I can take another look at it.

@iizukanao
Copy link
Owner

@zweigraf I'll take it on. You don't need to work on this feature. It requires fair amount of work, since the codebase is really complicated.

@the-eater
Copy link

When do you expect this to be done? if I may ask so

@iizukanao
Copy link
Owner

@Eaterofcode I can't say exact date, but I hope it will be done in the coming weeks.

@virtualfunction
Copy link

Also massively in favour of this... Keeping an eye on this as I'd like to move away from red5 (largely because my animosity towards Java)

@iizukanao
Copy link
Owner

Multi-stream support has landed on master.

@the-eater
Copy link

Great job! Will look into creating an API this week hopefully then :)

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

5 participants