Audio issues server side?
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Macromedia Flash Server > Audio issues server side?




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Audio issues server side?  
Simon Lord


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-19-05 10:45 PM

Could my problems be caused by some improperly set values on the SS
(IE, _Server.xml, Vhost.xml etc).

I just created a plain vanilla FCS app using *just* the FCS
components and the audio sounds like it's being served via a molasses
protocol.



On Aug 19, 2005, at 9:08 AM, Simon Lord wrote:

> Errrm, this is right from my webcam straight.  Nothing fancy, but
> obviously something's wrong.  It'd be a cool effect if I wasn't on
> such a tight schedule and had time to study it.
>
>
> startPublish = function (nc) {
>     this.video.attachVideo(Camera.get());
>     this.publish_ns = new NetStream(nc);
>     this.publish_ns.publish(_root.gusername);
>     avCam = Camera.get();
>     avCam.setMotionLevel(30, 500);
>
>     avCam.setMode(440, 190, 6, 0);
>     avCam.setKeyFrameInterval(36);
>     avCam.setQuality(32768, 85);
>
>     this.publish_ns.clear();
>     this.publish_ns.attachVideo(avCam);
>     this.publish_ns.smoothing = true;
>     this.publish_ns.attachAudio(Microphone.get());
>
>     this.video._visible = true;
> };
>
>
> function startSubscribe(nc) {
>     this.play_ns = new NetStream(nc);
>     this.video.clear();
>     this.video.attachVideo(play_ns);
>     this.play_ns.receiveAudio(true);
>
>     this.play_ns.play("demo");
>     this.video._visible = true;
>
>     this.play_ns.onStatus = function(info) {
>         switch (info.code) {
>         case "NetStream.Play.UnpublishNotify" :
>             stopSubscribe();
>             break;
>         }
>     };
> }
>
>
>
>
>
> On Aug 19, 2005, at 1:02 AM, JesterXL wrote:
>
> 
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm






[ Post a follow-up to this message ]



    Re: Audio issues server side?  
Simon Lord


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-19-05 10:45 PM

... just wanted to add that the video, by contract, is snappy and
looks great.


On Aug 19, 2005, at 10:23 AM, Simon Lord wrote:

> Could my problems be caused by some improperly set values on the SS
> (IE, _Server.xml, Vhost.xml etc).
>
> I just created a plain vanilla FCS app using *just* the FCS
> components and the audio sounds like it's being served via a
> molasses protocol.
>
>
>
> On Aug 19, 2005, at 9:08 AM, Simon Lord wrote:
>
> 
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm






[ Post a follow-up to this message ]



    Re: Audio issues server side?  
Simon Lord


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-19-05 10:45 PM

Just found this site, pretty much expresses my frustration over this
audio issue...

http://www.khaaan.com/



On Aug 19, 2005, at 10:32 AM, Simon Lord wrote:

> ... just wanted to add that the video, by contract, is snappy and
> looks great.
>
>
> On Aug 19, 2005, at 10:23 AM, Simon Lord wrote:
>
> 
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm






[ Post a follow-up to this message ]



    RE: Audio issues server side?  
Frédéric v. Bochmann


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-19-05 10:45 PM

hAhahahaha

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.
org] On Behalf Of Simon Lord
Sent: August 19, 2005 10:46 AM
To: FlashComm Mailing List
Subject: Re: [FlashComm] Audio issues server side?

Just found this site, pretty much expresses my frustration over this
audio issue...

http://www.khaaan.com/



On Aug 19, 2005, at 10:32 AM, Simon Lord wrote:

> ... just wanted to add that the video, by contract, is snappy and
> looks great.
>
>
> On Aug 19, 2005, at 10:23 AM, Simon Lord wrote:
>
> 
>
>
> =-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm






[ Post a follow-up to this message ]



    RE: Audio issues server side?  
Frédéric v. Bochmann


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-19-05 10:45 PM

I've quickly put the code for a test, and I can't say that the audio is =
in
slow-motion as you seem to be experiencing 

Do you experience this on all your tested machines?

Sincerely
Fredz./


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.
org] On Behalf Of =
Fr=E9d=E9ric v.
Bochmann
Sent: August 19, 2005 1:05 PM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] Audio issues server side?

hAhahahaha

-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.
org] On Behalf Of Simon Lord
Sent: August 19, 2005 10:46 AM
To: FlashComm Mailing List
Subject: Re: [FlashComm] Audio issues server side?

Just found this site, pretty much expresses my frustration over this =20
audio issue...

http://www.khaaan.com/



On Aug 19, 2005, at 10:32 AM, Simon Lord wrote:

> ... just wanted to add that the video, by contract, is snappy and =20
> looks great.
>
>
> On Aug 19, 2005, at 10:23 AM, Simon Lord wrote:
>
> 
>
>
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=3D-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm


=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------

To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:33 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register