Flex :: Possible To Record Video Without Streaming To A Server?

Aug 26, 2010

I want to give my users the ability to record a video from WebCam (maximum 60 seconds) so the file should be big with proper quality settings.Do you know of a way to record it in memory (as Flash running in browser can't access file System) and then send it to server to save the file? I have build a functionality to capture a photo with Webcam and send it to the server but not sure about Video.(I prefer not to stream to Red5/FMS or similar as it's more relaible to keep things contained in the Flash file in my opinion) plus I had issues with quality of recording with Red5

View 1 Replies


Similar Posts:


Media Server :: Possible In FMS To Record Thumbnails Of A Streaming Video In The Server Side?

Dec 8, 2009

to generate thumbnails of the streaming video to control de contents of the video streaming. Could I do that in the server side?There is any setting to do that? Could I use the getOnMetadata method to catch a bitarray and then put in into a bitmap file?

View 1 Replies

Actionscript 3 - Record H.264 Video In Flash Without Streaming Server?

Jan 3, 2012

Is it at all possible to save h.264 video from the Flash/Actionscript Camera (i.e. webcam) without needing a streaming server (like fms/wowza/red5)?Where I'm also going with this is, I'd like to take the sampleData from Microphone, and transcode it client-side so that a user can record h.264/aac (or mp3) and store it locally or remotely for easy viewing in a mp4 container....Any tips before I re-invent the wheel or run into a roadblock?

View 2 Replies

Media Server :: Video Chat Over IP Using Flex IDE And Flash Media Server For Live Streaming Video And Audio?

Feb 15, 2011

I am developing Video Chat over Ip (including audio and text too). But I am unable to get the proper startup material for my desktop application.

View 2 Replies

Record Streaming Audio To Server?

Feb 10, 2011

I'm trying to create an application in flash that will record the sound from the user and will save the data on the server.

View 1 Replies

Media Server :: Record And Streaming Playback

Apr 4, 2011

when I heard that Amazon cloud services are now including FMS for a marginal increase in cost. So all I am looking to do is:
 
1) Record off a web cam and store the video using FMS

2) Play the video stream using FMS.

View 1 Replies

Flex :: Streaming Server (for Pushing Data Not Video) Setup With GraniteDS

Apr 21, 2011

I have a streaming server (for pushing data not video) setup with GraniteDS and it works great. I have to include multiple swf files in a web page. Each of these swf files has a data table which includes streaming data(this is a specific requirement - so I really cant combine all data tables into 1 huge data table/swf file). All the swf files however, connect to the same gravity channel/streaming endpoint.

How many connections are there from the web page to the streaming server? Does each swf file start a new streaming connection? Or do all them share the same connection since they are just connecting to a single channel?

View 1 Replies

Media Server :: Record Video From Webcam?

Oct 26, 2010

Am trying to record video from my webcam.

here is my code
 
[code]...
 
When i click record_btn, flash asks me permission to access my webcam. If i alow in the screen i am able to see live video. But I want to store the video and replay it.

View 16 Replies

Media Server :: Record 2 Way Video Conference

Apr 9, 2012

Is it possible to record 2 way conference in a single file? I can record conference separately for both perticipents but can not record as a single recording file.

View 1 Replies

Flash :: Media Server - Connect To Own Server To Watch Streaming Video From Another Computer?

May 19, 2010

How can i connect to my own server to watch my streaming video from another computer?

View 10 Replies

Media Server :: Streaming Video Live With A Video Camera?

Sep 17, 2009

I am looking to broadcast live video and need a camera that is better than a simple webcam. It looks like they used to make video cameras that would register as webcams, but stopped making them.If you wanted to broadcast an event live, what would be a good camera to use?

View 5 Replies

Media Server :: Record Black And White Video?

Apr 11, 2011

I am developing a live video recording application and my application have black and white mode recording feature,

View 3 Replies

Media Server :: Publish And Record Video Stream In H.264 Format?

Jun 30, 2009

I want to publish and record video stream in h.264 and audio stream in AAC format . Does flash player support to publish video stream in h.264 format ? And which version of flash player and FMS could implement this function ?

View 2 Replies

Media Server :: FMS / FMLE - Record And Stream Video At Same Time

Dec 15, 2010

So I have FMLE and FMS. to record and stream video at the same time.
On server side I have "main"
application.onPublish = function(client, potok){
potok.onStatus = function(info){
for(var i in info){
trace(i + "=" + info[i]);
[Code] .....

View 12 Replies

Actionscript :: Record Video With Flash And Send Videofile To Server?

Jul 19, 2010

Everyone knows that recording a video with the user's webcam is possible with flash in the browser - but all the solutions I found until now involve a rmtp server that accepts a stream from the flash app. Is there a way to use webcam recording without such an extra media server?

The usecase I want to implement is the following:

Show the user the output of his webcam on the screen. The user can hit a record button which will trigger the flash app to record 5 seconds of video material. The recorded video should be sent to the server as .flv file where it can be processed later.

Since the video will only be a few seconds long the amount of data is not a problem. But my actual question is: Is this somehow technically possible to do in Flash?

View 2 Replies

Flash :: Media Server With Php - Allows The User To Record A Video Using Webcam

Jul 27, 2010

We want to build an application that allows the user to record a video using their webcam on our site using flash and save the URL in a database using PHP. So that we can allow the user to send the video's to other users etc. Also we want to offer the user the possibility to upload their movies (per mail and with PHP) and convert them to flash movies, can this also be done using Flash media server? (maybe in combination with AMFPHP)

View 2 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 :: NetStream Publish Record - Video Has No Image Only Voice

Jun 27, 2011

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="[URL]" layout="absolute" creationComplete="init();">
<mx:Script> <![CDATA[
import mx.controls.Alert;
import mx.core.mx_internal;
import flash.media.Camera;
[Code] .....
So, I play the record video , but there is no image , just voice

View 6 Replies

Media Server :: Record A Live Video Stream Playing On An FLVPlayback?

Mar 22, 2012

How to record a live video stream playing on an FLVPlayback?

View 1 Replies

ActionScript 3.0 :: Record Webcam Video And Upload It As A Flv File To Remote Server?

Mar 17, 2008

Is there a way to record webcam video and upload it as a flv file to a remote server without the use of the Flash media server?

View 2 Replies

Media Server :: FMS 4 - FLV Not Saving - Record Video From The Users Webcam And Play It Back At A Later Date

Mar 24, 2011

I'm trying to record video from the users webcam and play it back at a later date.
I call

[Code]...
 
However, when I look at the FMS Admin Console at the streams in app/_definst_, their types are either "NetStream" or "Live". If they were being saved wouldn't they say "Stored"? After I close the application doing the recording, the "NetStream" type stream disappears, and after a while all the "Live" typed streams are gone too. Nothing is saved.

I have no idea what is happening. I don't know if it's a problem with my AS3 code not closing the recording properly or if I'm doing something else wrong, or maybe somethgin isn't right in the FMS?

View 1 Replies

Flash :: Playing Video From A Streaming Server

Aug 8, 2009

I've been trying to insert a video in a flash project that is hosted on a flash media server. I put the address wich by the way is [URL] and it doesn't work, I'm pretty sure that the address is right, am I misssing something?

View 2 Replies

Media Server :: Streaming Video Over Internet Using FMS 3.5

Jan 20, 2010

I,am using FMS 3.5 to stream video over internet.This video will be a part of a website www.mywebsite.com . I have the webserver in my company. This webserver has the local LAN IP : 192.168.10.19 which is binded with a public internet ip 212.77.xx.xx .This website is hosted using IIS 6.0 on OS windows 2003 server with SP2.I created a swf name sample.swf from sample.flv file and gave it the rtmp address as follows: url...is the instance on the server, and 192.168.10.19 is the LAN IP of server) ,and it worked fine and every one within the local company network could see the streaming video. Now i tried to replace this local address with the public address and the address became as follows: url...After giving this public IP in the rtmp address i,am getting a message "Failed to load Flv from the address url...and as as result the video is not streamed and it only shows the progress bar on the link url... without loading the video. I have also checked the ports 80,1935,1111 on the server and they are open. Is there any problem with my rtmp address with public IP or any other reason ??

View 7 Replies

Media Server :: Streaming Live Video With FMS?

Mar 23, 2010

I've tested an exciting tutorial about streaming live video with Flash Media Server 3.5..every thing went good and i could see my webcam broadcast from my machine through my web site but unfortunately.I can't see it from any other machine.I'm using Microsoft windows XP SP2and flash media live encoder 3but my web server run UNIX is this a problem?

View 15 Replies

Professional :: Streaming Video Without Media Server?

Aug 23, 2010

I thought Flash could play a video without having it not fully loaded first. (even on a normal server)

My SWF is calling the video from the server (I mean the video is not embedded in the SWF but is on the server space) My problem is that the SWF seems to download the video in full before playing it.

View 1 Replies

Media Server :: Add A Watermark Onto A Streaming Video?

Dec 18, 2010

I'm going to broadcast a esports tournamet on our website. And I want to add my partner's logo onto the corner of the streaming video. How can I achieve this?
 
Also, how can I make the streaming flash player display an offline image when the streaming is offline?

View 2 Replies

Media Server :: Video Streaming For Android?

Mar 16, 2011

I am currently building a movie player which will play movie stored in the FMS with my PC as localhost(later on i will port it to my Android device).However,through the following code, I tried to just simply connect to the localhost to retrieve one of the video,but it keep popping out errors which I don't get it.

nc = new NetConnection();
nc.connect("rtmp://localhost/vod");
ns = new NetStream(nc);

[code].....

View 4 Replies

Media Server :: Query Regarding Video Streaming Using FMS?

Nov 28, 2011

I am having a server[url]... in which there is an flv file in one of the folder (http:url...)and on this server only, FMS is also installed (http:url...). I want to stream the flv file by using the FMS server, so I want to know that whether this flv file can be streamed directly from the same location where it is presently now or I have to add the file in the application folder (vod) of FMS.which path to follow for video streaming using the FMS server.

View 7 Replies

Media Server :: Flash Video Streaming With "fall Forward" To HTML5 Video For Mobile Only

Jul 19, 2010

I'm looking to duplicate the video-embedding technique shown on [URL], whereby they show the flash video to all platforms where flash is available, and only show the HTML5 player on mobile devices. (specifically, iphone / ipad)
 
Is there a browser-sniffing framework, or some other method available to accomplish this?

View 2 Replies

Media Server :: Possible To Crop Webcam Video Before Streaming?

Jun 4, 2009

Before I buy the Flash Media Server, I would like to know that:
- Is it possible to crop the webcam video (because I need just one part of the whole picture) before streaming from the client's Flash Player to the Media Server? (it would reduce the bandwidth a lot)
- If not, can the player store some parts of video until it is fully streamed with all it's data (30 fps) to the Server? (e.g: client: low bandwidth, I need all frames that the webcam records, real-time doesn't matter if it takes 1 minutes for 20sec video, that would be ok.

View 1 Replies







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