Start adding file playback queue support

This commit is contained in:
Calvin Montgomery 2014-06-01 11:43:18 -07:00
parent 30d4e65061
commit f2769e5062
6 changed files with 98 additions and 4 deletions

View file

@ -845,6 +845,14 @@ Callbacks = {
$("#ytapiplayer_wrapper").remove();
}
if (data.type === "fi") {
if (USEROPTS.no_h264 && data.meta.codec !== "matroska/vp8") {
data.forceFlash = true;
}
data.url = data.id;
}
/*
VIMEO SIMULATOR 2014