mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Merge branch 'srs.master'
This commit is contained in:
commit
a5d9d81150
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ int main(int argc, char** argv)
|
|||
printf("version: %d.%d.%d\n", srs_version_major(), srs_version_minor(), srs_version_revision());
|
||||
|
||||
srs_rtmp_t rtmp = srs_rtmp_create("rtmp://ossrs.net/live/livestream");
|
||||
srs_trace("create rtmp success");
|
||||
srs_lib_trace("create rtmp success");
|
||||
srs_rtmp_destroy(rtmp);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue