RE: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-20 Thread Ryan Graham

Sorry for the delay on this one... The closest I could find in JIRA was
FP-5, which is related mostly to the video portion of netstreams.  Does
anyone know the issue number for this one? I'd like to vote it up too.

http://bugs.adobe.com/jira/browse/FP-5

Thanks,
Ryan

-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Charlie Hubbard
Sent: Thursday, January 15, 2009 2:45 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Playing Mp4 audio with Sound class?

No can do.  I'm in an AIR app so I'm trying not to rely on the server
for this type of operation.

Uggg.  Adobe...

Any chance you know what's the Jira Issue number?  I'd like to bump up
the vote on it.

Charlie

On Thu, Jan 15, 2009 at 3:46 PM, Ryan Graham ryan.gra...@phoenix.edu
wrote:
 I believe that is the case. You can only use extract on mp3 files with
the
 Sound object and not on  streams with Netstream - unfortunately this
feature
 didn't make it into FP10 (hopefully FP11?). Depending on your setup,
one
 option might be to use a tool like ffmpeg to convert the mp4 to an mp3
 server-side, and then load that into a Sound object to do the
extraction.



 HTH,

 Ryan



 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]
On
 Behalf Of Charlie Hubbard
 Sent: Thursday, January 15, 2009 1:14 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Playing Mp4 audio with Sound class?



 So I'm trying to play Mp4 audio files with Sound, but it doesn't seem
 to work. I have gotten it working with NetStream class, but I'd
 really like to use the extract() method to get the underlying samples
 form the mp4 files just as I can with mp3. Am I correct in that Sound
 class doesn't support mp4, but only mp3?

 What's the deal with that? Is Sound a wrapper around NetStream? If
 so how could I get the samples?

 Charlie

 This message is private and confidential. If you have received it in
error,
 please notify the sender and remove it from your system.

 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location:
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-
1e62079f6847
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
Links




This message is private and confidential. If you have received it in error, 
please notify the sender and remove it from your system.


Re: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-16 Thread Charlie Hubbard
That's cool.  I've heard of Merapi, but I didn't know what it was.
The only problem I see with it is how to install the java application,
and run it when AIR is started?  The Merapi website doesn't seem to
have much information on installing, and setup.  I really like the AIR
badge and AIR installation process how does that change with Merapi?

Charlie

On Thu, Jan 15, 2009 at 4:48 PM, Nate Beck n...@tldstudio.com wrote:
 Hey... another situation that can be solved with Merapi
 (http://merapiproject.net/)

 I'm not on the Merapi team... but maybe I should be :D

 On Thu, Jan 15, 2009 at 1:45 PM, Charlie Hubbard charlie.hubb...@gmail.com
 wrote:

 No can do.  I'm in an AIR app so I'm trying not to rely on the server
 for this type of operation.

 Uggg.  Adobe...

 Any chance you know what's the Jira Issue number?  I'd like to bump up
 the vote on it.

 Charlie

 On Thu, Jan 15, 2009 at 3:46 PM, Ryan Graham ryan.gra...@phoenix.edu
 wrote:
  I believe that is the case. You can only use extract on mp3 files with
  the
  Sound object and not on  streams with Netstream – unfortunately this
  feature
  didn't make it into FP10 (hopefully FP11?). Depending on your setup, one
  option might be to use a tool like ffmpeg to convert the mp4 to an mp3
  server-side, and then load that into a Sound object to do the
  extraction.
 
 
 
  HTH,
 
  Ryan
 
 
 
  From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
  Behalf Of Charlie Hubbard
  Sent: Thursday, January 15, 2009 1:14 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Playing Mp4 audio with Sound class?
 
 
 
  So I'm trying to play Mp4 audio files with Sound, but it doesn't seem
  to work. I have gotten it working with NetStream class, but I'd
  really like to use the extract() method to get the underlying samples
  form the mp4 files just as I can with mp3. Am I correct in that Sound
  class doesn't support mp4, but only mp3?
 
  What's the deal with that? Is Sound a wrapper around NetStream? If
  so how could I get the samples?
 
  Charlie
 
  This message is private and confidential. If you have received it in
  error,
  please notify the sender and remove it from your system.
 
 

 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links






 --

 Cheers,
 Nate
 
 http://blog.natebeck.net


 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:flexcoders-dig...@yahoogroups.com 
mailto:flexcoders-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
flexcoders-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-16 Thread Nate Beck
They talked about that at the 360|MAX unconference.  They said they were
working on installation issues and launching both
applications simultaneously.
If they've made progress with it yet I'm unsure of.

On Fri, Jan 16, 2009 at 8:00 AM, Charlie Hubbard
charlie.hubb...@gmail.comwrote:

 That's cool.  I've heard of Merapi, but I didn't know what it was.
 The only problem I see with it is how to install the java application,
 and run it when AIR is started?  The Merapi website doesn't seem to
 have much information on installing, and setup.  I really like the AIR
 badge and AIR installation process how does that change with Merapi?

 Charlie

 On Thu, Jan 15, 2009 at 4:48 PM, Nate Beck n...@tldstudio.com wrote:
  Hey... another situation that can be solved with Merapi
  (http://merapiproject.net/)
 
  I'm not on the Merapi team... but maybe I should be :D
 
  On Thu, Jan 15, 2009 at 1:45 PM, Charlie Hubbard 
 charlie.hubb...@gmail.com
  wrote:
 
  No can do.  I'm in an AIR app so I'm trying not to rely on the server
  for this type of operation.
 
  Uggg.  Adobe...
 
  Any chance you know what's the Jira Issue number?  I'd like to bump up
  the vote on it.
 
  Charlie
 
  On Thu, Jan 15, 2009 at 3:46 PM, Ryan Graham ryan.gra...@phoenix.edu
  wrote:
   I believe that is the case. You can only use extract on mp3 files with
   the
   Sound object and not on  streams with Netstream – unfortunately this
   feature
   didn't make it into FP10 (hopefully FP11?). Depending on your setup,
 one
   option might be to use a tool like ffmpeg to convert the mp4 to an mp3
   server-side, and then load that into a Sound object to do the
   extraction.
  
  
  
   HTH,
  
   Ryan
  
  
  
   From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]
 On
   Behalf Of Charlie Hubbard
   Sent: Thursday, January 15, 2009 1:14 PM
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Playing Mp4 audio with Sound class?
  
  
  
   So I'm trying to play Mp4 audio files with Sound, but it doesn't seem
   to work. I have gotten it working with NetStream class, but I'd
   really like to use the extract() method to get the underlying samples
   form the mp4 files just as I can with mp3. Am I correct in that Sound
   class doesn't support mp4, but only mp3?
  
   What's the deal with that? Is Sound a wrapper around NetStream? If
   so how could I get the samples?
  
   Charlie
  
   This message is private and confidential. If you have received it in
   error,
   please notify the sender and remove it from your system.
  
  
 
  
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Alternative FAQ location:
 
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
  Search Archives:
  http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links
 
 
 
 
 
 
  --
 
  Cheers,
  Nate
  
  http://blog.natebeck.net
 
 
 

 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






-- 

Cheers,
Nate

http://blog.natebeck.net


[flexcoders] Playing Mp4 audio with Sound class?

2009-01-15 Thread Charlie Hubbard
So I'm trying to play Mp4 audio files with Sound, but it doesn't seem
to work.  I have gotten it working with NetStream class, but I'd
really like to use the extract() method to get the underlying samples
form the mp4 files just as I can with mp3.  Am I correct in that Sound
class doesn't support mp4, but only mp3?

What's the deal with that?  Is Sound a wrapper around NetStream?  If
so how could I get the samples?

Charlie


RE: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-15 Thread Ryan Graham

I believe that is the case. You can only use extract on mp3 files with
the Sound object and not on  streams with Netstream - unfortunately this
feature didn't make it into FP10 (hopefully FP11?). Depending on your
setup, one option might be to use a tool like ffmpeg to convert the mp4
to an mp3 server-side, and then load that into a Sound object to do the
extraction.

 

HTH,

Ryan

 

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Charlie Hubbard
Sent: Thursday, January 15, 2009 1:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Playing Mp4 audio with Sound class?

 

So I'm trying to play Mp4 audio files with Sound, but it doesn't seem
to work. I have gotten it working with NetStream class, but I'd
really like to use the extract() method to get the underlying samples
form the mp4 files just as I can with mp3. Am I correct in that Sound
class doesn't support mp4, but only mp3?

What's the deal with that? Is Sound a wrapper around NetStream? If
so how could I get the samples?

Charlie

 



This message is private and confidential. If you have received it in error, 
please notify the sender and remove it from your system.

Re: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-15 Thread Charlie Hubbard
No can do.  I'm in an AIR app so I'm trying not to rely on the server
for this type of operation.

Uggg.  Adobe...

Any chance you know what's the Jira Issue number?  I'd like to bump up
the vote on it.

Charlie

On Thu, Jan 15, 2009 at 3:46 PM, Ryan Graham ryan.gra...@phoenix.edu wrote:
 I believe that is the case. You can only use extract on mp3 files with the
 Sound object and not on  streams with Netstream – unfortunately this feature
 didn't make it into FP10 (hopefully FP11?). Depending on your setup, one
 option might be to use a tool like ffmpeg to convert the mp4 to an mp3
 server-side, and then load that into a Sound object to do the extraction.



 HTH,

 Ryan



 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
 Behalf Of Charlie Hubbard
 Sent: Thursday, January 15, 2009 1:14 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Playing Mp4 audio with Sound class?



 So I'm trying to play Mp4 audio files with Sound, but it doesn't seem
 to work. I have gotten it working with NetStream class, but I'd
 really like to use the extract() method to get the underlying samples
 form the mp4 files just as I can with mp3. Am I correct in that Sound
 class doesn't support mp4, but only mp3?

 What's the deal with that? Is Sound a wrapper around NetStream? If
 so how could I get the samples?

 Charlie

 This message is private and confidential. If you have received it in error,
 please notify the sender and remove it from your system.

 



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:flexcoders-dig...@yahoogroups.com 
mailto:flexcoders-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
flexcoders-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



Re: [flexcoders] Playing Mp4 audio with Sound class?

2009-01-15 Thread Nate Beck
Hey... another situation that can be solved with Merapi (
http://merapiproject.net/)
I'm not on the Merapi team... but maybe I should be :D


On Thu, Jan 15, 2009 at 1:45 PM, Charlie Hubbard
charlie.hubb...@gmail.comwrote:

 No can do.  I'm in an AIR app so I'm trying not to rely on the server
 for this type of operation.

 Uggg.  Adobe...

 Any chance you know what's the Jira Issue number?  I'd like to bump up
 the vote on it.

 Charlie

 On Thu, Jan 15, 2009 at 3:46 PM, Ryan Graham ryan.gra...@phoenix.edu
 wrote:
  I believe that is the case. You can only use extract on mp3 files with
 the
  Sound object and not on  streams with Netstream – unfortunately this
 feature
  didn't make it into FP10 (hopefully FP11?). Depending on your setup, one
  option might be to use a tool like ffmpeg to convert the mp4 to an mp3
  server-side, and then load that into a Sound object to do the extraction.
 
 
 
  HTH,
 
  Ryan
 
 
 
  From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
  Behalf Of Charlie Hubbard
  Sent: Thursday, January 15, 2009 1:14 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Playing Mp4 audio with Sound class?
 
 
 
  So I'm trying to play Mp4 audio files with Sound, but it doesn't seem
  to work. I have gotten it working with NetStream class, but I'd
  really like to use the extract() method to get the underlying samples
  form the mp4 files just as I can with mp3. Am I correct in that Sound
  class doesn't support mp4, but only mp3?
 
  What's the deal with that? Is Sound a wrapper around NetStream? If
  so how could I get the samples?
 
  Charlie
 
  This message is private and confidential. If you have received it in
 error,
  please notify the sender and remove it from your system.
 
 

 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups
 Links






-- 

Cheers,
Nate

http://blog.natebeck.net