ActionScript 2.0 :: Stream Video From Several Web Cams?
Oct 2, 2010I am trying to stream video from several web cams...
View 2 RepliesI am trying to stream video from several web cams...
View 2 RepliesThis will create an flv video file on flash media server:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
ns.publish("yourCamera", "record");
ns.attachVideo(Camera.get());
How can I generate an image for the current video frame every 2 seconds?
For fun I'd like to recreate [URL]. Basically i need to be able to stream webcam video from one computer to another using flash.
View 1 RepliesI want to implement an internet chat application, I mean, I want a front end, which connects a web cam (mic and speaker). So, I can send videos and audios to a back end server (do flash streaming? but I am not sure what good product out there I can use), and also send both A/V to another computer on the internet. In other words, need a front end that sends local a/v from webcam (&mic) to backend and receives remote a/v from backend to webcam (and speaker) + backend streaming server.
View 4 RepliesI have a 100mb movie that my friend wants me to stream onto his website to the size of a youTube HD video.
He would prefer the movie to be loaded onto his host than youtube.
What are possible options?
What would you recommend in converting the 100mb to a smaller size whilst still have an acceptable quality like youTube videos. What size are we looking at for a 100mb downgraded for streaming?
I have to stream videos in my php site? how to do that. any body knows any free flash player given sites link.
View 1 RepliesHow can i stream video live by the help of PHP like live tv? I am willing not to use flash media server. If it is must to use it then which server is free and reliable?
View 1 RepliesI'm looking to be able to embed an SWF file that will stream videos from a server
It needs to be an SWF because we are embedding the SWF in the OpenSpace Isometric world in order to display video.
Possible to place or insert text on live video stream using the FMS?Whether with any solution or plugin.I am a web radio broadcaster and would like to have information on the screen like the station's phone number instead of having to keep reading it out all the time.
View 2 Replies[code]...
As seen above, I have only one idea how to take an external video file which is not in library.If I put this swf to a domain and put in the same domain this video also, what should be the link like.There is an rtmp protocol and fms server which I have little knowledge.Also , is a url loader or request method available for external video files to play in the swf.
i am new to flex. I have this task. My boss wants an application that will enable his secretary in another room listen and view and probably take minutes of his meeting in the conference room. There is a webcam attached to one of the computers in the conference room.
View 1 RepliesI did a lot of reading and made my own AS3 class for a streaming video player. The class seems to work, i'm getting debug output from the player and hear the sound but the video is not being displayed on the stage. My AS3 code :
ActionScript Code:
//
package net.edje{
import flash.display.*;
[Code].....
How do you stream a live camera feed in a flash/actionscript file?What video format do you need to stream it in a swf?
View 1 Replieshow to stream a video from within an email? Basically, a client receives an email, and can start to play the video from within the email itself.
View 5 RepliesI have a Flash Media Server2 installed and I'm just confused with the actionscript on how to stream video...does anybody know where I could start with this?
View 12 RepliesIs there a simple to understand (guide for dummies like me)that will give step by step instruction on how to stream live videousing FME and FMS on the same computer?
View 21 RepliesI'm pretty new to flash.how to add a webcam, but is there a way to save a video from the webcam feed onto the pc running the flash app?
View 3 RepliesI have a very simple videoplayer, made much like the reference instructs with netstream and netconnection etc. It used a ordinary http stream (progressive download) I works, but sometimes when I pause the stream for a while and resume, it doesnt resume. I use stream.pause() and stream.resume(). Most of the time it works, but sometimes it doesn't. It's like the connection is being lost. Have anybody here tried the same, or does anyone know a way to tjek if the connection have been lost?
View 2 RepliesRecently i had developed an as3 videoplayer for a section of a webpage. The player loads the links for the videos from an xml file. It had been tested locally and it works great. BUT when i uploaded the entire "site" on my web server - surprize The stream does not start. And i don't understand why. I've uploaded the exact structure ... and i also know that it reads well from the xml file, cause it loads the video thubnails and names ... just the video won't start.
View 3 RepliesI'm totally new and in the absolute dark here. I have installed FMS on a server in the TV station in which I work. I am trying to figure out how to stream video from Adobe Flash Media Live Encoder on an outside computer, back into the FMS at our station. I have no idea what the FMS URL is that I need to plug in to the Flash Media Live Encoder in order to reach the FMS back at our station.
Do I need to have something housed on an ftp site? We have a website and I can put whatever I need to there if that is indeed what I need to do. Not sure what the heck I'm doing here, but I'd LOVE to figure it out. I know it's not a lot to go on,
I have created a web application which records users video from webcam and stores.Once the user recorded his video he can previwe it.All the functionalities works good in local but not in internet.In internet when i preview the video it takes long time to play.some times it stops in the middle.Is there any way to play the video smpoothly or show a loading animation when it buffers. Here is the link to my site http:[uurl]...........
View 1 RepliesI just made it clear of the differences between the progressive video and streaming video *^_^* But I do need a feature of allowing buffering the video when it's paused, which I cannot find how to do it directly... I followed an article ( url...) to manage the buffer strategy but it didn't solve my problem. My problem is: if the user has a very slow network condition, he/she might want to just pause the video manually, and wait it to be downloaded until it's 'pretty much', and he/she can watch it without interrupting. But I notice that, when I pause the video, the event "NetStream.Buffer.Flush" is triggered. And according to the language reference: "Data has finished streaming, and the remaining buffer will be emptied.", I have to re-buffer it, right? However, also according to the reference, it shouldn't stop buffering:Starting with Flash Player 9.0.115.0, Flash Player no longer clears the buffer when NetStream.pause() is called. This behavior is called "smart pause". Before Flash Player 9.0.115.0, Flash Player waited for the buffer to fill up before resuming playback, which often caused a delay. I'm using Flash Professional to do the debugging, and the traced version number is: MAC 10,0,22,91; and for the streaming server, I use red5.
View 1 RepliesI don't find such API to indicate whether a stream is live or not.
Anyone knows how to judge this,either by client side or server side actionscript?
I have a client who needs a Flash video to stream from a website, the video which is being made from powerpoint slides is roughly 22 minutes long. With the voiceover it's gonna be pretty heavy. Way too long to stream correctly from my experience so in order to do this right I need to know which way to go here.
I broke up the fla's into 4 ( 5 minute .swfs)I finished the first and I'm working on the second .fla. the first fla was published with the html wrapper let's call it v1.swf.on thelast frame of v1.swf I used the loader class to load the v2.swf into the wrapper when v2.swf ends it will loadv3.swf all the way up to 5.
So far this works using the two .swfs which are on my server and are streaming.Before I continue I just to make sure I do not do unecessary work I need to know if the way I plan on doing is correct or is there another way.
Situation: I've got a RTSP stream with a 3GP video, users need to watch it in their browser. I can't rely on any proxy setups (RED5/Wozwa etc.) because of scalability.
Question: Is it possible to stream it in flash? (I don't mind any dirty hacks :) )
Is it possible to have a Flash player that only plays the AAC audio of Flash video (FLV file)? In other words, we need the video muted and only play the audio.
View 1 RepliesI'm publishing a multibitrate stream with adobe live media encoder to flash media server and I have to duplicate it to two different urls within one domain. Maybe it's possible by configuring apache or maybe there's another way.
View 1 RepliesI have a streaming video that is displayed on a web page through a flash player from an external source. This video has a huge border that I would like to crop out before displaying. How can I alter the feed in real time before showing it to the user, such that the resulting video has its border removed?
View 1 RepliesI would like to get the NetStream width/height when receiving a RTMFP stream. This is important because the video component needs different measures when, for example, the user receives a 4:3 or a 16:9 stream.
Unfortunately, the onMetaData callback for NetStream does not work as it does for RTMP streams.
I am trying to stream a video for a flash intro, how do I make it continue to the index after the stream is complete?
View 9 Replies