mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
[feat] use encode thread to encode frame
This commit is contained in:
@@ -53,7 +53,7 @@ class VideoChannelSend {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int SendVideo(std::shared_ptr<EncodedFrame> encoded_frame);
|
||||
int SendVideo(const EncodedFrame& encoded_frame);
|
||||
|
||||
void OnReceiverReport(const ReceiverReport& receiver_report) {
|
||||
if (rtp_video_sender_) {
|
||||
|
||||
Reference in New Issue
Block a user