FLV Stream - Audio But No Video?
After exhaustive testing on numerous machines, platforms, bandwidths we got our videos working flawlessly across them all. Then today, in a Sales Presentation, this particular Dell machine performed everything EXCEPT the video. Very strange.
Ideas?
Thank you.
Adobe > Flash General Discussion
Posted on: 10/26/2007 11:54:28 AM
View Complete Forum Thread with Replies
Sponsored Links:
No Video/audio Stream Comming Thru
I succesfully installed FMS2 on my linux server... evrything seems to work fine. But I wanted to test it using a small application that I had running on a rented FMS port that I had been using.. after moving the application to my linux server - I could get no audio / video stream to come thru on the application... the admin console showed the connections comming into the application - but I could get now stream... please help me out here, I am a bit new at this... is there some server side config I need to setup on the FMS to make the apps available???
View Replies !
View Related
Extracting Video And Audio From A Stream
Good day, I'm using FMIS to capture and record a live video stream, and this is working great. I've found much of the information on how to accomplish this from several examples and forums - Thanks to the many publishers on this topic. Now I'm seeking guidance on: 1) extracting frame(s) from the video for which I will need to save a jpg, bmp, ...; 2) extracting the audio and saving it as mpg, wav, ... Ideally the extraction would be done straight from the stream but optionally could be done from the saved flv.
I've hunted around for a couple of days now and have found very little covering this topic. Any and all assistance is appreciated.
- Kevin
View Replies !
View Related
Video/audio Out Of Sync When Setting Changed To Stream
I had been making a flash and had the background music set on event. Everytime I tested it was fine, but a friend said that the audio would go out of sync on his system. I found i had to change the music layer from event to stream. That has seemed to make it worse, the frames are completely out of sync and I can't figure it out. Initially the music is roughly 28 frames off the animation then further on it gets to 70. The longer it goes the more out of sync it gets. The music isnt playing any faster and the frame rate has always been 12fps. So it's boggling my mind.
View Replies !
View Related
Can I Insert An Extra Audio Stream Into The Live Stream?
I have a project where I need to set up a broadcast (from pre-recorded files) so people can 'tune in' at a certain time to watch a show. Some of these shows should have a soundtrack, can I use SSAS to overlay an extra audio stream? So I would send one video and two audio streams out to the client as one stream.
Alternatively, can I use SSAS to replace the audio, so effectively demux the original audio off and send out a different audio stream in its place.
Thank you in advance for any advice.
View Replies !
View Related
Audio Stream
i'm trying to stream an mp3 from an external .swf.
everything works, but the song will only play if i
go through the entire timeline within _root and back
to frame 1.
from the initial first time you see the page, there's
no music.
here's the code on frame 1 for the music:
mySound = new Sound();
mySound.loadSound("../sound/sitemp3.mp3", isStreaming);
mySound.attachSound("../sound/sitemp3.mp3");
mySound.start(0, 999);
please help.
there must be some code that says exactly where to start
the loop and stop it from looping incorrectly.
View Replies !
View Related
Audio Stream
i'm trying to stream an mp3 from an external .swf.
everything works, but the song will only play if i
go through the entire timeline within _root and back
to frame 1.
from the initial first time you see the page, there's
no music.
here's the code on frame 1 for the music:
mySound = new Sound();
mySound.loadSound("../sound/sitemp3.mp3", isStreaming);
mySound.attachSound("../sound/sitemp3.mp3");
mySound.start(0, 999);
please help.
there must be some code that says exactly where to start
the loop and stop it from looping incorrectly.
View Replies !
View Related
Stream Audio
Can anyone tell me how to do simple streaming of audio. I have a page with a text list of different songs. I'm not quite interested in loading the songs into flash. i just need the texts to be linked to external mp3 files on my server so that when a user clicks on the text, the external mp3 file is streamed and activates the users own media player.
Thanks
View Replies !
View Related
[F8] Net Stream Audio
Hey flash kit
im trying to stream one audio file from another server how do i go about doing that, i cant seem to get it to work yet iv done it before in the past, know its only like 8 lines of code, ended with the onclick function that plays the stream
View Replies !
View Related
[CS3] Stream Audio Bug
Hi guys,
I've been doing workarounds for this problem for a while but it's getting ridiculous....
I have several streamed audios separated by frames that hold a stop action and a button with a play(); action on it. often, when the player reaches a stop action, though, it'll play part of the next audio stream before stopping partway through it.
has anyone else encountered this? is there a workaround?
I don't know if it matters, but I'm using AS2
View Replies !
View Related
AS3 Audio Stream
I'm trying to find a way to capture an audio stream from the microphone instead of having to send it to FMS. Anyone have any idea how this can be done? I don't care what format the audio gets stored in as long as I can play it back. I might store it in memory and I might save it to the hard drive using AIR. Some folks have figured out how to do this for video with the AS3 PNG encoder so I'm sure there's a way to do it.
Could this be done by hacking the NetStream class somehow?
To any Adobe folks listening in, Flash could really use video and audio encoding classes! I argh every day that it doesn't.
Thanks.
Mark
Edited: 11/09/2007 at 10:35:42 AM by nekcih
View Replies !
View Related
Audio Stream
I have a client who needs to stream audio messages.
The commercially-available solutions I've seen either have poor visual design, lack features or carry heavy bandwidth charges for overages - this is for a high traffic site.
I need something which looks good, works well and has start/pause/stop, volume slider and time/remaining features.
Suggestions appreciated- please and thanks.
View Replies !
View Related
Stream Audio Using Componant?
Hi,
I need to stream some audio (70MB WAV file)
In the export settings, I've reduced the output to mp3 to reduce the file size.
I now need to get it to work with the media controller companant but have no idea how. I've dropped the componant on stage, but what next?
Any help appreciated.
Cheers,
O.
View Replies !
View Related
Is There Any Way To Set .swf To 'stream' Without Using Audio File?
Hi,
whenever i want to speed along a .swf, i drop a silent audio clip into the movie and set it to Streaming... that way the movie runs along at the frame rate you want, and it doesnt get bogged down by slow connections...
is there a way to set the .swf to behave this way, without increasing the file size by having to add a sound file? without the sound file, the .swf slows down... silly question???
thanks,
j
View Replies !
View Related
Stream Audio To FMS2 With AS3?
Hello,
I've been struggling through AS3 now, and have almost gotten the hang of it. I can get audio streaming in AS2 to a FMS2 and recieve it on any listening client. My problem starts right at the Microphone.getMicrophone() instead of Microphone.get(). It appears they are the exact same function, so I assume that that isn't the problem. Is there a working example for me to use? If I use .setLoopBack(true), I can see microphone activity, but it still doesn't stream it. I'm assuming my problem is that a connection isn't being made.
View Replies !
View Related
Can Cam With Intergrated Mic Stream Audio?
i was just wondering is it possible to stream audio without extra Microphone? My cam has intergrated Mic and when i use it over NetMeting it will send both video and audio but wenn i use it in FlashCom Application it streams only video.
normaly u say:
ActionScript Code:
my_netStream.attachVideo(Camera.get());
my_netStream.attachAudio(Microphone.get());
this is fine if u have both Cam and Mic.
couse my Cam have Mic built-in, i tryed only this:
ActionScript Code:
my_netStream.attachVideo(Camera.get());
but audio is not sent
then i tryed this:
ActionScript Code:
my_netStream.attachVideo(Camera.get());
my_netStream.attachAudio(Camera.get());
but again audio is not sent
i think it is very annoying to people to have both Cam and Mic, having Cam with built-in Mic it is much more simple, u have(need) only one device.
So my QWuestion is :is it possible, and if , how?
Thanks forany ideas
View Replies !
View Related
Pop-ups + Audio Stream In Swf = IE Freezes?
What can that be
I have created several swf files, in different pop-up windows, as audio players in order to preview an Album.
You can check it at: http://www.venue-athens.com/eng/music/index.php
The situation is that if you start previewing the album and closing the pop-up windows (before the audio ends) after the 4th - 5th try internet explorer freezes.
Any ideas on that?????
View Replies !
View Related
Flash 8 Audio Stream
I have designed a small media player reading a continuous audio/video stream (broadcast).
Using "test movie" on flash 8, it works very well.
Uploading the swf file to the server and having included the <embedded> code, the player does not play, although the buttons, display, texts and so on work. What have I forgotten?
The site is www.tinmandownloads.com, and the stream is http://212.72.165.26:9386.
Any idea?
View Replies !
View Related
Audio Stream Modules
I'm working on an art project for school where im gathering real time audio data. all i want is a page with a simple talk button that people can use to submit sound. the structure of the site is simply a page anyone can access without registration and just submit sound. there will be another page that will simply play the sound that is submitted. so basically its a one way audio intercom.
i understand that i need the Flash Media Server for this but i dont really know how to program something like this. i found readymade flash chatroom modules but they are pricey and have stuff that i dont need because i simply just need the audio function. do you know of any free code that i can use to make this happen? any tutorials?
thank you
View Replies !
View Related
Audio Stream In Mono
Any one can help me?
I am current streaming a radio station in FM stereo signal, using Flex AC3 for the flash broadcaster, the sound card we use as the audio is 7.1 channels (CreativeSound Blaster),
we plug in the FM stereo feed to Line-in on card, and the stream only provide MP3 mono, what I done wrong here? any help is appreicated here.
regrads, MC
View Replies !
View Related
Can Cam With Intergrated Mic Stream Audio?
i was just wondering is it possible to stream audio without extra Microphone? My cam has intergrated Mic and when i use it over NetMeting it will send both video and audio but wenn i use it in FlashCom Application it streams only video.
normaly u say:
ActionScript Code:
my_netStream.attachVideo(Camera.get());my_netStream.attachAudio(Microphone.get());
this is fine if u have both Cam and Mic.
couse my Cam have Mic built-in, i tryed only this:
ActionScript Code:
my_netStream.attachVideo(Camera.get());
but audio is not sent
then i tryed this:
ActionScript Code:
my_netStream.attachVideo(Camera.get());my_netStream.attachAudio(Camera.get());
but again audio is not sent
i think it is very annoying to people to have both Cam and Mic, having Cam with built-in Mic it is much more simple, u have(need) only one device.
So my QWuestion is :is it possible, and if , how?
Thanks forany ideas
View Replies !
View Related
Sinhronize Audio Stream?
I got a problem! Maybe it is not a problem! I got a streaming audio file as sound object! Is it possible to get buffering size ( how is loaded ) I want to sinhronize audio with mc text! example I aready got streamed 10 sec and I know it is my text " Welcome to my site" and mc play"welcome to my site" Did I made clearly understood? Another process I need to implement! I am very beginner in flashy world! Thank U
View Replies !
View Related
Preloading Stream Audio Or Not?
Hello, I was just wondering about something so i thought you could tell me what you think about it in general.
Creating a mp3 player, I'm loading an external swf (around 800kb) containing only a track set on stream, on release of a button. Is it worth preloading it?
I made it try by a few friend and noone complained about the sound without preloader but what would the effect be for someone with a slow connection?
Also, would it be possible to preload the tracks in the background while the main movie is running. If yes, how would I go about it without affecting the main preloader and the main movie size.
I'm tired I'm off to sleep. Nighty nighty.
View Replies !
View Related
Audio Stream + SetVolume
Hi,
In my flash project I'm using a background-music that streams with a frame event.
Is it possible to control the volume of these streams??
Or do I have to use a soundobject? But if I use sound objects it has to be exported on the first frame, (right?), and if I do that, it will take forever to load properly,... What is the best solution?
I have to set the volume to about 20 or so, because otherwise the voice over isnt clear...
Thanks
View Replies !
View Related
Synching To Audio Stream
Question: is there a way to do this that I'm missing?
Once I start the stream, there's no stopping it, is that correct? And there's no grabbing the playback head and moving it back and forth over the sound that I might want to use, is that also correct?
All the documentation I have and have found is very rudimentary it seems.
I'm not synching to a button so it's not an event. What I'm doing is, making a picture appear at 100% at a drumbeat...or *is* that an event and I'm misconstruing?
Any and all information you guys might have would be appreciated in the extreme.
DeerRaven
View Replies !
View Related
Can Cam With Intergrated Mic Stream Audio?
i was just wondering is it possible to stream audio without extra Microphone? My cam has intergrated Mic and when i use it over NetMeting it will send both video and audio but wenn i use it in FlashCom Application it streams only video.
normaly u say:
ActionScript Code:
my_netStream.attachVideo(Camera.get());my_netStream.attachAudio(Microphone.get());
this is fine if u have both Cam and Mic.
couse my Cam have Mic built-in, i tryed only this:
ActionScript Code:
my_netStream.attachVideo(Camera.get());
but audio is not sent
then i tryed this:
ActionScript Code:
my_netStream.attachVideo(Camera.get());my_netStream.attachAudio(Camera.get());
but again audio is not sent
i think it is very annoying to people to have both Cam and Mic, having Cam with built-in Mic it is much more simple, u have(need) only one device.
So my QWuestion is :is it possible, and if , how?
Thanks forany ideas
View Replies !
View Related
Sinhronize Audio Stream?
I got a problem! Maybe it is not a problem! I got a streaming audio file as sound object! Is it possible to get buffering size ( how is loaded ) I want to sinhronize audio with mc text! example I aready got streamed 10 sec and I know it is my text " Welcome to my site" and mc play"welcome to my site" Did I made clearly understood? Another process I need to implement! I am very beginner in flashy world! Thank U
View Replies !
View Related
Preloading Stream Audio Or Not?
Hello, I was just wondering about something so i thought you could tell me what you think about it in general.
Creating a mp3 player, I'm loading an external swf (around 800kb) containing only a track set on stream, on release of a button. Is it worth preloading it?
I made it try by a few friend and noone complained about the sound without preloader but what would the effect be for someone with a slow connection?
Also, would it be possible to preload the tracks in the background while the main movie is running. If yes, how would I go about it without affecting the main preloader and the main movie size.
I'm tired I'm off to sleep. Nighty nighty.
View Replies !
View Related
Audio Stream Analysis
Hey guys,
So I have spent the last 2-3 hours or so trying to find any way I can accomplish this in real-time using flash, and before I resort to using something like flash amp, I am interested to know if anyone knows if there is a way to view or retrieve variables in the flash plug-in itself, through actionscript. I know that when methods are called, the variables you define in AS are passed to the methods in the plugin, and those methods have their own variables etc.. If it is at all possible to view get at those variable, and read them through AS, then theoretically it would be possible to do what flash amp does in real-time.
If anyone has any information on how I could proceed in this manner, it would be much appreciated.
Jonathan
View Replies !
View Related
Stream Audio With The SoundObject?
what up everyone,
I have a couple of songs that i need to place in an Audioplayer. I am familiar with certain functions of the soundObject(basically everything from the sound tutorial on this site). Problem is the songs take too long to load. I know i can easily make the songs stream if i placed them on the timeline. Id prefer to do it with Actionscript. Any Ideas?
thanks
View Replies !
View Related
Audio Stream And Flash
Hi,
I'm trying to do a JukeBox in flash, but i have one 'little' problem:
The Juke is working fine but the url to the MP3 must be like URL My mp3 file is hosted on a streaming server.
I need the url to be mms://www.etc.etc/etc.mp3, but flash seems not to accept this protocol.
How can i use mms protocol instead http?? When i use the url mms://www.etc.etc/etc.mp3 on WindowMedia Player or Internet Explorer it works fine, only doesn't on flash.
Someone?... please...
View Replies !
View Related
How Do I Stream An Audio File MP3 From A Button?
How do I stream an audio file MP3 from a button?????
I want to have 5 tracks listed
1. track 1
2. track 2
etc to 5
so when I on_release over one of the titles it will
play that particular audio file(mp3)
I dont whant to have more than one playing at time.
And can i use the StopAllSounds for my stop button???
Any Help Greatly Appreciated
Jamie_x
View Replies !
View Related
AUDIO STREAM... And How To Make It Work?
Hi,
I'm trying to make audio work in the MobiClip format, their manual says:
"Use 1 audio stream only and no audio events" and
"In the menu File/Publish Settings, set the Audio Stream format to Raw, Mono, 44 KHz"
As I understand, audio event is when it is scripted, like _root.MySound.start or something... and audio stream is when the audio is added to some keyframe in the timeline, right?
So I added sound to the keyframe, but when I disable "audio event" in the publish setting, the *.swf file is made without any sound. While if I have event enabled and stream disabled, the sould works in the *.swf file, but, naturaly, doesn't appear in the *.mo file.
Question: how do I make streaming sound?
Thanx!
View Replies !
View Related
Setting Stream Synced Audio On/off
I have been given a file that requires the sound to be switched on/off on a file, however the file was created with the audio on the timeline, set to streaming (ie it's an voiceover, so is imperative that it syncs)
Is there any trick to getting this "manual" audio to switch off or on?
thanks in advance...
View Replies !
View Related
Audio Scrubber Without Net Stream Object
I'm looking for a way to add seeking capability to audio playback. I can do it pretty easily for video, but I'm currently using a sound object which has no seek capabilities whatsoever.
Is there a different object or method I can use to direct audio playback to a particular point in the audio duration?
what I was trying (modification of a video playback tutorial):
PHP Code:
// initialize sound object
var as:Sound = new Sound();
as.loadSound("test.mp3", true);
var audioInterval = setInterval(audioStatus,100);
var audioLoaded:Number;
var audioDuration:Number = -1;
// update loader bar and scrub location
function audioStatus() {
audioLoaded = as.getBytesLoaded() / as.getBytesTotal();
loader.loadbar._width = as.duration * 170;
if( audioDuration == as.duration && as.duration > 0 ) {
loader.scrub._x = as.position / as.duration * 170 - 85;
} else {
audioDuration = as.duration;
}
}
var audioScrubInterval;
// start dscrub drag
loader.scrub.onPress = function() {
clearInterval(audioInterval);
scrubInterval = setInterval(scrubAudio,10);
this.startDrag(false,-85,this.y,85,this.y);
}
// end scrub drag
loader.scrub.onRelease = loader.scrub.onReleaseOutside = function() {
clearInterval(scrubInterval);
audioInterval = setInterval(audioStatus,100);
this.stopDrag();
}
// seek and continue on release (this is the part that obviously isn't working as sound objects don't have a seek method.
function scrubAudio() {
as.seek(Math.floor((loader.scrub._x/170)*audioDuration));
}
any help would be appreciated. I'm trying to avoid converting the test mp3 into an flv and hiding the video playback and i also am looking to avoid using netstrem.
View Replies !
View Related
Stop Audio Stream? Play Once?
After much messing on, im trying to get a button to be on and off itself, with a stream and have other buttons do the same which in turn turn off those other buttons. I have finally got it to work, its a messy code and the comments are out of line on some of them.
Anyway the problem:
Streams load on top of each other when you press a button, so you could press the button a hundred times and a hundred streams are playing!
Is there no way to have it like this?
Code:
stop();// stop the movie
// Variable set //
_root.radioSoundPlaying = 0
_root.radioSoundPlaying2 = 0
// Set variable to 0. This is so it can be referred to later to see if its been pressed or not
_root.radioMute = 0
_root.radioSoundFinished = 0
// BUTTONS FOR SPEECHES //
radio_btn01.onPress = function(){
unloadMovie (speech02_mc)
stopAllSounds();
_root.speech02.stop();
// On button press, create function and do the following
_root.radioSoundPlaying2 = 0
if (_root.radioSoundPlaying == 0 ){// if, the variable is exactly 0, do this
needle_mc.gotoAndPlay("needleSpeech01")// Go into the mc, play the label specified.
radio_btn01.gotoAndPlay("buttonDwn")// on the main btn, play label specified, this plays the button down and up when user clicks
_root.radioSoundPlaying = 1;// change the variable to 1, so when the user next presses it, it will not follow this section and do the other part.
speech01Info_mc.tween(["_x", "_y"], [352, 480], 4, "easeOutQuint");
stopAllSounds();
_root.speech01 = new Sound(speech_mc);// Create new sound on the root for clarity.
_root.speech01.loadSound("radioSpeeches/churchhill_rafSpeech01.mp3", true);// uses load sound which will stream the audio specified in green
} // end of if statement
else {// or do this if the above is not the case
if (_root.radioSoundPlaying == 1){// if the variable is exactly 1
removeMovieClip(_root.speech_mc);
_root.radioSoundPlaying = 0;// Set the variable back to 0 so the button is back to normal effectively.
needle_mc.gotoAndPlay("needleStop")// Go into needle mc, play the label specified. This returns the needle
_root.speech01.stop();// Stop all sounds, as others might be playing now
speech01Info_mc.tween(["_x", "_y"], [352, 672], 4, "easeOutQuint");
}// end if statement
}// end else statement
}// end overall function
radio_btn02.onPress = function(){
stopAllSounds();
_root.speech01.stop();
deleteMovie (_root.speech_mc);
// On button press, create function and do the following
_root.radioSoundPlaying = 0
if (_root.radioSoundPlaying2 == 0 ){// if, the variable is exactly 0, do this
speech01Info_mc.tween(["_x", "_y"], [352, 672], 4, "easeOutQuint");
speech02Info_mc.tween(["_x", "_y"], [352, 480], 4, "easeOutQuint");
needle_mc.gotoAndPlay("needleSpeech02")// Go into the mc, play the label specified.
radio_btn02.gotoAndPlay("buttonDwn")// on the main btn, play label specified, this plays the button down and up when user clicks
_root.radioSoundPlaying2 = 1;// change the variable to 1, so when the user next presses it, it will not follow this section and do the other part.
//_root.speech01.loadSound("radioSpeeches/churchhill_rafSpeech01.mp3", false);
//speech_mc.stop();
_root.speech02 = new Sound(speech02_mc);// Create new sound on the root for clarity.
_root.speech02.loadSound("radioSpeeches/hitler_warSpeech02.mp3", true);// uses load sound which will stream the audio specified in green
} // end of if statement
else {// or do this if the above is not the case
if (_root.radioSoundPlaying2 == 1){// if the variable is exactly 1
_root.speech02.stop();
_root.radioSoundPlaying2 = 0;// Set the variable back to 0 so the button is back to normal effectively.
needle_mc.gotoAndPlay("needleStop")// Go into needle mc, play the label specified. This returns the needle
// Stop all sounds, as others might be playing now
}// end if statement
}// end else statement
}// end function
Ive tried many things inc delete movie. Not working
View Replies !
View Related
Starting An Audio Stream From The Middle
I was wondering if it was possible to start streaming a sound from the middle. For example, if I load a sound using sound.loadSound(), set it to stream, and start playing the sound from 30 seconds, I have to wait for everything from 0-30 seconds to load before it starts playing. I was just wondering if there was any way to make it start streaming from 30 seconds, and not load the first 0-30.
View Replies !
View Related
Audio Stream Sync At High FPS
Hi,
Can anyone help me with audio stream hassles?
I have an animation that I am lipsyncing (roughly). The animation looks best at say 30 fps, but the audio streams end up miles out of whack.
The stream starts on the same frame in the time line as the animation... BUT when you test the file the audio stream plays MILES before the animation.
when i slow down the FPS to arounf 18, it all comes good, but looks worse.
Any suggestions or guidance appreciated!
:-)
Will.
View Replies !
View Related
Audio Stream Click To Start
Hi there. I'm really stuck on this:
I'm creating a site for a musician. We want 30 second music tracks to play when you click a link or button, replaced by a new track when you click the next link/button. I've read an online guide to this, and read all the Help files I can, but IT"S NOT WORKING!! Aggh. I've got Flash 8 and Dreamweaver 8.
All help greatly appreciated!
View Replies !
View Related
Security Issues On Audio Stream
I'm writing a streaming audio player in flex for a client of mine. Everything is going fine except for the security issues.
I'm using computeSpectrum to draw a sound channel visualization and that function is one of the one's flash security limits without proper use of a crossdomain file.
Basically its set up on two servers. www.clientswebsite.com/somedirectory/AudioPlayer.html is the page with my .swf.
streamstation.clientswebsite.com is a server with shoutcast set up. I had my client install IIS on port 80 so now theres a crossdomain file at streamstation.clientswebsite.com/crossdomain.xml.
The file is on the up and up:
<cross-domain-policy>
<site-control permitted-cross-domain-policies="master-only" />
<allow-access-from domain="*" />
</cross-domain-policy>
but for some reason I still get security issues poping up in my debug flash player.
I am not at all a server or hardware guy, I'm a humble flash developer and this security issue has me stumped. So, I would greatly appreciate any advice you guys have.
Also, if its relevant, I'm writing this in Actionscript 3.0 and Flex 3.
View Replies !
View Related
Stream Live Audio From A Socket
We have an app that delivers raw PCM encoded audio over a socket. We can control the format of the received audio. Is there a way to stream this audio using FMS? So far, it looks like the API only supports streaming from a mic device or a file. Would FCS support streaming from a FIFO if we wrote the raw audio to that?
View Replies !
View Related
FMIS 3 - Audio Stream Performance
I ran a broadcast last night and got to test out our new Win 2003 Server + FMIS 3 setup. We had issues with audio breaking up and I did some logging for diagnostics. I was hoping that the upgrade from Win 2000 + FMS 2 would resolve our audio issues, but it has not.
Details:
* 3.0 Ghz Dual processor, dual-core Xeon server w/ 2 Gb RAM
* Windows 2003 Server
* FMIS 3 default installation w/ application scope set to "inst"
* Audio-only stream, Audio rate: 11 Khz (31 kbps per client)
* Server's CPU usage was consistently at 3-4%
* Server's memory remained at 1.3Gb/2Gb available
* A large portion of clients may have dial-up, satellite, municipal wireless, rural DSL
Timeline:
8:00 - broadcast started w/ about 250 users connected
8:16 - 300 users connected, major audio breakups (5-10 seconds of silence, back on for a couple seconds, then silence again, garbled audio) Lasted about 3 minutes
8:19 - CPU usage jumped to 25% briefly and audio came back to a consistent level
8:37 - A few 1/2 second audio skips
8:40 - Audio breakups for 1-5 second periods (lasted for about 1 min)
8:43 - Intermittent skips, completely lost audio for 20 seconds, then had garbled audio (CPU: 3-5%, RAM: 1.3G available)
8:47 - A few 1/2 second audio skips, then 1/2 second of garbled audio
Any suggestions would be appreciated
View Replies !
View Related
Multilanguage Audio In A Single Stream?
I'm streaming two languages simultaneously, one from a live camera and one from a live translator. Right now this is set up as two separate streams which works alright, but I'd like to combine the two audio streams so that a single recorded flv would contain all the audio with the client choosing the language of playback.
Is this doable with fms3? How have other people dealt with live-translated streams?
Any thoughts would be appreciated.
View Replies !
View Related
|