mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
WebRTC: Support config, listener and SDP for TCP transport.
This commit is contained in:
parent
424713a31d
commit
770d959148
14 changed files with 767 additions and 386 deletions
|
@ -56,6 +56,8 @@ enum SrsListenerType
|
|||
SrsListenerHttpsApi = 8,
|
||||
// HTTPS stream,
|
||||
SrsListenerHttpsStream = 9,
|
||||
// WebRTC over TCP,
|
||||
SrsListenerTcp = 10,
|
||||
};
|
||||
|
||||
// A common tcp listener, for RTMP/HTTP server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue