|
Home > Archive > Macromedia Flash Server > August 2005 > Audio issues server side?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Audio issues server side?
|
|
| Simon Lord 2005-08-19, 5: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
| |
| Simon Lord 2005-08-19, 5: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
| |
| Simon Lord 2005-08-19, 5: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
| |
| Frédéric v. Bochmann 2005-08-19, 5: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
| |
| Frédéric v. Bochmann 2005-08-19, 5: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
|
|
|
|
|