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
Replace NXJSON for LICENSE issue: https://github.com/ossrs/srs/wiki/LicenseMixing#nxjson
The text was updated successfully, but these errors were encountered:
BSD: https://github.com/udp/json-parser MIT: https://github.com/DaveGamble/cJSON MIT: https://github.com/akheron/jansson GPLv2+MPL+BSD: https://github.com/ossrs/state-threads#license
Sorry, something went wrong.
The jansson doesn't support single file. cJSON is not sure to work with C++. Seems json-parser is fine.
Update the research/api-server/server.py, response an object:
research/api-server/server.py
{ "code": 0, "data": null }
SRS http hooks also support a single code:int response, which is SRS1 style.
code:int
Replace NXJSON which use LGPL.
Fix #904, replace NXJSON(LGPL) with json-parser(BSD). 3.0.23
54411e0
Fixed
winlinvip
No branches or pull requests
Replace NXJSON for LICENSE issue: https://github.com/ossrs/srs/wiki/LicenseMixing#nxjson
The text was updated successfully, but these errors were encountered: