1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

show signature of server.

This commit is contained in:
winlin 2016-01-04 17:28:18 +08:00
parent 973194c663
commit 9d22d09646
6 changed files with 78 additions and 16 deletions

View file

@ -228,9 +228,6 @@ void show_macro_features()
int main(int argc, char** argv)
{
int ret = ERROR_SUCCESS;
// first hello message.
srs_trace(RTMP_SIG_SRS_SERVER);
// TODO: support both little and big endian.
srs_assert(srs_is_little_endian());