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


Similar Posts:


Actionscript 2.0 :: Stream FLV Videos Live With Red5 Open Source Flash Server?

Nov 19, 2009

I wonder how I can stream FLV videos live with Red5 open source flash server.

I've tried most of the methods I know of, but can not get it to.

script that can stream live FLV videos.

View 2 Replies

Media Server :: Buffer A Live Webcam Stream?

Aug 20, 2009

Should I buffer a live webcam stream?

View 1 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

Flash - Red5 / Adobe Server Live Streaming

Jun 9, 2010

Is it possible to capture/encode a video file on a slow machine, then upload it live to a Red5 or Adobe Streaming server, and have that server stream to file live to flash clients? If so, what protocol is used to stream the data from the encoding machine to the Red5 / Adobe server? I see a lot of things about RTMP, but am I correct that this protocol is used between Streaming Server and Flash client, but not from encoding machine to Streaming Server?

View 1 Replies

Flash :: Send A Video Stream To A Red5 Server Using Flex?

Jul 2, 2010

I'm trying to send a video stream to a Red5 server using Flex.

My Red5 setup seems to work for remote method invocations and shared objects, but I've yet to succeed in getting video working.

This is the AS3 code that connects to Red5:

# connect to RTMP server
netConnection.addEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
netConnection.connect("rtmp://localhost/context_name");
# omitted code for waiting for connection success, and setting up shared

[Code].....

As said, note that the Red5 setup works flawlessly for remote method invocations and shared objects, but not for video which is strange.

View 2 Replies

Media Server :: Save To File Live Video Stream In Server?

Apr 27, 2009

I use FMIE and FMLE.how can i do save to file Live Streaming in server installed fms, not local system ?

View 1 Replies

Media Server :: Live Stream Vp6 From A Browser/swf File?

Jul 23, 2009

Currently we have a swf file application that runs in a browser and takes the live video stream from the camera on the computer and streams a live sorenson spark stream to the fms 3.5 server.
 
Question is: How to live stream vp6 from the browser/swf file on the camera computer, instead of the sorenson spark. (We seem to be stuck only on sorenson spark).

View 13 Replies

Javascript :: Alternatives To Red5 Recorder And Server For Webcam Video Capture?

Feb 26, 2011

I'm looking for a flash script/library to capture video and audio from a webcam and then somehow get a saved flv to my encoding server. I'm not looking for something that will host the videos for me. I just need something simple to capture and then upload. I really want this to be open source and free.

I've done a fair amount of searching and it seems that most of what i can find is either a full blown service with hosting, or the red 5 suite. I've been trying for a day to get something going on with Red5, but honestly I haven't done any flash or java development in over 6 years and this seems way too complicated when all i really want is a flash object i can stick on a webpage.

View 2 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

Media Server :: What File Android Devices Use To View Live Video Stream

Dec 29, 2011

What file should android devices use to view a live video stream? myeventname.f4m? I'm using the following html5 code and it's not working in Android devices.
<video id="liveWebcast"
poster="poster.jpg"
src="[URL]" controls autoplay>
</video>

View 3 Replies

Media Server :: Close Another Live Stream B If Opening When Stream A Is Closed?

Aug 28, 2010

close another live stream B if opening when stream A is closed? Does FMS support this kind of logic?

View 8 Replies

Media Server :: Dynamic Live Stream Don't Take The Best Stream For Bandwith

Mar 9, 2010

I build a client side application where is only a FLVPlayback2.5 component and a short AS3 script.

[Code]....

My Encoder is setup with three streams: Vid: 500 kbps - Audio: 48 kbpsVid: 800 kbps - Audio: 48 kbpsVid: 1500 kbps - Audio: 48 kbps I start the encoder and everything looks fine in the log. In my browser (Safari or Firefox) I go to my html site and the stream starts after 6-8 sec. But anytime with the lowest bitrate 548 kbps and nothing look like the stream is switching to another bitrate. I tried it with the smil playlist and the result is the same. Only the lowest bitrate is plublished.

[Code]....

View 3 Replies

Media Server :: Last Few Seconds Of Stream Cut Off When Recording A Live Stream?

Aug 27, 2010

I'm having a problem with recording a live webcam stream. The last few seconds of the stream is getting cut off.
The recording is stopped with the following piece of code:
 
vid.attachCamera(null);
vid.clear();
ns.attachCamera(null);
ns.attachAudio(null);
ns.pause();
  
What could be causing this? Is the stream cut off too soon? Is the client unable to send buffered data to the server?

View 2 Replies

Media Server :: Overlay Video Stream With Watermark Picture?

May 10, 2011

how to overlay a picture/watermark onto live stream published from a client? (like TV stations do).Can this be encoded into the stream in realtime by FMS so client could not record/view a clear stream? (for example overlay watermark for non-paid subscribers).I don't want to do this on client side because then someone can build custom app to play a stream without the overlay. Or is FMS4's SWF Verification so good, that I don't need to be worried?

View 3 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 :: Stream A HDS Live Multi-bit Stream?

Dec 12, 2011

I'm trying to stream a HDS live multi-bit stream, it seems to push to the FMS but my player doesn't display the stream.Are these settings and files correct? The documenation is confusing on what and which files need to be edited and/or created.

Encoder settings:
Bit Rate: 150,500,700
FMS URL: rtmp://myserver/livepkgr
Stream: liveevent%i?adbe-live-event?liveevent

FMS 4.5

I see the following directories being created when I start encoding and each directory has a single file with a .stream extension in them. Are these correct? fC:FMS-HOMEapplicationslivepkgrevents\_definst_liveevent1[code].....

View 2 Replies

Media Server :: Setup Of Client And Server For Live Webcam?

Oct 9, 2011

No I have installed fms4.5, but I can't find good docs how to set something like this up. In Learning section I saw a lesson, but this one isn't ready.So I want to publish using flash and the subscribers to the livestream can be iPhones or Browsers.

View 13 Replies

Actionscript 3 :: File Name Replacing In Red5 Stream Record?

Nov 16, 2011

I have created one as3 application to capture and save the mic or web cam in red5 server by streaming.I am also changing the file name by passing argument in publish() function.How I can check whether the any other file with same name already exists in the server or not.I want to maintain the file name sequence in the server... Example: if the file name "xyz.flv" I sent through publish() and the xyz.flv already there in the server, then it should take the sequence of the file name like "xyz-1.flv" or "xyz-2.flv"...like that.

View 1 Replies

Flash :: Media Server - Encode And Stream Live Video

Nov 11, 2010

I am trying to encode and stream live video. I have downloaded both the Flash Media Encoder and Flash Media Server. The problem i have now is, i can't able to connect to Flash Media Server. The FMS url is as default: rtmp://localhost/live. Do i have to purchase a FMS url? How do i make sure that my FMS is running/ activated?

View 1 Replies

Flex :: Video - Webcam Recording With Flex Strictly Requires A Media Server (FMS - Red5 - Wowza)?

Jun 13, 2009

I'm trying to implement a flex app that will be able to record a video from a webcam and then upload it to a server. I've only found tutorials and examples that require a media server running such as Red5, Flash Media Server and Wowza and an open rtmp stream to the server. However, I want to know if it's possible to record a video locally and then submit it to the server with a simple HTTP request. Is there a tutorial somewhere that shows how to do this? I'm really new in flex development

View 3 Replies

Webcam - Retrieve Real Time Video Stream (from Web Camera) From Flash Media Server In A Browser?

Jun 12, 2010

How does the url of FMS real time video stream look like?

View 1 Replies

Media Server :: Swf Hosted On One Server Connect To Live Stream From Another Server?

Apr 28, 2010

One server - is streaming server with Flash Media Interactive Server 3.5that host the application with asc files in FMS application directory.Second server - is the IIS web server that host thehtml,aspx,swf etc.. files.So basically i heve swf file on one server that have to connect to live streaming via rtmp on different server with different ip address.I did not find any clear explanation on this crossdomain rmtp issue.ys only HTTP can use crossdomain.xml policy filebut not rmtp.So what policy security procedure need to be done in order to enableswf file hosted on one server to connect and show rmtp live cam broadcasting from another server?

View 2 Replies

Securely Publish Live Stream To Adobe Flash Media Server?

Feb 7, 2011

I want to make sure that only authenticated users are publishing streams to my Adobe Flash Media Server.

Ideally I would like to limit the IPs which are allowed to publish streams to the server.

I read about the Adobe Authentication Plugin, but apparently it is broken since it works only for Adobe Flash Media Live Enconder. It doesn't secure the server for other encoders that publish streams.

View 1 Replies

Media Server :: Inserting Metadata Events In A Live Stream Using Non-flash Client App?

Jun 16, 2009

insert captions into a live flash video stream.[URL]this example uses a Flash client app wich can invoke something like video_nc.call("sendDataEvent",null,inputfield_txt.text);How can do this without any Flash client/environment ? (I of course still use an FMS 3.5) I would like to use a python (or php...whatever) piece of code to extract caption from VBI in the incoming video stream and insert it in the flash stream.

View 3 Replies

Flash :: Media Server - Change The Live Stream From Camera While Playing With Lite?

Aug 2, 2010

I know the stream can only be modified at publishing side by previous posts. I was thinking of using Server shared objects, but it's not supported by lite.

View 2 Replies

Media Server :: Secure Flash Media Streaming Server 3.5 (live Stream Connection)

Aug 23, 2010

I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?How can I setup the server to require a user and password to stream live media to the server?I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.I am using the Adobe FMS Apache install, what files need changing?[code]I want to lock down a person from connecting to the server on the public internet and starting a live stream?Can this be done with a user name and password?

View 13 Replies

Media Server :: Live Webcam Broadcaster And Receiver?

Jul 17, 2009

I have implemented an application for webcam broadcasting and receiving. I have tested the application using a developer version of flash media server. Thus its working finely. Also i am recording the stream and storing it in the application folder. The recording feature is implemented with the broadcaster. Every thing works finely while i checked locally.

Now the client installed media server and I tried to set every thing in the server. I placed all the files in the server and created a directory with the name "live_test" in the applications folder inside the Flash Media Server folder. Then I run the application. Thus the status is showing as NetConnection.Connect.Failed.

View 1 Replies

Media Server :: Webcam Live Watcher Limit?

Apr 26, 2010

I want to make a live webcam or audio broadcast for a user(not a chat or conference).For example a user will broadcast live and people can be able to wacth it when open that user's page. But what is the meaning of 10 users limitation of FMS? If I open a live webcam, Does it says max 10 users can be watch it?

View 5 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







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