mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
README update
This commit is contained in:
11
README.html
11
README.html
@@ -1041,12 +1041,15 @@ image resolution changes, e.g., when the iOS client is rotated between
|
|||||||
portrait and landcape modes: this was a GStreamer issue that is
|
portrait and landcape modes: this was a GStreamer issue that is
|
||||||
apparently now fixed (a workaround is to use d3d11).</em></p>
|
apparently now fixed (a workaround is to use d3d11).</em></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>With Direct3D 11.0 or greater, various options can be set using
|
<li>On Windows, with Direct3D 11.0 or greater, various options can be
|
||||||
e.g. <code>-vs "d3d11videosink <options>"</code> (see the
|
set using e.g. <code>-vs "d3d11videosink <options>"</code> (see
|
||||||
gstreamer videosink documentation for these videosinks). For
|
the gstreamer videosink documentation for these videosinks). For
|
||||||
convenience, if no <code><options></code> are set, the option to
|
convenience, if no <code><options></code> are set, the option to
|
||||||
toggle in and out of fullscreen mode with the Alt-Enter key combination
|
toggle in and out of fullscreen mode with the Alt-Enter key combination
|
||||||
is added.</li>
|
is added. <strong>It is recommended that Windows users add a line
|
||||||
|
<code>-vs d3d12videosink</code> in their UxPlay startup file, to get
|
||||||
|
this toggle option (autovideosink will usually select d3d12videosink,
|
||||||
|
but will not provide the toggle option</strong>).</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>The executable uxplay.exe can also be run without the MSYS2
|
<p>The executable uxplay.exe can also be run without the MSYS2
|
||||||
environment, in the Windows Terminal, with
|
environment, in the Windows Terminal, with
|
||||||
|
|||||||
@@ -1032,11 +1032,15 @@ on certain older Nvidia cards when the image resolution changes, e.g., when the
|
|||||||
is rotated between portrait and landcape modes: this was a GStreamer issue
|
is rotated between portrait and landcape modes: this was a GStreamer issue
|
||||||
that is apparently now fixed (a workaround is to use d3d11)._
|
that is apparently now fixed (a workaround is to use d3d11)._
|
||||||
|
|
||||||
- With Direct3D 11.0 or greater, various options can be set
|
- On Windows, with Direct3D 11.0 or greater, various options can be set
|
||||||
using e.g. `-vs "d3d11videosink <options>"` (see the gstreamer videosink
|
using e.g. `-vs "d3d11videosink <options>"` (see the gstreamer videosink
|
||||||
documentation for these videosinks).
|
documentation for these videosinks).
|
||||||
For convenience, if no `<options>` are set, the option to
|
For convenience, if no `<options>` are set, the option to
|
||||||
toggle in and out of fullscreen mode with the Alt-Enter key combination is added.
|
toggle in and out of fullscreen mode with the Alt-Enter key combination is added.
|
||||||
|
**It is recommended that Windows users add a line `-vs d3d12videosink` in their UxPlay
|
||||||
|
startup file, to get this toggle option (autovideosink will usually select d3d12videosink,
|
||||||
|
but will not provide the toggle option**).
|
||||||
|
|
||||||
|
|
||||||
The executable uxplay.exe can also be run without the MSYS2 environment,
|
The executable uxplay.exe can also be run without the MSYS2 environment,
|
||||||
in the Windows Terminal, with `C:\msys64\ucrt64\bin\uxplay`.
|
in the Windows Terminal, with `C:\msys64\ucrt64\bin\uxplay`.
|
||||||
|
|||||||
14
README.txt
14
README.txt
@@ -1064,11 +1064,15 @@ client is rotated between portrait and landcape modes: this was a
|
|||||||
GStreamer issue that is apparently now fixed (a workaround is to use
|
GStreamer issue that is apparently now fixed (a workaround is to use
|
||||||
d3d11).*
|
d3d11).*
|
||||||
|
|
||||||
- With Direct3D 11.0 or greater, various options can be set using
|
- On Windows, with Direct3D 11.0 or greater, various options can be
|
||||||
e.g. `-vs "d3d11videosink <options>"` (see the gstreamer videosink
|
set using e.g. `-vs "d3d11videosink <options>"` (see the gstreamer
|
||||||
documentation for these videosinks). For convenience, if no
|
videosink documentation for these videosinks). For convenience, if
|
||||||
`<options>` are set, the option to toggle in and out of fullscreen
|
no `<options>` are set, the option to toggle in and out of
|
||||||
mode with the Alt-Enter key combination is added.
|
fullscreen mode with the Alt-Enter key combination is added. **It is
|
||||||
|
recommended that Windows users add a line `-vs d3d12videosink` in
|
||||||
|
their UxPlay startup file, to get this toggle option (autovideosink
|
||||||
|
will usually select d3d12videosink, but will not provide the toggle
|
||||||
|
option**).
|
||||||
|
|
||||||
The executable uxplay.exe can also be run without the MSYS2 environment,
|
The executable uxplay.exe can also be run without the MSYS2 environment,
|
||||||
in the Windows Terminal, with `C:\msys64\ucrt64\bin\uxplay`.
|
in the Windows Terminal, with `C:\msys64\ucrt64\bin\uxplay`.
|
||||||
|
|||||||
Reference in New Issue
Block a user