mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 14:21:08 +00:00
Change decoder failure warning
This commit is contained in:
@@ -148,7 +148,7 @@ public class VideoStream {
|
|||||||
// Setup the decoder and renderer
|
// Setup the decoder and renderer
|
||||||
if (!setupDecoderRenderer(context.videoDecoderRenderer, renderTarget, drFlags)) {
|
if (!setupDecoderRenderer(context.videoDecoderRenderer, renderTarget, drFlags)) {
|
||||||
// Nothing to cleanup here
|
// 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
|
// Open RTP sockets and start session
|
||||||
|
|||||||
Reference in New Issue
Block a user