Filter vp9 a second time
[playVideoOnDreamboxProxy.git] / www / functions.php
index 46a46b594f1082a2a78e0278580f7d77b2514f96..9d40737eb8c7a113afe05b2dbe04196307234d14 100644 (file)
@@ -112,7 +112,9 @@ function extractVideoUrlFromJson($json)
             //dreambox 7080hd does not play hls files
             continue;
         }
-        if (strpos($format->format, 'vp9') !== false) {
+        if (strpos($format->format, 'vp9') !== false
+            || $format->vcodec == 'vp9'
+        ) {
             //dreambox 7080hd does not play VP9 video streams
             continue;
         }