-
Notifications
You must be signed in to change notification settings - Fork 107
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
Why my rtp video track published to livekit by server-sdk-go is not display on flutter #81
Comments
which platform are you testing with for Flutter? It's probably due to the profile used for H.264. WebRTC spec only supports constrained baseline; While some browsers may render other profiles fine, mobile devices can be very limiting when it comes to decoding support. Ensure your H.264 video is encoded like this |
thx,flutter for web edge ,i use h264 profile is 77 (main) not 66 baseline, let me try baseline |
always only audio play ,not video play,i set config my device h264 encode profile to baseline
|
what do the client logs say? can you check chrome://webrtc-internals to see if the track exists? |
yes the track exists ,but not frame received ,the audio track is ok |
Unfortunately, we aren't able to reproduce this. Are you able to give us a small example that could reproduce this? Ideally with our flutter example app. |
I use server-sdk-go create room and publish rtp track ,some h264 video can display ,but some h264 rtp packets not display on flutter sdk, use my js code run on web is ok,how can i debug? some config i mistake ?
follow is livekit debug info,
"participant": "kvs:50:9a:4c:3c:2d:b5"
"participant": "obstest:50:9a:4c:3c:2d:b5" is obs rtmp covert to webrtc all is ok
this is my published code:
this is write rtp data:
The text was updated successfully, but these errors were encountered: