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

How to implement Play within current architecture #31

Open
enicloom opened this issue Mar 22, 2019 · 0 comments
Open

How to implement Play within current architecture #31

enicloom opened this issue Mar 22, 2019 · 0 comments

Comments

@enicloom
Copy link

Great Go code first of all!

However, it is hard to implement Play within current code architecture. The server is basically setup to be a passive handler. For example, after a rtmp player sends out play command and gets back the play succeed response. It sits there and waits for server to send video and audio chunks. But in server_data_play_handler.go, it is still waiting for message send from client. How could we write a play function that fits nicely in current architecture?

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

1 participant