This message was deleted.
# cloud
s
This message was deleted.
👀 1
m
cc @chilly-animal-65189
c
Thanks for testing with OBS. I do not have anything more to say than what is already in the other thread at this point
Which SDK are you using on the viewing side?
d
@quiet-address-2256 thanks for the detailed report. we'll discuss on our side and try to see what the problem might be. Question: if
bypass_transcoding: false
does not have sync issues, why not use that option?
q
I think it costs to have it on.
We’re using JS as the client.
c
What version?
q
Copy code
"@livekit/components-react": "^1.2.2",
"@livekit/components-styles": "^1.0.6",    
"livekit-client": "^1.13.4",
"mobx-react": "^9.0.1",
c
Thanks, we'll try to get as close at this setup as possible when trying to repro
d
@quiet-address-2256 that makes sense. As far as tradeoffs go, I think the main one with bypass transcoding today is not having simulcast. This is in the works though. (on the OBS side)
q
@fancy-author-2900 what is your thought?
f
I'm feeling discouraged about this right now. I was operating under the assumption that even if we never got audio/video sync with WHIP ingress, at least we could use RTMP, but realizing that that ingress is also not stable makes me feel like I just need to find another solution overall.
c
If RTMP is a solution you'd consider, why not WHIP with transcoding? RTMP will always transcode as well.
f
Yes, I tried whip with transcoding yesterday... audio/video sync problems.
right now as we speak I am sending WHIP to ingress
IN_KN2rwqSjGFdd
. This ingress should be set to
bypass_whip_transcoding => false
... The API does not seem to tell me when I list ingresses if that is set to
false
but I did set it up this way yesterday. My test right now is showing the audio maybe 1 second or 0.5 second behind the video
c
The --verbose option in list-ingress should give you the full ingress details
d
@fancy-author-2900 yeah, that doesn't have bypass_whip_transcoding enabled. (the CLI doesn't print columns if they match default values). You are able to consistently reproduce A/V sync issues with an OBS source?
c
We just released an ingress update that should improve A/V sync. We'd be interested to know if this improves things for you