Skip to content

Commit 93377f9

Browse files
committed
Fix H265 FMTP issue with kvsWebrtcClientViewer
Fix H265 FMTP issue with kvsWebrtcClientViewer
1 parent cf817bc commit 93377f9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/source/PeerConnection/SessionDescription.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,8 @@ extern "C" {
5151
#define DEFAULT_PAYLOAD_MULAW_STR (PCHAR) "0"
5252
#define DEFAULT_PAYLOAD_ALAW_STR (PCHAR) "8"
5353

54-
#define DEFAULT_H264_FMTP (PCHAR) "level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f"
55-
#define DEFAULT_H265_FMTP \
56-
(PCHAR) "profile-space=0;profile-id=0;tier-flag=0;level-id=0;interop-constraints=000000000000;sprop-vps=QAEMAf//" \
57-
"AIAAAAMAAAMAAAMAAAMAALUCQA==;sprop-sps=QgEBAIAAAAMAAAMAAAMAAAMAAKACgIAtH+W1kkbQzkkktySqSfKSyA==;sprop-pps=RAHBpVgeSA=="
54+
#define DEFAULT_H264_FMTP (PCHAR) "level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f"
55+
#define DEFAULT_H265_FMTP (PCHAR) "level-id=93;profile-id=1"
5856
#define DEFAULT_OPUS_FMTP (PCHAR) "minptime=10;useinbandfec=1"
5957
#define H264_PROFILE_42E01F 0x42e01f
6058
// profile-level-id:

0 commit comments

Comments
 (0)