summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2021-03-05 12:12:37 +0200
committerleonid lokhmatov, Luxoft <zaqqqqqqqq@gmail.com>2021-03-05 12:12:37 +0200
commit7955894af8cc611477dadbaeb87e4278cfb8bccb (patch)
tree229c489e0ccd5edf489ec3c540f2dc275b1f8fd0
parenta348d3c038271cadd92e11a4592e7e598aca9a33 (diff)
downloadsdl_ios-7955894af8cc611477dadbaeb87e4278cfb8bccb.tar.gz
[0296] 'upd video stream cap (8): add a log message.
-rw-r--r--SmartDeviceLink/private/SDLStreamingVideoLifecycleManager.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/private/SDLStreamingVideoLifecycleManager.m b/SmartDeviceLink/private/SDLStreamingVideoLifecycleManager.m
index 00442ab59..0bd15f084 100644
--- a/SmartDeviceLink/private/SDLStreamingVideoLifecycleManager.m
+++ b/SmartDeviceLink/private/SDLStreamingVideoLifecycleManager.m
@@ -769,6 +769,7 @@ typedef void(^SDLVideoCapabilityResponseHandler)(SDLVideoStreamingCapability *_N
NSArray<SDLVideoStreamingCapability *> *capabilityMatches = [self matchVideoCapability:videoCapability];
if (capabilityMatches.count == 0) {
// no supported video capabilities, full stop
+ SDLLogE(@"The video stream was not started because there are no supported video streaming capabilities. Please double check that the video streaming ranges set on the SDLStreamingMediaConfiguration are not disabled");
[self.videoStreamStateMachine transitionToState:SDLVideoStreamManagerStateStopped];
return;
}