33 lines
761 B
JSON
33 lines
761 B
JSON
{
|
|
"id": "bba3381f-b5eb-4439-bd9e-80c22218d5a7",
|
|
"snapshot": "base_setup",
|
|
"instruction": "Can you start streaming the video from this link for me? https://www.youtube.com/watch?v=pgBsyTKAwLw",
|
|
"source": "https://www.quora.com/How-do-I-play-online-videos-using-the-VLC-media-player",
|
|
"config": [
|
|
{
|
|
"type": "launch",
|
|
"parameters": {
|
|
"command": "vlc"
|
|
}
|
|
}
|
|
],
|
|
"trajectory": "trajectories/",
|
|
"related_apps": [
|
|
"vlc"
|
|
],
|
|
"evaluator": {
|
|
"func": "is_vlc_playing",
|
|
"expected": {
|
|
"type": "rule",
|
|
"rules": {
|
|
"type": "url",
|
|
"url": "https://www.youtube.com/watch?v=pgBsyTKAwLw"
|
|
}
|
|
},
|
|
"result": {
|
|
"type": "vlc_playing_info",
|
|
"dest": "status.xml"
|
|
}
|
|
}
|
|
}
|