mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Merge package AV
This commit is contained in:
parent
690c64e046
commit
5bd2812405
2 changed files with 13 additions and 37 deletions
|
@ -242,8 +242,6 @@ public:
|
|||
private:
|
||||
srs_error_t send_messages(SrsRtcSource* source, const std::vector<SrsRtpPacket2*>& pkts, SrsRtcOutgoingInfo& info);
|
||||
srs_error_t messages_to_packets(SrsRtcSource* source, const std::vector<SrsRtpPacket2*>& pkts, SrsRtcOutgoingInfo& info);
|
||||
srs_error_t package_opus(SrsRtpPacket2* pkt);
|
||||
srs_error_t package_video(SrsRtpPacket2* pkt);
|
||||
srs_error_t send_packets(const std::vector<SrsRtpPacket2*>& pkts, SrsRtcOutgoingInfo& info);
|
||||
srs_error_t send_packets_gso(const std::vector<SrsRtpPacket2*>& pkts, SrsRtcOutgoingInfo& info);
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue