mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rtc publish release
This commit is contained in:
parent
775065175a
commit
8dc0746e2d
10 changed files with 146 additions and 44 deletions
|
@ -87,6 +87,15 @@ public:
|
|||
srs_error_t parse(SrsRtpSharedPacket* rtp_pkt);
|
||||
};
|
||||
|
||||
class SrsRtpOpusDemuxer
|
||||
{
|
||||
public:
|
||||
SrsRtpOpusDemuxer();
|
||||
virtual ~SrsRtpOpusDemuxer();
|
||||
public:
|
||||
srs_error_t parse(SrsRtpSharedPacket* rtp_pkt);
|
||||
};
|
||||
|
||||
class SrsRtc
|
||||
{
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue