mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the spaces, no TABS
This commit is contained in:
parent
750f4413c8
commit
1ed5118246
12 changed files with 198 additions and 198 deletions
|
@ -64,17 +64,17 @@ class SrsKafkaProducer;
|
|||
enum SrsListenerType
|
||||
{
|
||||
// RTMP client,
|
||||
SrsListenerRtmpStream = 0,
|
||||
SrsListenerRtmpStream = 0,
|
||||
// HTTP api,
|
||||
SrsListenerHttpApi = 1,
|
||||
SrsListenerHttpApi = 1,
|
||||
// HTTP stream, HDS/HLS/DASH
|
||||
SrsListenerHttpStream = 2,
|
||||
SrsListenerHttpStream = 2,
|
||||
// UDP stream, MPEG-TS over udp.
|
||||
SrsListenerMpegTsOverUdp = 3,
|
||||
SrsListenerMpegTsOverUdp = 3,
|
||||
// TCP stream, RTSP stream.
|
||||
SrsListenerRtsp = 4,
|
||||
SrsListenerRtsp = 4,
|
||||
// TCP stream, FLV stream over HTTP.
|
||||
SrsListenerFlv = 5,
|
||||
SrsListenerFlv = 5,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue