Changes between Version 1 and Version 2 of Errors
- Timestamp:
- May 21, 2019, 11:00:36 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Errors
v1 v2 123 123 124 124 Remove this option or change `copy` to your desired encoder. 125 126 ---- 127 128 {{{ 129 WASAPI can't initialize audio client error 130 }}} 131 132 That ''Windows'' oddity can affect ''FFplay'', just `set SDL_AUDIODRIVER=directsound` in the environment of the shell, i.e., a '''`cmd.exe`''' window on your desktop. Maybe `setx SDL_AUDIODRIVER=directsound` in the environment of the current user (HKCU) or local machine (HKLM), effective for all command line windows after a reboot, or (untested) after logging off + in again, or (untested) after killing + restarting ''explorer''. 133 134 Credits: [https://forum.videohelp.com/threads/388189-ffplay-WASAPI-can-t-initialize-audio-client-error autodidact] (2018-02-27), and it took me less than eight years to figure this out.
