Two questions
#1799
Replies: 1 comment 5 replies
-
|
2 => I think you should use videoSettings.bitRateMode = .constant. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using the RTMP part of the kit in order to have screen recording and RTMP push. Generally it works, but I have two issues.
the default
trimscale just transfers a part of the captured screen.letterboxworks great in portrait mode, but fails if the phone rotates. The rotation is captured, but after that the screen transported is displayed rotated by 90deg. What scaling would I have to apply in order to achieve landscape?If there is no movement the capturer does not produce frames. This makes the Mediamtx mediaserver decide to run into an idle timeout. Anything I can do here to keep at least a minimal transmission up?
Beta Was this translation helpful? Give feedback.
All reactions