Git Product home page Git Product logo

Comments (10)

SteveMac555 avatar SteveMac555 commented on July 20, 2024

I've just noticed that it does check for portrait landscape etc. but it doesn't work on the devices I've tested. Pixel 7, Pixel 6 Pro, ASUS ROG, So it always broadcasts in landscape.

The rotation degrees passed into isPortrait is always 0, regardless of the device orientation. I've tried manually returning 'true' and that does fix the output video size, but the actual video data inside is wrong size/maybe aspect so not sure where else to alter?

Is it possible to check whether we're in portrait/landscape by doing device portrait = width > height

Thank you.

from streampack.

ThibaultBee avatar ThibaultBee commented on July 20, 2024

Hi,

I am not sure to fully understand the whole issue. Could make screenshot of what the stream looks like and what you expect.
Could you also point where you have read rotation degrees?

There has been changed on the management on the orientation on the main branch. Could you test it with the screenrecorder sample?

from streampack.

SteveMac555 avatar SteveMac555 commented on July 20, 2024

Hi,

I've attached a screenshot from OBS receiving the SRT feed here: https://imgur.com/a/HhYi9dc - It shows the video being received in 1920x1080 with the phone centered and scaled in the middle. As I am in portrait mode, I was expecting to receive a portrait resolution of the phone. (Like this, https://imgur.com/a/Afmmw9e) as it does with Larix Screencaster and other screencasting apps.

This is from the main branch, screenrecorder demo from a couple of days ago. I will double check where I was reading the orientation as I know there were a few places, but isPortrait was always returning false as I recall.

Thanks

from streampack.

ThibaultBee avatar ThibaultBee commented on July 20, 2024

Hmm, might be here: https://github.com/ThibaultBee/StreamPack/blob/3a9af52fd6f34c2dac308ece85a2a38c6d64760e/core/src/main/java/io/github/thibaultbee/streampack/streamers/bases/BaseScreenRecorderStreamer.kt#L50C15-L50C15

Instead of FixedOrientationProvider(orientation = 0), you could try to use DeviceOrientationProvider()

from streampack.

SteveMac555 avatar SteveMac555 commented on July 20, 2024

Hello,

Thank you - I can confirm that changing that has resized the output and I am receiving it in the correct size/orientation. However the image that is captured inside is not scaled properly - Image here: https://imgur.com/a/vovZArx

EDIT: I could be way off, but as its now a rotated resolution, could that problem in the image above be related to the FullFrameRect FULL_RECTANGLE_COORDS / FULL_RECTANGLE_TEX_COORDS as the positions would have changed?

Thanks

from streampack.

ThibaultBee avatar ThibaultBee commented on July 20, 2024

Hello,

Could you try to invert setDefaultBufferSize in VideoMediaCodecEncoder?

from streampack.

SteveMac555 avatar SteveMac555 commented on July 20, 2024

Hi,

Almost there! Inverting the values of setDefaultBufferSize() produced this, correct width, half height, with the bottom half cut off.

https://imgur.com/a/gfmYL5A

This was with: setDefaultBufferSize(minOf(height, width),maxOf(height, width))

from streampack.

SteveMac555 avatar SteveMac555 commented on July 20, 2024

Not sure if it's the right way to do it, but flipping the start resolution and adding an option of: Size(1080, 1920), has done the trick! - Plus the two changes you mentioned above. Thank you!

from streampack.

ThibaultBee avatar ThibaultBee commented on July 20, 2024

Hi,
I reworked how the orientation works. Could you check screen recording in portraint in the main branch?

from streampack.

ThibaultBee avatar ThibaultBee commented on July 20, 2024

Released in 2.6.0.
Please reopen the issue if it is not fixed.

from streampack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.