forked from ajaxjiang96/OpenParsec
-
Notifications
You must be signed in to change notification settings - Fork 1
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
ZaxLofful
wants to merge
18
commits into
ZaxLofful:waldo
Choose a base branch
from
xiaoxuhuanxiang:main
base: waldo
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
…necting the controller
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.