RE: [flexcoders] Flex2 and FMS2 : recording a stream?

2006-05-11 Thread Benoit Hediard





Indeed, the problem is corrected in beta 3 / flash player 
9.
That's cool!

Benoit Hediard


De: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] De la part de jeremy 
luEnvoyé: vendredi 28 avril 2006 18:31À: 
flexcoders@yahoogroups.comObjet: Re: [flexcoders] Flex2 and 
FMS2 : recording a stream?
wait for beta 3 in the very very near future and try 
again.
On 4/28/06, Benoit 
Hediard [EMAIL PROTECTED]  
wrote: 

  
  Hi,
  
  I'm currently working on Flex2/FMS2 
  app.
  I've successfully managed to publish a 
  videostream, but I cannot record it.
  
  It looks like the flash.net.NetStream API 
  documentation is incomplete.
  The only documented methods are close(), 
  pause(), play() and seek().
  The undocumented methods attachCamera() and 
  attachAudio() works great but the publish() method don't for 
  recording?
  
  When using 
  someNetStream.publish("someStreamName", "record"), the "record" parameter is 
  ignored, no flv is created on the 
  server side.
  
  Any idea?
  
  Benoit Hediard
  --Flexcoders Mailing 
  ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  SPONSORED 
  LINKS 
  


  Web site design development 
  Computer software development 
  Software design and development 

  Macromedia flex 
  Software development best practice 
  
  
  
  YAHOO! GROUPS LINKS 
  
Visit your group "flexcoders" on the web. 
To unsubscribe from this group, send an email 
to: [EMAIL PROTECTED] 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service . 
  
  
  





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Flex2 and FMS2 : recording a stream?

2006-05-11 Thread jeremy lu




glad to know that, I'm about to start a project using FMS2 too.On 5/11/06, Benoit Hediard [EMAIL PROTECTED] wrote:







Indeed, the problem is corrected in beta 3 / flash player 
9.
That's cool!

Benoit Hediard


De: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] De la part de jeremy 
luEnvoyé: vendredi 28 avril 2006 18:31À: 
flexcoders@yahoogroups.comObjet: Re: [flexcoders] Flex2 and 
FMS2 : recording a stream?
wait for beta 3 in the very very near future and try 
again.
On 4/28/06, Benoit 
Hediard [EMAIL PROTECTED]  
wrote: 

  
  Hi,
  
  I'm currently working on Flex2/FMS2 
  app.
  I've successfully managed to publish a 
  videostream, but I cannot record it.
  
  It looks like the flash.net.NetStream API 
  documentation is incomplete.
  The only documented methods are close(), 
  pause(), play() and seek().
  The undocumented methods attachCamera() and 
  attachAudio() works great but the publish() method don't for 
  recording?
  
  When using 
  someNetStream.publish(someStreamName, record), the record parameter is 
  ignored, no flv is created on the 
  server side.
  
  Any idea?
  
  Benoit Hediard
  --Flexcoders Mailing 
  ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  SPONSORED 
  LINKS 
  


  
Web site design development 
  
Computer software development 
  
Software design and development 

  
Macromedia flex 
  
Software development best practice 
  
  
  
  YAHOO! GROUPS LINKS 
  
Visit your group flexcoders on the web. 

To unsubscribe from this group, send an email 
to: [EMAIL PROTECTED] 

Your use of Yahoo! Groups is subject to the Yahoo! Terms of 
Service . 
  
  
  





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.
  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Flex2 and FMS2 : recording a stream?

2006-04-28 Thread jeremy lu



wait for beta 3 in the very very near future and try again.On 4/28/06, Benoit Hediard [EMAIL PROTECTED]
 wrote:






Hi,

I'm currently 
working on Flex2/FMS2 app.
I've successfully 
managed to publish a videostream, but I cannot record 
it.

It looks like the 
flash.net.NetStream API documentation is incomplete.
The only documented 
methods are close(), pause(), play() and seek().
The undocumented 
methods attachCamera() and attachAudio() works great but the publish() method 
don't for recording?

When using 
someNetStream.publish(someStreamName, record), the record parameter is 
ignored, no 
flv is created on the server side.

Any 
idea?

Benoit 
Hediard






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com









  
  
SPONSORED LINKS
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group flexcoders on the web.

  To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  















--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.