mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
默认关闭only_audio模式,修复mk_media_start_send接口发送视频失败的bug
This commit is contained in:
parent
d8d7fe9144
commit
83b432b980
@ -99,7 +99,7 @@ public:
|
|||||||
// rtp采用ps还是es方式
|
// rtp采用ps还是es方式
|
||||||
bool use_ps = true;
|
bool use_ps = true;
|
||||||
//发送es流时指定是否只发送纯音频流
|
//发送es流时指定是否只发送纯音频流
|
||||||
bool only_audio = true;
|
bool only_audio = false;
|
||||||
//tcp被动方式
|
//tcp被动方式
|
||||||
bool passive = false;
|
bool passive = false;
|
||||||
// rtp payload type
|
// rtp payload type
|
||||||
|
Loading…
Reference in New Issue
Block a user