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

for #133, add rtsp listener and handler.

This commit is contained in:
winlin 2015-02-15 21:28:31 +08:00
parent 78f34ad46f
commit e81e090239
10 changed files with 209 additions and 8 deletions

View file

@ -132,6 +132,12 @@ void show_macro_features()
srs_warn("check feature compile ffmpeg: off");
#endif
#ifdef SRS_AUTO_STREAM_CASTER
srs_trace("stream caster: on");
#else
srs_warn("stream caster: off");
#endif
#ifdef SRS_PERF_MERGED_READ
srs_trace("MR(merged-read): on, @see %s", RTMP_SIG_SRS_ISSUES(241));
#else