Add a friendly error message when no video traffic is received

This commit is contained in:
Cameron Gutman
2020-05-01 21:54:26 -07:00
parent ce9e91153e
commit 15aa7ecc2e
4 changed files with 19 additions and 3 deletions

View File

@@ -61,6 +61,7 @@
<string name="error_usb_prohibited">USB access is prohibited by your device administrator. Check your Knox or MDM settings.</string>
<string name="unable_to_pin_shortcut">Your current launcher does not allow for creating pinned shortcuts.</string>
<string name="video_decoder_init_failed">Video decoder failed to initialize. Your device may not support the selected resolution or frame rate.</string>
<string name="no_video_received_error">No video received from host. Check the host PC\'s firewall and port forwarding rules.</string>
<!-- Start application messages -->
<string name="conn_establishing_title">Establishing Connection</string>