Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D64912009E8 for ; Mon, 16 May 2016 01:15:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D50351609AD; Sun, 15 May 2016 23:15:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2D32A160968 for ; Mon, 16 May 2016 01:15:14 +0200 (CEST) Received: (qmail 17108 invoked by uid 500); 15 May 2016 23:15:13 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 17098 invoked by uid 99); 15 May 2016 23:15:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 May 2016 23:15:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 18CD02C1F5C for ; Sun, 15 May 2016 23:15:13 +0000 (UTC) Date: Sun, 15 May 2016 23:15:13 +0000 (UTC) From: "Justin Mclean (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLEX-34754) Spark VideoPlayer does not display video (only audio) since Flex SDK 4.11 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 15 May 2016 23:15:15 -0000 [ https://issues.apache.org/jira/browse/FLEX-34754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Mclean resolved FLEX-34754. ---------------------------------- Resolution: Workaround > Spark VideoPlayer does not display video (only audio) since Flex SDK 4.11 > ------------------------------------------------------------------------- > > Key: FLEX-34754 > URL: https://issues.apache.org/jira/browse/FLEX-34754 > Project: Apache Flex > Issue Type: Bug > Components: Spark: VideoPlayer > Affects Versions: Apache Flex 4.11.0, Apache Flex 4.12.0, Apache Flex 4.13.0, Apache Flex 4.12.1, Apache Flex 4.14.0 > Reporter: David Reade > Priority: Blocker > > The Spark VideoPlayer/VideoDisplay components do not display video. Audio streams fine, but where the video should be it's black/blank. The video duration is populated and the seek bar moves and can be controlled but when seeking to another position, the video still does not display but the audio can be heard. > Switching to Flex SDK 4.10 or older immediately resolves the problem. This bug can be replicated using Flex SDK 4.11, 4.12, 4.12.1, 4.13 and 4.14. All SDKs were downloaded using the installer and Flash Player 16 and AIR 16 was selected for each SDK. > The Flex project does not have any additional customisations. > The video playback works as expected when using Flex SDK 4.10, 4.9.1, 4.9.0, 4.8.0 and 4.6.0. > Could the OSMF update in Flex SDK 4.11 be the cause? > Source code as follows: > {code} > > xmlns:s="library://ns.adobe.com/flex/spark" > xmlns:mx="library://ns.adobe.com/flex/mx" > creationComplete="maximize()"> > > > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)