Name | Type | Mandatory | Additional |
---|---|---|---|
url | String | true | minlength: 21 |
appID | Integer | true |
This RPC has no additional parameter requirements
{ "id" : 176, "jsonrpc" : "2.0", "method" : "Navigation.StartStream", "params" : { "url" : "SDL/application_directory/video/123.mp4", "appID" : 65674 } }
{ "id" : 176, "jsonrpc" : "2.0", "result" : { "code" : 0, "method" : "Navigation.StartStream" } }
{ "id" : 176, "jsonrpc" : "2.0", "error" : { "code" : 22, "message" : "Start stream failed or some other error occurred", "data" : { "method" : "Navigation.StartStream" } } }