Add warning if no key frames can be received in 10 seconds

This commit is contained in:
Cameron Gutman
2020-08-29 21:27:44 -07:00
parent c5d58e1aab
commit 1aae65575c
4 changed files with 7 additions and 1 deletions

View File

@@ -73,6 +73,7 @@
<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>
<string name="no_frame_received_error">Your network connection isn\'t performing well. Reduce your video bitrate setting or try a faster connection.</string>
<!-- Start application messages -->
<string name="conn_establishing_title">Establishing Connection</string>