Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
Rodrigo Guerra #1
saving stream as mp3 not flv
Hi All,
I'm building a simple record app that will record a sound from a user and
let it avaliable to other users in the server.
I'm using this code to save a stream:
myNC = new NetConnection();
myNC.connect("RTMP://xxx.xx.xx.xx/rodrigo")
out_ns = new NetStream(myNC);
out_ns.onStatus = function(info){
for(var prop in info) {
trace("netstream :"+prop +":"+info[prop]);
}
}
nome = _root.nomeUser.text;
out_ns.attachAudio(mic);
out_ns.publish("/rodrigoi/"+nome, "record");
It works, but it saves the file as an FLV not MP3, I want to know if it's
possible do that using only flash com 1.5. I guess that the file is saved as
flv by default.
thanks,
rodrigo.
--
Rodrigo Augusto Guerra
Alumni e-Learning Team
[email]rodrigo@alumni.org.br[/email]
(11) 5644-9792
[url]www.alumni.org.br[/url]
Antes de imprimir, pense em sua responsabilidade e compromisso com o MEIO
AMBIENTE!
O conteúdo dessa mensagem é exclusivo a seus destinatários e pode conter
informações confidenciais protegidas por sigilo profissional ou cuja
divulgação seja proibida por lei. Caso essa mensagem lhe tenha sido enviada
por engano, notifique o remetente e descarte a mensagem.
The content of this message is confidential and is intended only for the use
of the individual or entity to which it is addressed. If you are not the
intended recipient of this message, please do not disseminate, distribute or
copy this communication or its attachments by e-mail or otherwise. Instead,
please notify us immediately and delete it from your computer.
Rodrigo Guerra Guest
-
Handling Object Stream / Cross Ref stream in PDF 1.4
Hi, My PDF Application handles only PDF spec 1.4 and when my Application process a PDF file generated with Acrobat ~ PDF 1.6, I see some Cross... -
How to Stream FLV with FMS
Hello! Have installed FMS 2.0 on windows. I now want to load some flv files that I want to stream via rtmp:// How do I go about doing this? Where... -
can stream LIVE, but can't stream FLV -=
Hi there. Pulling out my hair...and i'm bald enough already! I built a FLA that streams live from the FME - works great. Cannot for the life... -
How to stream an mp3 ?
Hi, I'm a Flash beginner. I've an mp3 file and I would like to incorporate it in an html page in DreamWaver as a streaming sound. What should I do... -
Saving Images While Saving ASP Pages !
Dear Friends Hope you all doing great. I have this problem. When I try to save any ASP page, I get the message that "The page will not save... -
Graeme Bull #2
Re: saving stream as mp3 not flv
Yes, FMS only saves files as FLV unfortunately.
Graeme Bull Guest



Reply With Quote

