mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 19:58:10 +08:00
添加FFmpeg拉流功能
This commit is contained in:
21
server/WebApi.h
Normal file
21
server/WebApi.h
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// Created by xzl on 2019-06-06.
|
||||
//
|
||||
|
||||
#ifndef ZLMEDIAKIT_WEBAPI_H
|
||||
#define ZLMEDIAKIT_WEBAPI_H
|
||||
|
||||
namespace mediakit {
|
||||
////////////RTSP服务器配置///////////
|
||||
namespace Rtsp {
|
||||
extern const char kPort[];
|
||||
} //namespace Rtsp
|
||||
|
||||
////////////RTMP服务器配置///////////
|
||||
namespace Rtmp {
|
||||
extern const char kPort[];
|
||||
} //namespace RTMP
|
||||
} // namespace mediakit
|
||||
|
||||
|
||||
#endif //ZLMEDIAKIT_WEBAPI_H
|
||||
Reference in New Issue
Block a user