Re: [webkit-dev] audio/source and the type attribute

2009-04-01 Thread Harold, John-Paul
 On Tue, 31 Mar 2009, Harold, John-Paul wrote:
  
  in my HTML5 audio markup, I have the following
  
  audio
source src=/media/audio/ogg/9001_1/9807.ogg 
 type=audio/ogg; 
  codecs=vorbis/
source src=/media/audio/m4a/9001_1/9807.m4a/
  /audio
  
  but I'm unsure what the equivalent type attribute for an m4a file 
  should be. Can someone advise?
 
 Does this help?:
 
http://www.whatwg.org/specs/web-apps/current-work/#attr-source-type
 

Hello Ian,

normally, reading the docs does help :-) However, in my example, I have
previously tried the following,

source src=/media/audio/m4a/9001_1/9807.m4a type= audio/mp4;
codecs=quot;mp4a.40.2quot;/

Using this, Safari stops playing the audio. It works without any type
attribute, but that feels wrong. I'm wondering if my attempts so far
have been using an incorrect mime-type, or/and a wrong codec
declaration.

I'm wondering if this has something to do with the issue, 
https://lists.webkit.org/pipermail/webkit-unassigned/2008-August/081596.
html

jp

 -- 
 Ian Hickson   U+1047E
 )\._.,--,'``.fL
 http://ln.hixie.ch/   U+263A/,   _.. \   
 _\  ;`._ ,.
 Things that are impossible just take longer.   
 `._.-(,_..'--(,_..'`-.;.'
 

- 




Music from EMI 

This e-mail including any attachments is confidential and may be legally 
privileged. If you have received it in error please advise the sender 
immediately by return email and then delete it from your system. The 
unauthorised use, distribution, copying or alteration of this email is strictly 
forbidden. If you need assistance please contact us on +44 20 7795 7000. 

This email is from a unit or subsidiary of EMI Group Limited. 

Registered Office: 27 Wrights Lane, London W8 5SW 

Registered in England No 229231.


- 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] audio/source and the type attribute

2009-04-01 Thread Eric Carlson

John-Paul -

On Apr 1, 2009, at 2:37 AM, Harold, John-Paul wrote:


On Tue, 31 Mar 2009, Harold, John-Paul wrote:


in my HTML5 audio markup, I have the following

audio
 source src=/media/audio/ogg/9001_1/9807.ogg

type=audio/ogg;

codecs=vorbis/
 source src=/media/audio/m4a/9001_1/9807.m4a/
/audio

but I'm unsure what the equivalent type attribute for an m4a file
should be. Can someone advise?


Does this help?:

  http://www.whatwg.org/specs/web-apps/current-work/#attr-source-type



normally, reading the docs does help :-) However, in my example, I  
have

previously tried the following,

source src=/media/audio/m4a/9001_1/9807.m4a type= audio/mp4;
codecs=quot;mp4a.40.2quot;/

Using this, Safari stops playing the audio. It works without any type
attribute, but that feels wrong. I'm wondering if my attempts so far
have been using an incorrect mime-type, or/and a wrong codec
declaration.

I'm wondering if this has something to do with the issue,
https://lists.webkit.org/pipermail/webkit-unassigned/2008-August/081596 
.

html

  Not dealing with parameters on a type attribute at all was fixed  
last August, see https://bugs.webkit.org/show_bug.cgi?id=20360.


  The issue you are seeing here is caused by a problem with WebKit's  
interaction with QuickTime on the Mac. Can you please file a bug  
report on https://bugs.webkit.org/ ?


  Thanks for pointing out the issue,

eric

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] audio/source and the type attribute

2009-03-31 Thread Harold, John-Paul
Hello 

in my HTML5 audio markup, I have the following

audio
  source src=/media/audio/ogg/9001_1/9807.ogg type=audio/ogg;
codecs=vorbis/
  source src=/media/audio/m4a/9001_1/9807.m4a/
/audio

but I'm unsure what the equivalent type attribute for an m4a file should
be. Can someone advise?

thanks

~jp

- 




Music from EMI 

This e-mail including any attachments is confidential and may be legally 
privileged. If you have received it in error please advise the sender 
immediately by return email and then delete it from your system. The 
unauthorised use, distribution, copying or alteration of this email is strictly 
forbidden. If you need assistance please contact us on +44 20 7795 7000. 

This email is from a unit or subsidiary of EMI Group Limited. 

Registered Office: 27 Wrights Lane, London W8 5SW 

Registered in England No 229231.


- 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] audio/source and the type attribute

2009-03-31 Thread Ian Hickson
On Tue, 31 Mar 2009, Harold, John-Paul wrote:
 
 in my HTML5 audio markup, I have the following
 
 audio
   source src=/media/audio/ogg/9001_1/9807.ogg type=audio/ogg;
 codecs=vorbis/
   source src=/media/audio/m4a/9001_1/9807.m4a/
 /audio
 
 but I'm unsure what the equivalent type attribute for an m4a file should
 be. Can someone advise?

Does this help?:

   http://www.whatwg.org/specs/web-apps/current-work/#attr-source-type

-- 
Ian Hickson   U+1047E)\._.,--,'``.fL
http://ln.hixie.ch/   U+263A/,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev