The app must stop video streaming after receiving onHMIStatus with videoStreamingState=NOT_STREAMBLE.
If the app does not stop streaming after certain amount of time, SDL sends a StopService Control Frame to the app in protocol layer.
Name | Type | Mandatory | Additional |
---|---|---|---|
appID | Integer | true |
This RPC has no additional parameter requirements
{ "id" : 176, "jsonrpc" : "2.0", "method" : "Navigation.StopStream", "params" : { "appID" : 65674 } }
{ "id" : 176, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "Navigation.StopStream" } }
{ "id" : 176, "jsonrpc" : "2.0", "error" : { "code" : 22, "message" : "Stop stream failed or some other error occurred", "data" : { "method" : "Navigation.StopStream" } } }