Flash :: Mixing Two Streams And Saving Them To FLV With FMS4?

Mar 30, 2011

I'm trying to figure out how can I mix two NetStream objects into one FLV file using Flash Media Server 4. Saving one stream isn't problem but I have two concurrent streams (one is pure audio from Microphone object and second is Camera+Microphone) and I want to save them as single FLV using NetStream.publish(streamName, 'record').It will be kind of live chat but only with one video.

View 2 Replies


Similar Posts:


Java :: Saving Two Streams Of One Of Video And Other Audio Using Xuggler And Red5

Dec 21, 2011

I am using a red5 server. I am doing a two way video conference using flex application. My current red5 server is storing both streams as different flv files.

now i have done some editing and have saved these edited files as one with video stream

[Code]...

View 1 Replies

Mixing Videos In Flash?

Jul 12, 2010

is it possible to mix videos and webcamera streams in flash to send them to flash media server as one stream?

Forexample put two webcamera streams side-by side and send them to server as one steam.

View 1 Replies

IDE :: Mixing Flash And HTML?

Jan 29, 2009

I have a question regarding navigation using Flash and HTML. I'm building a website that will hopefully feature an animated navigation area. Ideally, when the user clicks on the link inside the Flash clip, it plays a short animation and then loads the target HTML page.Is it possible to merge a flash movie clip and HTML content, and have the flash part link to other webpages? Or do I have to build the entire website in flash and use the timeline to link between "pages"?

View 3 Replies

ActionScript 3.0 :: Mixing Flash With HTML?

Jan 26, 2010

I'm building a Flash nav with dropdown menus that will drop down in front of some html (i.e. text, buttons, images). In my initial testing, even though the drop down area in my Flash movie is transparent, it's still physically in the way if I try to get to html buttons or text underneath. Is there a way for a Flash movie to change size, (i.e. get larger on roll-over to accommodate dropdowns, then get smaller on roll-off?

View 2 Replies

ActionScript 3.0 :: Recommendation For Mixing Flash And Html?

Jul 11, 2010

Imagine a website that sells clothes. If you click on the jeans link, a new page opens up with all of the different jeans. Anyway, I am building a flash module to put up on the page. It will be the one pulling up all of the different jeans from a database, rather than before where if you clicked jeans it brought you to a new page, flash will simply open it right up on the home page. Is there going to be an issue with resizing? For different browsers, and different resolutions, am I going to have a problem?

View 4 Replies

Flash :: Mixing AS2 And AS3 - Trace Out The Current Label In Movie's Main Timeline

Feb 23, 2010

For the life of me I can't figure out how to trace out the current label in my movie's main timeline. This is in AS3. I have a button on stage that spans the timeline of the movie. It detects keypresses. I want to trace the current frame label that the play head is on.

[Code].....

I get "_level0" for this...and undefined for the rest. What am I doing wrong here?

View 1 Replies

Media Server :: Make Recording Into The Flash And Fms4?

Oct 11, 2010

I have developed an application with fms3.5.3 and there is some latency problem so my client is looking peer to peer communication "FMS4" with video recording, how is it possible

View 1 Replies

Flash :: Access Canon Digital Camera In A3/FMS4.5?

Jan 24, 2012

I am working on HD video recording project and I just want to use Canon T3 digital camera in my project and i am not able to access other camera but not Canon T3  so,

View 1 Replies

Mixing Arrays Randomly?

May 12, 2009

How can I mix an array randomly in as2? I have this code so far:

Code: Select allfunction startGame(){
for(i=1;i<=52;i++){
cards_array.push(i)

I gues you see this is for a card game (hearts).If I want to mix the cards I have to mix the array...

View 2 Replies

ActionScript 3.0 :: Mixing Mp3 With Recorded Sound?

Aug 10, 2011

I need to mix 2 sound data, one is a mp3 sound byteArray and the other one is a recorded sound byteArray.  I use URLLoader to load the mp3 external file into a byteArray.  The sound is recorded on a microhpone and stored in another byteArray.  I need to save to a file - the mp3 comes first and the recorded sound after.  I am using WavWriter to write it out as a wav file.
 
The mp3 is in 44Khz and 16-bit rate.  The recorded sound is in 44Khz and 8-bit.Is there a way to do this?  I have researched for a few days already and tried a few things, but still cannot find the correct way to do this.

View 4 Replies

Flex :: Mixing Different Version Of The Same Library?

Aug 25, 2009

How can I use two version of a library in the same project in Flex (using Eclipse). (in my case the library is papervision3d , and I have written some code using the older version, but due to big changes many of the used function exist no more)

View 1 Replies

Actionscript 3 :: Mixing 2 Sounds From ByteArray?

Mar 28, 2011

I have build a mixer and save all the sequence in an array and then play it again, now I want to save the mix as an MP3, I have looked for any way to save the mix and the answer is to load the sounds as byteArrays (sound.extract) I have acomplish that but I don't really know how to store all the sounds in just one ByteArray in order to save it as MP3, I got this code just for example, loading 2 audio files and store them in separate ByteArrays, and play each sound, how to store the 2 byteArrays in just one?

var mySound:Sound = new Sound();
var sourceSnd:Sound = new Sound();
var urlReq:URLRequest = new URLRequest("Track1.mp3");

[Code]....

View 3 Replies

Actionscript 3 :: Detect When The Shader Is Done Mixing The Audio?

Jun 10, 2011

so this the code with it i am able to mix several trackswith a Shader done in pixel bender.the problem here i don't know when the mixing is finish or all the sound reache their endto be able to save the bytearray into a file any Event or something like that

package
{
import flash.display.*;

[code].....

View 1 Replies

ActionScript 3.0 :: Mixing Different Audio Files And Exporting To Mp3?

Jul 10, 2010

it is possible to mix different audio files and export them into an mp3 file for the end user to download to his computer.Actually, I know it can be done because they do it in various sites (aviary's myna , looplab , audiotool , remixgalaxy), I just need help on how to do it. I have the mixing part pretty much covered. My problem is with exporting the file to an mp3. I imagine that some external progamming language might be required, but I couldn't find an answer on Google... Php is my prefered language, but I'm willing to learn another one if it's not possible with PHP.

View 6 Replies

Media Server :: Mixing In Live Streaming Microphone And MP3

Nov 4, 2010

We intend to develop a Flex client application the user to send audio from your microphone and mp3 at the same time to a server that Flash Media Server.It would be a mix of microphone and music in mp3 that is playing in the application at the same time transmitted to the listeners.What will be the version of Flash Media Server that enables this mixing of audio from microphone and music played on the client in flex?

View 1 Replies

Flash :: Intercept Video And Audio Streams?

Sep 16, 2011

is there any Java library out there that can help intercept video and audio streams being sent through the browser?

So for example, a video starts loading through a flash player using some Flash server, the java application would listen for video/audio stream and capture and write it to video on the disk.

View 2 Replies

Flash :: Set The Keyframe Interval For RTMFP Streams?

Dec 15, 2011

I use RTMFP with NetGroup and Adobe Cirrus. Broadcasting settings are 320x240 with 5 fps.

However, in some cases it takes a long time for the webcam stream to appear (10-20 seconds, even if having a 1:1 connection). If the stream appears eventually, it looks like this:

I think this comes from a high keyframe interval and the subscribers needs to wait for the next keyframe, so that the stream appears properly. This happens in contrast to streaming servers, where the server caches the last keyframes from the publisher stream.

how I am able to tune the broadcasting, e.g. set the keyframe interval and other settings. Can you recommend a good setup? And, why is this issue not popular (I haven't found much information about it)?

View 2 Replies

ActionScript 3.0 :: Audio Streams Into An Array Within Flash

Feb 7, 2011

I'm currently working on a University project which involves importing audio streams into an array within Flash using AS3. At the moment I have all of the feeds importing successfully but I need some help with the next step of assigning identifiers (i.e. names) to each array item. My plan is to link these assigned identifiers with a visualisation which will play accordingly when the stream is being imported. Below is the current code I have. The links for the audio streams have had to be removed due to legal reasons.

[Code]....

View 1 Replies

Media Server :: MulticastPlayer Sample In FMS4?

Nov 9, 2010

where is the source code for the multicastplayer sample that is located in <installed directory>AdobeFlash Media Server 4 oolsmulticastmulticastplayer directory? The StrobeMediaPlayer does not use the same html code and does not playback a rtmfp multicast stream.This is the code used in the multicast sample player to pass the manifest.f4m file into the player to playback a Multicast Stream which is not used in the StrobeMedia player sample.

var flashvars = {};            <!-- Add manifest file location e.g. flashvars.manifest = "manifest.f4m"; -->            flashvars.manifest = "manifest.f4m";            <!-- Enable debugging -->            <!-- flashvars.debug = "true"; -->            <!-- Adjust buffer time&#160; - default is 4 seconds -->            <!-- flashvars.bufferTime = "10.0";  

View 4 Replies

Actionscript 3 :: FMS4 : Remote Sharedobject Reading?

Feb 20, 2012

I can create (AC3 and FMS4) remote sharedObject (but it's not listed on FMS admin panel, either on local server running on winXP Pro). When I trace results I see firstame value "myfirstname":

<...>
public var _so:SharedObject;
<...>[code]...

but when I want to get these values from another swf and browser with the same connection details, I don't receive anything. No ideas about returned errors, but i think it should be o.k., as I use like this to receive _so values:

<...>
_so = SharedObject.getRemote("myRemoteData", nc.uri, false);
_so.connect( nc );

View 1 Replies

Flash :: Recording And Playback Of Multiple Video Streams?

Nov 10, 2009

I am planning an implementation for a lecture capture solution for a local university. It is supposed to record all aspects of the lecture: the presenter will be recorded using videocamera + mic, his desktop activity is captured and optionally the whiteboard is captured as well (using Mimio). These input streams arrive (as video streams) to a computer that stores the recording on its harddisk. The file format for the recording should be able the hold multiple streams (Matroska for example).

The recording will be available from the uni's website. So at the client-side Flash seems a natural choice.

The player should display the different input sources into different rectangular regions of the player. One region displays the presenter, another region displays the desktop recording.

Is it possible to use a Matroska file as source for Flash streaming? If yes, how?
If no, is there another container format more suitable for this? The FLV format can only hold one audio and one video file. Is it possible to have one Flash client receive multiple streams and diplay them in different regions of its own canvas?

View 1 Replies

ActionScript :: Flash - How To Synchronize Multiple Video Streams

Oct 29, 2010

I'm trying to play multiple video streams simultaneously. However, I cannot synchronize these videos to play at the same rate.

I have three 45-second videos in FLV format and I use flash.net.NetStream to play these videos. I call netstream.play() of these netstream at the same time (by using a for-loop). However, these videos are out-of-sync even all videos files are on my local machine.

For example, when the wall clock is at 10th second, the first video is at 7th second, the second video is at 10th second, and the last video is at 5th second.

I think it may be affected by different jitter delays when streaming. However, I still cannot find the way to solve this problem.

View 1 Replies

ActionScript 3.0 :: Live Flash Video Streams Broadcasted?

Oct 23, 2009

How are live flash video streams broadcasted? I am guessing that as the broadcast is recording, the people that are watching are watching what has been recorded to an flv file a few seconds ago, making it 98-99% live, since it is a few seconds off of the actual recording time.

View 0 Replies

ActionScript 3.0 :: Visualizing Multiple Audio Streams Within Flash

Feb 16, 2011

I'm currently working on a project which involves importing audio streams and visualising them within Flash. At the moment I have two files, one which can import all of the streams at once, continuously and another which visualises just one of the streams using an example animation I found which will be replaced at a later date. My problem is connecting the array to the visualisation so that all of the streams interact with it and affect the animation. Below is the code I have for the multiple streams with no visualisation file.

Code:
var stream_arr:Array = new Array(
"mtl2.liveatc.net/kbur",
"bos.liveatc.net/6b6",
"m1.liveatc.net/kbwi_belay",
"aus.liveatc.net/kccr",
"mso.liveatc.net/zob_cle",
[Code] .....
Note that I have removed the "http" from all stream addresses due to my low post count.

And here is the code I currently have for the file which can visualise only one stream, rather than the multiple I would like.
Code:
stop();
function goBack(evt):void {
gotoAndStop(1);
this.removeEventListener(Event.ENTER_FRAME,spectrum);
} var snd:Sound = new Sound();
[Code] .....

View 1 Replies

Media Server :: Send Webcamera Stream To FMS4 By UDP?

Nov 7, 2010

How can i send webcamera stream to FMS4 by UDP. i need the UDP speed and the server ability to save the audio/video confirence

View 3 Replies

Media Server :: Multicastplayer.html That Ships With FMS4?

Dec 16, 2010

The player that ships with FMS4 seems to be the only player that works for IP Multicast in FMS4. Does anyone know where it's source code lives? I've tried RealEyes and StrobeMedia sample players but those are not working on a Mac

[Code]...

View 2 Replies

Media Server :: FMS4 On Win2008r2 Can't Record Audio?

Jan 31, 2011

I have problems recording audio using FMS4 on Windows 2008 R2.I have an old server, it's a Windows XP with FMS 3.0.2 that is working perfectly but now we're upgrading the server to Windows 2008 R2 with FMS4.I'm trying on my developpen enviroment with FMS4 Developper Version (Trial).Using the same program (AS3) to record audio that works on my old server.

I got this traces on Flash: NetStream.Record.NoAccessNetStream.Buffer.EmptyNetStream.Buffer.EmptyNetStream.Buffer.Empty
...

This are my settings after intalling.Port 1935 (didn't add port 80 because it's being use by IIS).Set "LIVE_DIR = C:Program FilesAdobeFlash Media Server 4webrootlive_recorded" on "C:Program FilesAdobeFlash Media Server 4conffms.ini

Set the "applications" folder's permission to "Everyone" to "Full control"Diabled Firewall

Even tried setting the "Flash Media Server 4" folder's permission to "Everyone" to "Full control".

View 5 Replies

Media Server :: FMS4 And HTML5 Failback / Where Should Files Go?

Jun 15, 2011

I have recently purchase and insalled FMS4.I have created several .FLV video files and (.MP4 h264 files for failback for those who would like to view the videos from iOS devices).I have the .FLV files working great on the streaming player (Longtail) using RTMP.My player allows for a failback to .MP4 version of the video for 'Progressive Download' and 'Download'.I understand that HTML5 will not work with RTMP.Is there a way to house these .MP4 files on the FMS and serve them using HTTP from the FMS?Is there an area within FMS that allows HTTP serving?I read something awhile back about setting up Apache Server HTTP to serve the videos.Is this feasble or I'm I better off just putting the files on my web server and linking to them there?Can someone give me some advice on best practices when using failback for HTML5 videos in cases where flash in not available?

View 1 Replies

Media Server :: FMS4 Record Stream App Generate 1kb Flv

Jun 20, 2011

i've done an as3 application that record a video stream (webcam) with fms4. The problem is that the files generated have a weight of only 1kb.[code]

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved