Aw shucks. Thanks for pointing that out. There is was a typo when assigning the $video variable. I already corrected the problem in the code above.

Problem was:
$video = $results['flvdovideo'];
Corrected:
$video = $results['flvdoname'];

Thanks dude.