Replies: 1 comment
-
I think this is a MDN article is great start: https://developer.mozilla.org/en-US/docs/Web/Media/Formats/WebRTC_codecs
Supported codecs depend on the browser in use, the version, sometimes to operating system. Some have license restrictions.
Also, see https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints for options when getting user media (`sampleRate`, `frameRate`, `width/height`).
PeerJS will probably provide some presets in the future, but there’s no recommendation for now.
EDIT: If you found the right settings for max quality, please post it here for future reference! I’ll add them to the documentation.
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
What options or params can I pass to increase video quality? All the peers are on the same LAN and so bandwidth is no issue, and I hope to boost the quality to the max possible.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions