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

Fix #2304, Remove Push RTSP feature. v4.0.171

This commit is contained in:
winlin 2021-10-10 11:50:07 +08:00
parent 9edf63bd30
commit 2fa5a0bee8
13 changed files with 5 additions and 1117 deletions

View file

@ -250,11 +250,6 @@ bool srs_stream_caster_is_udp(string caster)
return caster == "mpegts_over_udp";
}
bool srs_stream_caster_is_rtsp(string caster)
{
return caster == "rtsp";
}
bool srs_stream_caster_is_flv(string caster)
{
return caster == "flv";