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

Maintain a single png or tcp stream in client #46

Merged
merged 1 commit into from May 28, 2013

Commits on May 27, 2013

  1. Maintain a single png and tcp stream in client

    Introducing two new API calls: getPngStream() and getVideoStream().
    Multiple calls to these methods return the same objects. The underlying
    TcpVideoStream is the same and its lifecylce (connect/reconnect) is
    managed by the client.
    eschnou committed May 27, 2013
    1
    Copy the full SHA
    daf486d View commit details
    Browse the repository at this point in the history