You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the presetH216_169 camera capture option with the front camera in co-streaming mode, the video freezes. The issue also arises when the co-streamer moves the application to the background and then brings it back to the foreground. However, when switching to the h360_169 setting, the video streams seamlessly
SDK Version
Livekit: 1.1.2
Livekit: 1.1.1
Livekit: 1.1.0
iOS Version
iOS 17
iOS 16.5
Steps to Reproduce
Set up a co-streaming session using the presetH216_169 camera capture option for the front camera.
Start the co-stream.
Observe the freezing behavior of the video stream.
Move the co-streamer app to the background and then bring it back to the foreground.
Observe the video freezing behavior again.
Expected behavior
The video should stream seamlessly without any freezes when using presetH216_169 and when transitioning the app between the foreground and background
Screenshots
Code Snippet
lazy var roomOptions: RoomOptions = {
let cameraCaptureOptions = CameraCaptureOptions(position: .front, preferredFormat: nil, dimensions: VideoParameters.presetH216_169.dimensions, fps: VideoParameters.presetH216_169.encoding.maxFps)
let options = RoomOptions(defaultCameraCaptureOptions: cameraCaptureOptions, adaptiveStream: false, dynacast: false)
return options
}()
The text was updated successfully, but these errors were encountered:
@hiroshihorie When using the presetH216_169 camera capture option with the front camera in co-streaming mode, the video freezes. The issue also arises when the co-streamer moves the application to the background and then brings it back to the foreground. However, when switching to the h360_169 setting, the video streams seamlessly
lazy var roomOptions: RoomOptions = {
let cameraCaptureOptions = CameraCaptureOptions(position: .front, preferredFormat: nil, dimensions: VideoParameters.presetH216_169.dimensions, fps: VideoParameters.presetH216_169.encoding.maxFps)
let options = RoomOptions(defaultCameraCaptureOptions: cameraCaptureOptions, adaptiveStream: false, dynacast: false)
return options
}()
isandeepj
changed the title
Video Freezes in Co-streaming When Muting/Unmuting and Moving App to Background/Foreground
Co-streaming Video Freezes with presetH216_169 CameraCaptureOption for Front Camera and When Moving App to Background
Sep 22, 2023
Describe the bug
When using the presetH216_169 camera capture option with the front camera in co-streaming mode, the video freezes. The issue also arises when the co-streamer moves the application to the background and then brings it back to the foreground. However, when switching to the h360_169 setting, the video streams seamlessly
SDK Version
iOS Version
Steps to Reproduce
Expected behavior
The video should stream seamlessly without any freezes when using presetH216_169 and when transitioning the app between the foreground and background
Screenshots
Code Snippet
The text was updated successfully, but these errors were encountered: