We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, thank you for your work. Is it possible to set flashVer using this lib?
The text was updated successfully, but these errors were encountered:
srs_rtmp_set_connect_args
Sorry, something went wrong.
Sorry, it's not exposed yet:
srs_error_t SrsRtmpClient::connect_app(string app, string tcUrl, SrsRequest* r, bool dsu, SrsServerInfo* si) { srs_error_t err = srs_success; // Connect(vhost, app) if (true) { SrsConnectAppPacket* pkt = new SrsConnectAppPacket(); pkt->command_object->set("app", SrsAmf0Any::str(app.c_str())); pkt->command_object->set("flashVer", SrsAmf0Any::str("WIN 15,0,0,239"));
No branches or pull requests
Hi, thank you for your work.
Is it possible to set flashVer using this lib?
The text was updated successfully, but these errors were encountered: