mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-04 15:06:08 +00:00
Change decoder failure warning
This commit is contained in:
@@ -148,7 +148,7 @@ public class VideoStream {
|
||||
// Setup the decoder and renderer
|
||||
if (!setupDecoderRenderer(context.videoDecoderRenderer, renderTarget, drFlags)) {
|
||||
// Nothing to cleanup here
|
||||
throw new IOException("Video decoder failed to initialize. Please restart your device and try again.");
|
||||
throw new IOException("Video decoder failed to initialize. Your device may not support the selected resolution.");
|
||||
}
|
||||
|
||||
// Open RTP sockets and start session
|
||||
|
||||
Reference in New Issue
Block a user