Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 495BCD43E for ; Wed, 17 Oct 2012 20:44:38 +0000 (UTC) Received: (qmail 79545 invoked by uid 500); 17 Oct 2012 20:44:38 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 79515 invoked by uid 500); 17 Oct 2012 20:44:38 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 79502 invoked by uid 99); 17 Oct 2012 20:44:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 20:44:38 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bowserj@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2012 20:44:32 +0000 Received: by mail-we0-f175.google.com with SMTP id t44so4707502wey.6 for ; Wed, 17 Oct 2012 13:44:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DLI8M7JhmIzJsBmpO7up5tswnIIHIqDWI9sN16Qgsb4=; b=Fyb7pFnopcVIuYYSiegRRZf68HsUJNe/k7bGBvAeXVNKPynEnaIMY7nM8JCyJa4uaO XXWKfH1ADGHHuTC6c/W9lmJKs37z5vB2qy22HKlfZqsU+h+aOYIxrJmFw8iLzFjGbVsM hmzKu49myTvgD26662mDH4xhEFqWPNOwPeMPXzo7W4xMMUZNxZisoN82unvUNTovtvCI Li6+CIFjD5zRlz+Z54nEXlbLBSSGPo3vkQZp0t8/obCcYheIb9A4Yzj+NLXDQ//cIevS m+EWyHPwTXRN/QkjiSy2LZvYvt+fR24H254Q/ESdyqszgNzHPnC3IMOuSPBnDSEEp9BG XrFA== MIME-Version: 1.0 Received: by 10.216.202.21 with SMTP id c21mr12250026weo.159.1350506652121; Wed, 17 Oct 2012 13:44:12 -0700 (PDT) Received: by 10.223.181.74 with HTTP; Wed, 17 Oct 2012 13:44:12 -0700 (PDT) In-Reply-To: References: Date: Wed, 17 Oct 2012 13:44:12 -0700 Message-ID: Subject: Re: Get the video tag working on Android From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Finally, where are the icons coming from for the controls on the page? I didn't see any assets pulled down. On Wed, Oct 17, 2012 at 1:43 PM, Joe Bowser wrote: > OK, I got it working on the Nexus 7 and the Nexus S. Since I flashed > my Galaxy Nexus to CyanogenMod for Big Android BBQ I'm noticing that > Cyanogen shits the bed when it comes to HTML5 video. :( > > Also, I noticed that multiple sources aren't supported and cause the > app to break. I was testing against this page: > http://html5demos.com/video > > On Wed, Oct 17, 2012 at 12:43 PM, Simon MacDonald > wrote: >> Yeah, sorry. It'll play from http or off the sdcard but not out of assets >> yet. That is a special case that needs to be worked on. >> >> Simon Mac Donald >> http://hi.im/simonmacdonald >> >> >> On Wed, Oct 17, 2012 at 3:30 PM, Simon MacDonald >> wrote: >> >>> This tag works quite well: >>> >>> >>> and I whitelisted the video domain. >>> >>> Simon Mac Donald >>> http://hi.im/simonmacdonald >>> >>> >>> On Wed, Oct 17, 2012 at 3:27 PM, Joe Bowser wrote: >>> >>>> Hey >>>> >>>> I'm not seeing this working. Do you have the page that you used to >>>> test? Is there anything that I should know? (i.e. not to put video in >>>> assets, whether it needs whitelisting, etc). >>>> >>>> Joe >>>> >>>> On Wed, Oct 17, 2012 at 11:26 AM, Simon MacDonald >>>> wrote: >>>> > Code has been pushed. >>>> > >>>> > Simon Mac Donald >>>> > http://hi.im/simonmacdonald >>>> > >>>> > >>>> > On Wed, Oct 17, 2012 at 11:15 AM, Simon MacDonald < >>>> simon.macdonald@gmail.com >>>> >> wrote: >>>> > >>>> >> Let me just say that this is me standing on the shoulders of Steren >>>> >> Giannini who did the initial work. So all kudos should go to him. >>>> >> >>>> >> Simon Mac Donald >>>> >> http://hi.im/simonmacdonald >>>> >> >>>> >> >>>> >> On Wed, Oct 17, 2012 at 11:11 AM, Brian LeRoux wrote: >>>> >> > Dude, hell ya. >>>> >> > >>>> >> > On Wed, Oct 17, 2012 at 7:38 AM, Michal Mocny >>>> >> wrote: >>>> >> >> This sounds super useful, awesome! >>>> >> >> >>>> >> >> On Wed, Oct 17, 2012 at 10:17 AM, Simon MacDonald >>>> >> >> wrote: >>>> >> >>> So, I finally had a chance to go back and fix the remaining issues >>>> >> >>> with getting the video tag to work in Android 2.x and 3.x. If we >>>> merge >>>> >> >>> this code: >>>> >> >>> >>>> >> >>> >>>> >> >>>> https://github.com/macdonst/cordova-android/commit/a3a215a1bad456145a0c0a728fae5df0178067e8 >>>> >> >>> >>>> >> >>> When you encounter a video tag on Android 2/3 you will be able to >>>> >> >>> click on the video and it will play in a custom view as a full >>>> screen >>>> >> >>> video. Still can't do inline video but this gets around the need to >>>> >> >>> write Android specific code to play a video using the VideoPlayer >>>> >> >>> plugin. Android 4.x users will just be able to play the video in >>>> line. >>>> >> >>> >>>> >> >>> If there are no objections I'll check this in for Cordova 2.2.0rc2. >>>> >> >>> >>>> >> >>> Comments? >>>> >> >>> >>>> >> >>> Simon Mac Donald >>>> >> >>> http://hi.im/simonmacdonald >>>> >> >>>> >>> >>>