Skip to content

Commit

Permalink
默认关闭only_audio模式,修复mk_media_start_send接口发送视频失败的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongziliang committed Nov 2, 2023
1 parent d8d7fe9 commit 83b432b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/MediaSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class MediaSourceEvent {
// rtp采用ps还是es方式
bool use_ps = true;
//发送es流时指定是否只发送纯音频流
bool only_audio = true;
bool only_audio = false;
//tcp被动方式
bool passive = false;
// rtp payload type
Expand Down

0 comments on commit 83b432b

Please sign in to comment.