mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-23 04:52:48 +00:00
Change decoder failure warning
This commit is contained in:
parent
5112179fca
commit
6459579f15
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user