ActionScript 2.0 :: Create A Live Video Feed From A Webcam Etc Into Flash?

Apr 19, 2003

Is it possible to create a live video feed from a webcam etc into Flash?

View 6 Replies


Similar Posts:


Media Server :: Publish Live Video Feed From Webcam In H.264 Format Non VP6 Format With 3.5.2?

Dec 2, 2009

how to publish live video feed from webcam in h.264 format non VP6 format with FMS 3.5.2 without using Flash Media Live Encoder, and how to set all parametersto have a good quality and smooth video without interruption, i have a server with 50Mbit bandwidth output enough for a publisher and 10 clients meunderstand this thing's been months since I try but the quality ugly

View 1 Replies

Actionscript 3 :: Live Streaming Flex - Send A Feed From Webcam To The Flash Media Server

Jan 30, 2011

I have been working on a Flex application that sends a feed from my webcam to the Flash Media server. The application connects to the server fine but for some reason the camera is not sending anything to the Media Server. I am pretty sure that the answer to my question is really simple but I need another set of eyes to llok at my code and tell me what I am doing wrong.

[Code]....

View 3 Replies

Media Server :: Streaming Live Webcam Feed To Website?

Dec 9, 2010

I have installed flash media server, flash cs5, media live encoder to be able to view my webcam feed via my website. Now in addition to these, i started streaming to localhost, and installed a dns updater which updates a name server according to my current ip. Then i wrote this dns address in the feed's source from flash 5 as rtmp://thednsname.somedns.net/live/livestream
 
so far so good, i also forwarded the ports 1935 incoming and outgoing from modem to my computer as well (because 1935 is said to be the default port number for media server). firewall -> closed (just in case); and my internet provider doesn't block ports...started the media server (with admin privilage in 7), started the live encoder, connect to localhost, start live feed.
 
NetStream.Play.StreamNotFound : Adobe Flash tried to play a live or recorded stream that does not exist. Source can't be found.

View 1 Replies

Flash - Using NetConnection Class To Live Video Feed?

Oct 11, 2010

I'm trying to use the NetConnection class to connect to a live video feed on an external server. I have it set up to start playing my video when the user clicks a Play button, however, this appears in my output every time I click the Play button:

ArgumentError: Error #2126: NetConnection object must be connected.
at flash.net::NetStream/ctor()
at flash.net::NetStream()
at Over/connectLiveStream()[Over::frame2:31]

Here is the (I think relevant) code:
if (playVid.label == "Play") {
nc = new NetConnection();
nc.objectEncoding = flash.net.ObjectEncoding.AMF0;
nc.connect("rtmp://my.rtmp.server:1935/live/");
nsPlay = new NetStream(nc);
nsPlay.play("livestream.flv");
}

View 1 Replies

Java :: How To Capture And Save Live Feed Of Flash Video

Mar 1, 2010

Is there a tool, any type of programming library, or a way to capture live feed of Flash video and save it? I don't want to capture the screen but rather like to capture the actual feed.

View 1 Replies

Flash :: Integrate Live Customer Support With Video / Webcam On Website

Feb 23, 2011

My organization normally provides customer support over e-mail and over the phone, but in particularly tricky situations we find we need to have an approximation of face-to-face communication. We're trying to find or build a software solution that we can integrate into our site. Our requirements are that:

[Code]....

View 1 Replies

ActionScript 1/2 :: Create A Live RSS Stock Exchange Feed?

Mar 2, 2012

how to create a live RSS stock exchange feed using AS2

View 2 Replies

Media Server :: Broadcast Live Video Using A Webcam?

Jun 10, 2010

I am trying to broadcast live video using a webcam. I am using the developer version of FMS3.0. Actually i have a working code of webcam broadcasting, which i used before. But now i am using a free version of FMS3.0. When i tried to connect, the following error is showing:

"NC.onStatus> info.code: NetConnection.Connect.InvalidAppNC.onStatus> info.code: NetConnection.Connect.Closed"
 
I am trying to connect with [URL]

View 10 Replies

Media Server :: Send/publish MP4/H.264 Video (live Or Record) From Webcam?

Apr 26, 2010

Can I send/publish MP4/H.264 video (live or record) to FMS from webcam? Another similar question; does Flash (10?) support H.264 encoder?

View 3 Replies

Media Server :: Live Webcam Video Becomes Choppy After 600 Connections Per Stream?

Dec 10, 2010

Server conf:

2 x Intel(R) Xeon(R) CPU           L5410  @ 2.33GHz
16Gb RAM
2 Gbit ethernet channel
OS - Linux CentOS 5.5 x86_64
FMS4 Interactive
 
Live stream parameters:

320Ń…240 qua_=87 bw_=200000 kf_=5 fps_=18
 
So, after approximately 600 connections to one stream video becomes choppy (periodically freeze, slow motions). CPU-usage at this time is 100-120% (maximum is 800%, 100% per each core), network usage is 500 Mbit/sec.But second live stream(with few connections) at this server looks fine simultaneously with 600 connections at first stream.Experiments with recommendation in "Configuring performance features" documentation chapter(enabling/disabling  aggregate messages and configure the size of stream chunks) do not help.

View 2 Replies

ActionScript 3.0 :: Flash Make Duplicate Display Of Webcam Feed

Apr 23, 2012

I'm trying to write some apps that will include some image processing for facial, object recognition. There's a ton of stuff out there (mostly from 2009) that doesn't work very well and I want to give it a try.

Anyway, I have the webcam feeding a video object I've addChild()ed to the stage and that works aces. I want to make a copy of that video stream and plop it on the stage right next to it. This works, but the framerate suffers:

Code:
public function update(event):void
{
//onEnterFrame
var bmp:BitmapData = new BitmapData(_video.width/5,_video.height/5);

[Code]....

So this puts a pixelated version of the webcam feed right next to it just like I wanted, but it seems to lug down the processor. Logic would tell me that I'm piling on infinate amounts of "goat" to my movieClip (mc). I try to dispose() the bmp, but then it stops working.

View 9 Replies

Flash :: Recording Live From A Webcam / Recording From User's Webcam - PHP

May 23, 2011

I want my site's users to be able to record videos straight from their webcams into my site. Videowhisper is one such tool which seems to work fine - [URL] But I'm looking for opinions on better / more scalable / reliable solutions. Paid solutions are fine.

View 4 Replies

ActionScript 2.0 :: Live Webcam In Flash?

Sep 9, 2004

Is it possible to have live webcam in flash? Is there a tutorial out there I can check out? All I want to do is have a viewer look at my site and click on a button to view a live webcam. I know when you right click you can set the settings for webcam and mic.

View 3 Replies

ActionScript 2.0 :: Have Live Webcam In Flash?

Sep 9, 2004

Is it possible to have live webcam in flash? Is there a tutorial out there I can check out? All I want to do is have a viewer look at my site and click on a button to view a live webcam. I know when you right click you can set the settings for webcam and mic. PLease help.

View 3 Replies

Flash - Live Streaming Webcam On A Webpage?

Sep 10, 2010

I have to install a multi-webcam setup that will be live streamed and accessible via a web browser.I'm looking into the quickest and most efficient solution, the less time and hassle it takes to implement, the better. That means buying hardware and/or software is not that much of an issue (as long as it's not 1000$+ flash server software).

The requirements / basic setup:The web server will be directly connected the cams (via ethernet / WiFi).The stream should be viewable by the max possible audience so no ActiveX / VLC-style object embedding. Flash would be ideal (even if it's a paid solution).Bandwidth is not an issue, max 2-3 clients at a time, most of the time only one.

View 1 Replies

Flash :: Overlay SWF File Over Live Stream From Webcam On Red5 Server?

Nov 22, 2011

We have a Red5 Server that we use to host a video chat. We are looking for a way to overlay SWF files over the top of a live stream video.For example, we could overlay an SWF animation of snow falling in front of a live stream from a webcam.

View 1 Replies

Media Server :: Dynamically Set Publishing Webcam Feed?

Jan 10, 2011

There's just one thing I still don't get about the sample app: As a client, you always have to check the checkboxes (send/receive Audio/Video) in order to define who is sending/receiving what kind of stream. How is it possible to manage the feeds from the FMS server? So the clients can't set the checkboxes, but the server determines who is sending and who is receiving?

View 2 Replies

ActionScript 3.0 :: Capturing And Saving Screenshot From Webcam Feed

Jan 4, 2012

I'm new to AS3 and attempting to learn it by doing a small task, I am trying to get a live local video feed from USB webcam and want to be able to capture and save screenshots from it.I have the live feed working fine, but I am struggling to capture and save a screenshot.Someone from adobe forums suggested I should use BitmapData and JPGEncoder, which I have alongside as3corelib's.[code]I think I am doing something wrong when I am capturing the binary data, or when I am encoding it to JPG.Some assistance from somebody familiar with these methods will be a huge help as I am stuck now, and I am not getting any replies from adobe forums.Both the resolution of the videoInstance object and camera feed are 640x480, and the video is displayed fine.

View 7 Replies

Media Server :: Uploading A Webcam Feed For Processing, Not Publishing

Dec 7, 2011

I'm trying to use Flash Media Server (on Amazon) to read in a video feed from a user's webcam, process it via my own executable, and return processed data (not video) to the user. For simplicity, let's say my executable finds the darkest pixel in the image and returns its coordinates, and I want the client to draw a cross at this location.

The client-side is working fine. It can send the video stream, and receive vertex data to draw. The server is half-working. It can accept connections, and send fake vertex data to the client. However I can't find any way to access the webcam stream.

Ideally, I would pass each frame from the stream into my executable for processing, with no saving to disk (or perhaps minimal saving to disk as a cache for P-frames). I've got the impression that this is impossible though, so another acceptable solution is to save the stream (live) to disk, and read it (live) from my executable.

Also, somewhat relatedly, I would like to secure the video feed as much as possible. Eventually I'll use SSL to secure it in transit, but for now I have the more serious problem of FMS sharing every stream it recieves. I'm sure there's an option to disable this somewhere, but I just can't find it.

View 10 Replies

Flash :: Save Video Stream From Webcam As An Image Instead Of An Flv Video File Using ?

Jun 30, 2010

This 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?

View 1 Replies

ActionScript 3.0 :: Streaming Live Audio Feed?

Jan 1, 2011

I have downloaded this .pls file from the LiveATC website but flash does not seem to stream this audio file using the code:

ActionScript Code:
var s:Sound = new Sound();
s.load(new URLRequest("kjfk_co.pls"));

[code].....

View 1 Replies

Flash :: Video Broadcasting - Stream Webcam Video From One Computer To Another

Feb 16, 2010

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 Replies

ActionScript 2.0 :: CS4 Creating A Random Image Generator From A Live Feed

Oct 28, 2009

i am wondering if it is possible, and if someone would be so kind to help me code a scene where two thumbnails, side by side, are flipped up and down, and back up, each time revealing a new random image culled from a feed such as a flickr feed (or any others available, is there a random google image search feed that i dont know about?).if this is possible, i would need assistance in coding the script so that the flash movie is dynamic and pulls image data in real time from the feed, displays it within the two thumbnail cells, and for added headache pain, i would hope to also learn how to code a random image to be selected based on a visitors date/time stamp.i am a graphic designer with rudimentary knowledge of action script 2.0 (yikes!) so please, go slowly / explain yourself. i have searched the forum, but i cannot find any previous threads that combine the random image generator idea with a live feed (unless if i missed it, please point it out to me if you can find such threads).

View 1 Replies

Media Server :: Make FMS 3.5 To Support Live Feed DVR Option?

Jul 30, 2009

I installed FME 3.0 + FMS 3.5, and can get live stream on clients.
 
Now I want to record the live streaming from FME on FMS, I changed the fms.ini:
 
LIVE_DIR = d:Program FilesAdobeFlash Media Server 3.5webrootlive_recorded
 
but the streaming didn't be recorded in this folder.

View 1 Replies

ActionScript 3.0 :: Creating Menu Populated With Data From Live XML Feed

Aug 19, 2010

I am building a menu that is to run on a mobile device.. the menu is populated with data from a live xml feed. and then suppose to be both dragable and "throwable" - meaning if you swipe up or down fast is scrolls with a little velocity physics slowing down over time. I wanted this menu to use as little processor power as possible so I am using scrollRect along with all my menu items being set to
cachAsBitmap= true;
Its working for the most part except once it stops scrolling and the user mouse downs on it again to start dragging, it tends to jump up or down like 20-100 pixels.

ActionScript Code:
menu.addEventListener(MouseEvent.MOUSE_DOWN, menuDrag);
menu.scrollRect = new Rectangle(0,0,stage.stageWidth,stage.stageHeight);
addEventListener(MouseEvent.MOUSE_UP, menuStopDrag);
function menuDrag(e:MouseEvent):void{
isDragging = true;
[Code] .....

View 1 Replies

ActionScript 1/2 :: Create A RSS (feed) Reader In Flash With It?

Mar 17, 2012

I´m working in a rss reader for my website, that has already a rss channel created. I created this in a file that is called news.rss. So I made the interface of the reader in Flash, and then continue inserting a code. But when I try the swf, it just shows the title of my channel, but any of my news. [code]...

View 1 Replies

Flash :: Embed RTSP Video Feed On Website?

Jan 25, 2012

I'm creating website which needs video stream from surveillance camera implemented. Camera is GeoVision GV-FD120D 1.3Mpix LowLux IR 2.7-9mm and it is linked to server which I have full access to (I dont have direct access to camera)

I was playing around with settings on this cam and I managed to turn on RTSP protocol access for this camera. Then I used VLC (on server) to open network stream with address: [URL]Works!

Ideally I would like to show the video in player like jwplayer , however it does not support RTSP protocol, but RTMP instead.

So I guess I would need some kind of software on this server to:

1) transcode the video stream from RTSP -> RTMP

2) stream it out from server so I can connect to it with jwplayer later

I heard of Wowza media server but the budget is pretty tight for this project so would rather use free solution here.

View 1 Replies

Professional :: Stream A Live Webcam On Website?

Aug 25, 2010

I'm not sure if this is the right place to post but here goes. I'm looking to stream a live webcam on my website and have no idea where to start. I've been searching for a while and various things refer to Flash Media Server but this is costly and, as I will be streaming from University, it will probably be blocked on the network or take up too much bandwidth.

Does anyone know of a way to stream a webcam, without FMS or Quicktime Broadcaster etc.? Any free websites that provide this service could be possible, so long as the stream isn't available to anyone outside my website.

View 1 Replies

Flash :: Use One NetStream Object To Feed Two Video Objects Simultaneously?

Oct 27, 2010

I'm trying to attach a single NetStream Object to two separate Video objects instead of pulling redundant streams from the server. The expected behavior would be for both Video's to display the same content. However, it seems that the last video I attach the NetStream to is the only Video that will display the content.Has anyone else run into this? I'd rather not go to the inelegant steps of using BitmapData to clone pixels if I don't have to.

View 2 Replies







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