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

RTSP: Show engine and alloc ports

This commit is contained in:
winlin 2020-06-03 09:16:11 +08:00
parent 8ca793593d
commit 8e519cedae
2 changed files with 4 additions and 2 deletions

View file

@ -173,6 +173,7 @@ private:
class SrsRtspCaster : public ISrsTcpHandler
{
private:
std::string engine;
std::string output;
int local_port_min;
int local_port_max;