Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

h264 issue #2583

Open
Hollymingyi opened this issue Mar 18, 2024 · 2 comments
Open

h264 issue #2583

Hollymingyi opened this issue Mar 18, 2024 · 2 comments

Comments

@Hollymingyi
Copy link

dear author,
can i add h264 fmtp like below in livekit source code? the problem is that when i added like that ,some video cannot show at the react demo "livekit-react-master" ,could u give me some advice to solve it ?
{
RTPCodecCapability: webrtc.RTPCodecCapability{MimeType: webrtc.MimeTypeH264, ClockRate: 90000, SDPFmtpLine: "level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42C016", RTCPFeedback: rtcpFeedback.Video},
PayloadType: 102,
},

@davidzhao
Copy link
Member

Is there a reason why you are adding that profile-level?

Does the browser you are targeting support that profile?

@Hollymingyi
Copy link
Author

hello zhao,
because i use that profile for volte call into livekit. then, yes,it did work when i add the 102 profile in livekit codecs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants