Php :: XMPP Or Websocket Or Others For Realtime App?

Apr 25, 2011

I heard of XMPP, websocket. I'm confused about what to use. For example let's say I'm a financial broker and distribute real time quotes to client platforms on the web and on desktop in Flash, .NET or PHP. What should I use ?

View 1 Replies


Similar Posts:


Html5 - Using WebSocket With Flash?

Jun 24, 2010

I found web-socket-js for running WebSocket in Flash.

If I run WebSocket under Flash, can all browsers with Flash player installed support this?

View 2 Replies

C++ :: Use Of XMPP In Flex Code On UDP Protocol

May 24, 2011

I am working private network.This alread developped product which implemented using TCP(client server technology). Existing product is as follows

-There is a UI which is developed using flex, where user can see video or snapshot
-There is a server which is developed using c++,which redirects request from UI to gateway.
-There is gateway which is connected with the Camera,which stream video to UI through server.

Now we wanted to add p2p technology to existing client server.So it will support TCP as Well As UDP.Presently we are exploring flex and XMPP to implement the p2p.as newer version flex of flex support p2p using RTMFP, but thats the propriety protocol of adobe.if we use RTMFP we need to change all the existing code that we dont want.I wanted to implemented to p2p using flex client(UI) which will use XMPP to communicate with Gateway and Server. Is it possible to use XMPP from flex code.Will XMPP support UDP p2p or not.

View 1 Replies

Iphone :: WebSocket Library For Android / IOS And Flash

Jun 14, 2011

can someone please provide an example of WebSocket implementation in Android, iOS(iPhone/iPad) and Flash (not flex!).I found some libraries but none of that work :). My browser WebSocket implementation is working great using Socket.IO, now I would like to dig also into Android, iPhone and Flash. I tried to implement a Android webview pointing to a website where sockets are implemented, but it doesn't work. I would be great to have some native library for that.

View 5 Replies

Ruby :: Combine Websocket Server With An AIR Client?

Feb 28, 2012

I'm working on what should become a quiz-like mobile app. The idea is to combine a Ruby websocket server (or preferably Juggernaut as the app has chat functionality) with an AIR client.In the past few days I've been trying different web socket servers with multiple Flex code snippets but I can't get any of the clients functioning. Looks like the connection is made but I get the idea that the client is unable to perform the handshake correctly (and subsequently disconnects). A lot of the Flash/Flex code snippets I found are a few years old so my guess is that the web socket protocol has evolved in the mean time without the Flash/Flex code bases getting these updates.

View 1 Replies

Actionscript 3 :: Make A Project: XMPP Client On Adobe Flex?

Feb 25, 2011

In my university a have to make a project: XMPP client on Adobe Flex. On this occasion I've decided to learn any architectural framework and to use it in my project. Could you advise me, what framework would be the best one for the XMPP client? What are advantages and disadvantages of this or that framework?

View 7 Replies

Media Server :: Possible To Make Communication Between FMS Chat And XMPP Server?

Jul 22, 2010

the chat client application is created using adobe AIR, the application should be able to do communication sims like Google Talk and AIM does. If it is impossible is there any other solution to do that?

View 2 Replies

ActionScript 3.0 :: How To Get The Realtime Weather

Jul 9, 2011

I want to make a flash game by actionscript. Now I want to get the real time weather in my game. But I don't understand how,about this.p/s: I'm Vietnamese, my English is not good. I hope all you understand properly.

View 3 Replies

ActionScript 3.0 :: Add Realtime Sound Effects?

Aug 14, 2009

I'm playing around with the new Sound API in flash player 10 and I managed to load a mp3 from HD, extract it's bytearray and let it play. While playing I can play around with the pitch in realtime.

Now I want to add distortion, bass and echo on the sound, the only thing is I'm not a music specialist. I don't know the mathematics behind the effects.

View 3 Replies

ActionScript 3.0 :: Change The Scaling In Realtime?

Jul 2, 2009

my flash site is a full flash site...

Flash CS4 - AS3
swfObject2 / dynamic / embed

in default the scaling is "noscale" because i don't want to scale whether a bit the browser the full flash site... there is a button to go in fullscreen, that's works fine...

BUT

in the flash doc will be another button and WHEN the user wants it, click that button and the scaling changes in realtime without the browser reload the entire page... the button sets the scaling to "showall".

that's what i want... is it possible to change the scaling in realtime?

View 4 Replies

ActionScript 3.0 :: Realtime Audio Recognition In Flash?

Sep 20, 2009

i am currently working on a audio visualizer in flash but is stuggling to get flash to detect sound off my onboard sound card. Is it even possible now with flash 10? Something like an audio fft but in flash.

View 4 Replies

Media Server :: Using FMS As Realtime Video Monitoring

Jan 5, 2011

I have some experience with FMS and Red5 development for simple online video publishing application, I am not sure if FMS is viable for my new application). Here is the requirement

1. I need record real-time video to disk file from a 8-way video-capture-card.(the card is supported by FMS). The recording procedure starts just after the system startup without any manul operation by user. In another words, I need the recording procedure start with the Windows automatically without interaction

2. If the answer to my first question is YES, then: If the FMS record videos from a 8-way video-capture-card, with 640pxX480px each way. What is the minimal requirement on the hardware? A machine with 2.0GHz CPU with 512MB, is it enough?

3. What is the best practice do you think to organization the 7x24 video record files?

View 3 Replies

Flash - Modifying Sound Data (MP3) RealTime

Dec 24, 2009

var sound:Sound = new Sound();
var req:URLRequest = new URLRequest(url);
sound.load(url)
I want to modify the sound data (an mp3) as it comes in. Specifically, the mp3 will be encrypted using a stream cipher and I want to decrypt the data as it comes in. Is this possible using some type of event?

View 3 Replies

Actionscript 3 - Use Flash Read Realtime File.txt?

Dec 10, 2010

How can I use Flash AS 3.0 read realtime file.txt ?

View 1 Replies

Flex :: Realtime Effects On A Video Component

Jul 27, 2011

I have a flex 4.5 application that uses a mx:VideoDisplay component to display the webcam. how can I add realtime effects to that VideoDisplay component? for example: changing colors, particle/grain looks, wave effects,

View 1 Replies

Flash :: Realtime Update And Push Data In AS3

Aug 13, 2011

i want to make a real-time update for my flash application. Instead on making it refresh each 30secs, i would prefer the push technology. What is the best way to push data in Actionscript 3?

View 1 Replies

Flash - Implementing Realtime Connection Between Players

Oct 11, 2011

I need to implement a realtime connection between 2 or more players, that will play a Flash game. I've read that RTMFP is a good choice to make this connection the best possible (were best=less lag between actions), but, I am quite new to this kind of things, what documentation/tutorial/guide you think would be the best to get started and finally make a good implementation of RTMFP?

(Also, I read that there are differents servers or frameworks that provide the same, like Cirrus, Red5, etc, what pros and contras have this?, taking cost into account). I was reading the adobe documentation, there is an example too, but I'd love to see some more flash game based example, even a very basic one, so I can extend that functionality and start making tests. I got it working, now, I need to know how to make a webservice for the peer ID interconnection.

View 1 Replies

ActionScript 2.0 :: ScreenResolutionX/Y Realtime Refresh Not Supported?

Oct 27, 2006

I have following issue: System.capabilities.screenResolutionX and System.capabilities.screenResolutionY doesnt seem to refresh realtime while the movie is playing and user changes the resolution of the desktop.Although this is somehow unprobable - that user will change resolution of the desktop while viewing websites - i would like to detect this user's action and resize the website content accordingly.

[Code]...

View 4 Replies

ActionScript 2.0 :: Variables From Flash To The Url Address In Realtime

Mar 28, 2007

Any one know how to (or if it is possible) to send variables from flash to the url address bar in realtime ?

View 3 Replies

ActionScript 2.0 :: Control Flash With Realtime Sound?

Jun 20, 2008

I was curious if anyone knows of any experiments or API's out there that would allow a user to control flash interaction/display etc...via voice or sound commands in realtime with their cell phone? Let me know.

View 7 Replies

Media Server :: Streaming Live Video In Realtime?

Aug 11, 2010

I am a Wedding/Events Photographer/VideographerOne of my client want his events be live streamed over internet, I am quiet new for this type of jobas to what Software / Hardware I have to purchase for Live Streaming of Video over Internet.. and how it will encode in realtime.?

View 8 Replies

Flash - Picnik-like Signup Form With Realtime Validation?

Nov 7, 2010

I'm about to build an OOP signup form in AS2 with realtime data validation. There are 3 fields 'Username', 'Password' and 'Email' and two of those will check with the server to see if the the username or email is taken. This is almost identical to the signup form on [URL] The way I've experimented with so far is to begin an onEnterFrame event on the textField as it receives focus. This onEnterFrame function checks for spelling, character count etc When the textField loses focus it then sends the data to the server and checks if it already exists. If it doesn't, it will validate. What I've written works rather well (up until the submitting - haven't worked that out yet) but the code is rather unwieldy and seems too long.

What is the best way to go about building this? Are onEnterFrame checkers the best way to go? Should the data send to the server onKillFocus? Should the submit button trigger all the onEnterFrame validation functions to run again (in case the user didn't wait for validation)

View 1 Replies

Actionscript 3 - Flash 10.1 - Applying Realtime Effects To Microphone?

Feb 9, 2011

I'm trying to write a flash application which takes a Microphone stream and applies realtime effects and outputs this back to the speakers. I'm finding I'm having problems with stuttering when taking the output from the mic, copying this into a ByteArray amd then using a seperate

sound = new Sound();
sound.addEventListener(SampleDataEvent.SAMPLE_DATA, processSound);
sound.play();

to read from this ByteArray and play back the sound.I have noticed that the input from the mic's bytesAvailable changes, and also that the two events (the mic's SAMPLE_DATA and the sound's SAMPLE_DATA) aren't firing A B A B A B A B like would be needed but is more random.

Am I right in thinking that the mic.SAMPLE_DATA event fires at different intervals with different amounts of data and a working implementation would need to read the available data in and buffer the input so that the Sound SampleDataEvent would always have something to play back to avoid the stuffering?

View 1 Replies

Media Server :: Record Microphone Modify In Realtime Bytearray?

Sep 16, 2011

I would like to access to microphone bytearray in realtime to modify the sound to record.How can i do this?

View 4 Replies

ActionScript 3.0 :: Grab A Sound And Make A Realtime Waveform Graph?

Mar 7, 2012

I found on Adobe website this cool as3 code to grab a sound and make a realtime waveform graph (I cannot post the link..The problem, to me, is that I cannot create in the same stage 2 graph from 2 input: the mic and an mp3.In my purpose, I'd like a stage with just 2 waveform graph. the upper one with the realtime voice from the mic input.the second one (just below the previous one) with a similar waveform graph but drawn by an MP3 file (or wav).

At the beginning I tried to use 2 inputs ".microphone" but I can always see just 1 graph. It's like the resources cannot be shared (al least not so simply).

View 3 Replies

Flash :: Realtime RTMP Streaming Of User-uploaded Files, As They Upload?

Jan 12, 2010

I want users to be able to upload audio files to my server (say, over HTTP.. mechanism doesn't matter much), and then I'd like to assemble those files into a playlist and stream them out over a live RTMP stream to a Flash widget.The catch is: I'd like to begin streaming the audio files before they completely finish uploading. For example, if a user uploads an hour-long mp3, I'd like it to be able to begin playing on the RTMP stream once, say, the first minute has been uploaded.I'd like to support mp3 and AAC, and would hope to avoid re-encoding the files. Is is there a way to make this work with Wowza, Flash Media Server, or some other clever solution?

View 2 Replies

Actionscript 3 :: Stop Google Analytics Realtime Tracking On Adobe AIR App After Closing?

Feb 29, 2012

I'm using Adobe's Google Analytics SWC library for flex. What I'm trying to achieve is to simply be able to utilize the realtime features of Google Analytics to know when users have my AIR desktop application open.Making it detect an open application was easy enough. I can visually see the count on Google Analytics getting updated in a matter of seconds whenever I open up my application. However, the problem occurs when I close my app. Google Analytics doesn't seem to detect a closed app and still detects it as open on the realtime view. How would I go with making Google Analytics know that the application has stopped?

So far, it seems the realtime counter only reverts back to 0 after some 30 or so minutes that I have already closed the app. This leads me to believe that it was considered to be idle by Google and so decided to update the statistics. That might be good and all but I really want to utilize the realtime capability so I need it to reflect when an app closes with only a few seconds of offset.

View 1 Replies

Flash :: External Audio Processing Technology Player Interact With In Realtime?

Apr 3, 2012

There may be more than one answer to this, but I'd like to know if there's some technology out there that exists to handle Audio Processing / Playback in realtime, so that Flash can:

Interface with the technology / plugin to generate sounds with no delay or lag. Apply DSP effects (Reverb, Delay, Dynamic Range Compression / Expansion, Distortion, etc). Manipulate DSP parameters in realtime (sweeping an EQ filter's band or Q).

The most important thing of all, would be for this technology to be available to most users, as it would likely be used for Gaming environments or online Audio production, even. So far, Flash has a few ways to manipulate Audio Data, such as the SampleDataEvent, Andre Michelle's Popforge library, chiptune libraries like SiON, and possibly some other unheard of libraries.

I'm not really convinced though, that these methods are the optimal ways to create interactive sounds - sounds that change depending on game conditions, sounds that closely responds to the users actions. Nothing (that I've seen so far) easily allows developers to create or communicate with a DSP effect in order to manipulate the sound in this way, in realtime.

I know that Flash has the ability to communicate over sockets / ports, so perhaps there is an existing library that can communicate with an external plugin, and can be easily distributed to users at the same time.

Is there such an audio solution out there?

View 1 Replies

ActionScript 2.0 :: Soccer Game - Showing Classic Results Realtime With Scores

Jul 19, 2003

I want to make a soccer score game. A game that shows classic soccers results realtime with the score at the point they where scored.

An example:
World Cup 1986 Mexico
West Germany - Argentina
The final score 2 - 3
The players who scored and the exact time:

---West germany---
Rummenigge (74 min)
Voller (82 min)
------------------

---Argentina------
Brown (23 min)
Valdano (56 min)
Burruchaga (85 min)
------------------
The total of matches with data like above is 45.
The total time of a soccergame is 90 minutes.

And further more I want a start player selection kind-of-thing like this:
USER INPUT
select game [] (ex. VM 86 mexico, VM 94 USA etc.)
select number of players: [] (ex. 4)
select number of games pr player [] (ex. 5)
Select total time of playing [] (ex. 60 minutes)
Write the name of the players

1. Load external data (the pool of matches)
2. Get user input
3. Select random matches for the players
4. Calculate the time (90min/60min etc.)
5. Tell clock countdown the time and start the countdown from 90min to 0min
6. When a scoretime is equal to clockcountdown time then display game score and the soccerplayer who scored and the name of the player who got the match.

View 2 Replies

ActionScript 3.0 :: Chroma Keying Realtime Webcam Input, Converting It To A Transparent Video?

Mar 5, 2011

i am taking video input directly input from the webcam, what i want to do is to chroma key the input and run it over another swf, but the problem is i am getting a white background after chroma keying. i have been reading many blogs about how to get it done using bitmap/pixels.but i am just an interaction designer and very bad at coding and stuff

View 1 Replies







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