Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E99CD10FA9 for ; Tue, 12 Nov 2013 10:33:25 +0000 (UTC) Received: (qmail 71921 invoked by uid 500); 12 Nov 2013 10:33:19 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 71893 invoked by uid 500); 12 Nov 2013 10:33:18 -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 71871 invoked by uid 99); 12 Nov 2013 10:33:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Nov 2013 10:33:18 +0000 Date: Tue, 12 Nov 2013 10:33:18 +0000 (UTC) From: "Jamie Brown (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FLEX-33896) Spark VideoPlayer can't play videos, sounds works but no video MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jamie Brown updated FLEX-33896: ------------------------------- Description: We rebuilt our existing project (which used VideoPlayer to play f4v video tutorials) using Apache Flex, and the tutorial videos now remain black, but audio track plays correctly. This has been tested with f4v & flv videos, including the sample video from Tour de Flex. Steps to reproduce 1. Use sample code below. Point video source at attached video file (taken from Tour de Flex) 2. Run project Actual results: The video loads and starts playing, the progress bar shows the correct video length and moves. The video player remains black. Videos with sound will play the audio track as expected. Expected results: Video loads and plays with video and sound outputs. was: We rebuilt our existing project (which used VideoPlayer to play f4v video tutorials) using Apache Flex, and the tutorial videos now remain black, but audio track plays correctly. This has been tested with f4v & flv videos, including the sample video from Tour de Flex. Steps to reproduce 1. Use sample code below. Point video source at attached video file (taken from Tour de Flex) 2. Run project Actual results: The video loads and starts playing, the progress bar shows the correct video length and moves. The video player remains black. Videos with sound will play the audio track as expected. Expected results: Video loads and plays with video and sound outputs. > Spark VideoPlayer can't play videos, sounds works but no video > -------------------------------------------------------------- > > Key: FLEX-33896 > URL: https://issues.apache.org/jira/browse/FLEX-33896 > Project: Apache Flex > Issue Type: Bug > Components: Spark: VideoPlayer > Affects Versions: Apache Flex 4.11.0 > Environment: OS: Apple Mac OS X 10.9 > Tested Browsers: Firefox 25.0, Google Chrome 30.0.1599.101, Safari 7.0 > Flash Players: 11.9.900.117 & 11.8.800.168 (Debug) > Reporter: Jamie Brown > Priority: Critical > Attachments: sample_vid.flv > > > We rebuilt our existing project (which used VideoPlayer to play f4v video tutorials) using Apache Flex, and the tutorial videos now remain black, but audio track plays correctly. This has been tested with f4v & flv videos, including the sample video from Tour de Flex. > Steps to reproduce > 1. Use sample code below. Point video source at attached video file (taken from Tour de Flex) > 2. Run project > Actual results: > The video loads and starts playing, the progress bar shows the correct video length and moves. The video player remains black. Videos with sound will play the audio track as expected. > Expected results: > Video loads and plays with video and sound outputs. > > > > > maintainProjectionCenter="true" id="articlePlayer" source="assets/sample_vid.flv" > > > -- This message was sent by Atlassian JIRA (v6.1#6144)