Skip to content

How to implement Play within current architecture #31

@enicloom

Description

@enicloom

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions