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

[Feature Request] In video codec options, add a "not encoded" option like rawvideo in FFmpeg #1271

Open
Gfrni opened this issue May 4, 2024 · 1 comment

Comments

@Gfrni
Copy link

Gfrni commented May 4, 2024

Problem:
When enough network bandwidth is available, there's no need for encoding/decoding steps.
The latency caused by these steps is not caused only by time-complexity, but also because encoding each n frames can be started after capturing all of them, logically. So the minimum possible latency cannot be zero even if the processor does it in 0 second.
Being able to transmit uncompressed video is the only feature which makes ffmpeg+ffplay for remote desktop, better than sunshine+moonlight.

Solution:
Add uncompressed (i.e. ffmpeg rawvideo format) to encoding options for moonlight/sunshine

@Gfrni Gfrni changed the title In video codec options, add a "not encoded" option like rawvideo in FFmpeg [Feature Request] In video codec options, add a "not encoded" option like rawvideo in FFmpeg May 5, 2024
@Gfrni
Copy link
Author

Gfrni commented May 5, 2024

I'm unsure if this request should be here or in sunshine repo

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

No branches or pull requests

1 participant