Using the debugger on the sample cast app I try to set a fractional playback value:
document.getElementById("vid").playbackRate = 0.5;
And the video will not change speed. If I set playbackRate to zero the video will pause. And if I set it to 1.0 it will resume. Note that on chrome desktop the video element DOES respect fractional playbackRate values.