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:
parent
78f34ad46f
commit
e81e090239
10 changed files with 209 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue