mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #3174: WebRTC: Support Unity to publish or play stream. v4.0.264
This commit is contained in:
parent
8ac8ae1c2e
commit
aea2bfbaf9
7 changed files with 31 additions and 13 deletions
|
@ -357,13 +357,7 @@ public:
|
|||
class SrsVideoPayload : public SrsCodecPayload
|
||||
{
|
||||
public:
|
||||
struct H264SpecificParameter
|
||||
{
|
||||
std::string profile_level_id;
|
||||
std::string packetization_mode;
|
||||
std::string level_asymmerty_allow;
|
||||
};
|
||||
H264SpecificParameter h264_param_;
|
||||
H264SpecificParam h264_param_;
|
||||
|
||||
public:
|
||||
SrsVideoPayload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue