On YTTV I only saw it on the NBC Philly Sports channel. On Sling, I didn't have a lot of successful recordings, but I did see it on MSNBC.
I have Sling through the end of the month, I'll continue testing now that I know about starting a recording early. I have it working with the stable version, using
"global_options": {
"wait_for_video_playback_detection": false,
"use_fixed_delay": true,
"fixed_delay_seconds": 0,
"check_for_and_clear_whos_watching_prompts": false
},
"pre_tune_commands": [
"input keyevent KEYCODE_MEDIA_STOP"
],
"tune_commands": [
"am start -W -a android.intent.action.VIEW -d '||TARGET_URL_OR_IDENTIFIER||' '||TARGET_PACKAGE_NAME||'",
"sleep 3",
"sleep 3",
"sleep 3",
"sleep 3",
"sleep 3"
],
"post_tune_commands": [
"am force-stop '||TARGET_PACKAGE_NAME||'",
"input keyevent KEYCODE_MEDIA_STOP",
"input keyevent KEYCODE_HOME"
]
}
edit: With the stable version, it seems to work without any sleep commands.

