Skip to content
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

try to use metal #8

Open
wants to merge 18 commits into
base: waldo
Choose a base branch
from
Open

try to use metal #8

wants to merge 18 commits into from

Conversation

ZaxLofful
Copy link
Owner

No description provided.

xiaoxuhuanxiang and others added 18 commits October 20, 2023 00:39
       eliminate the latency of sound.
    2. Improve the performance of video, it is not fluent when you turn
       around camera in a 3A game fastly, which is much worse than my Android
       phone(iPhone 12PM vs Motorla edge S30). And after the improvement, I
       think my iPhone12PM is much better than my Android phone.
    3. Add game controler support, tested with Dualshock5. But only one
       controller is supported so far, because I don't need more. The question
       is that you must open the OpenParsec app first, and then connect to
       the joystick, or it will not work. I don't know whether it supports
       other kind of game controller, and I guess it will work, assuming
       that your game controller does connect to your iPhone/iPad normally.
    4. Add the H265 support, also there is a toggle button, when you touch
       the parsec icon.
    5. Use the safe area, it can play bigger than before, especially when
       the host has a 2778*1284(for my iPhone 12PM) resolution, the iPhone
       12PM can run full screen.
    6. Add the decode latency, encode latency, network latency, the video
       bitrate, the stream format, the resolution, the decode method
       (eg. software or hardware) info, just like the windows and android
       client, when you touch the icon, it will appear on the top of screen.
       And it only updates every one second, because I really worried about
       the efficiency.
- Fixed parts of overlay going off-screen upon opening the menu
- Don't check mute during poll (inefficient)
- Renamed ViewController to GamepadViewController
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants