Record With DVRCast From Flash Player?
Jan 28, 2010ANyone know if it is actually possible to record to the adobe DVRCast application through a browser based flash player and not FMLE?
View 1 RepliesANyone know if it is actually possible to record to the adobe DVRCast application through a browser based flash player and not FMLE?
View 1 RepliesIs there any way to record what flash player displays? I thought of sampling the framebuffer contents like 30 times per second but i am not sure if that is even possible under Windows.note: i know that there are plenty of software that converts swf to avi, but i wanna do it programmatically because my aim is not to save them to my disk as avi or sth.
View 1 RepliesIs it possible for me to record sound from a microphone using a lower version of flash player, say Flash Player 9?
View 2 RepliesI'm trying to create a record player using drag and drop to play MP3s, like this one... [URL] so that the needle 'drops' onto a different ridge of the record. (single item - multiple targets) I've created a prototype which plays the mp3 on the first 'drop', but if i try and replay the song, i have to drag it elsewhere then re-drop it into the ridge again.
View 0 RepliesAs far as I know that the DVR function can be triggered by either check mark the "DVR auto Record" at the FMLE or by using the DVRControllerSynch. but I have a hardware device (not a computer software) that stream the video to the server How can I force DVRcast to run the DVR feature all the time?
View 4 RepliesI am trying to build a DVR Cast app using DVRCast 1.2 provided by Adobe. The problem I am facing right now is that I am finding difficult to record multiple streams at the same time so that I can make dynamic stream to work correctly. Even though Adobe has provided DVRControllerSynch, it does not mention anything how the streams are recorded.
View 4 RepliesI have used the Dvrcast application with FLVPlayback 2.5.0.26 for playing the dvr video.I have successfully achieved the dvr functionality with that application but i don't know how to update the seekbar max time (ex: while I play the video it the video length say for example 3min after i play the video it is keep on increasing the length since its dvr publishing will continue in other hand).It shows the max time of video when I enter to play the video not the current length of the video. I need the help to achieve this function.
View 12 RepliesI develop failover fms application with server-side action script. But i have a problem that FMS can't continue to record stream with record mode "append".
Environment: FMS 4.5.1 r484 on CentOS 5.5/6.0
Goals:
I have 2 same data streams in failover application and republish primary to livepkgr application.
I have to store of last 10 hours intact recorded video (DVR).
Failover app logic:
1. I create NetConnection and NetStream to livepackager;
2. When primary stream is connected it attach the primary stream to livePackager NetStream
3. If primary stream is disconnected it reattach the backup stream to livePackager NetStream
Problem: I have testing environment. It stop primary stream every 5 min, and started primary stream 5 min after stopping.
It work's, fine, but after a few hours testing LIVEPACKAGER falls. It can't record a stream, NetStream.Record.Start -> NetStream.Record.NoAccess -> NetStream.Record.Stop
Search a solution: I try to relaunch recording process and have no success. try to shutdown/start livepackager, it's same, try to restart server, same no success.
I cant stream.clear() or record with mode "record" cause it clears my dvr cache, I cant clean stream directory in livepackager application.
[Code]....
Is DVRCast appliction working on Flash Media Development Server?I am using Flash Media Development Server 4, Flash Media Live Encoder 3.2, and URL..I've installed DVRCast tool on the server, I am also streaming with the checkbox DVR Auto Record turn on, on my streaming computer.However when I configure the player from OSMF, I can only see a LIVE stream, but the DVR functionality is not working. Once I turn the DVR stream checkbox on ADVANCED on OSMF, it cannot find the stream.
View 4 RepliesI've looked through the scripts in the scripts/ directory, but haven't seen anything obvious.
I would like to be able to specify the file name to capture the stream to. At present, the capture file is always named the same as the stream, which means if I stream for a bit, stop, then restart, the originally captured file gets overwritten. I'd like to be able to incorporate something, i.e. the stream start time, into the capture file name.
I am trying to set up DVR streaming using FLME. I'm following this tutorial: http:[url]........I'm up to Step 2,
I put in the following information into the FLME:
FMS URL: rtmp://222.222.222.222/dvrcast_origin
Stream: mp4:sample.f4v
Then click 'Connect' , but I get an error "Failure to connect to primary server verify that your server URL and application name are valid and that your internet connection is working and retry". My server is a 32-bit windows 2007 VPS , with FMS running.I don't know if I set up the DVR Cast application correct. All I did was copy the dvrcast_origin into the installationdirectory/applications, then I started a new instance of dvrcast_origin with _definst_...Also, I am running the trial version of FMS, and DVR needs FMIS. Is there a way I can just run FMIS?
Can I record the browser using Adobe Flash? something like screenr.com but only for the tab of my website, is it possible?
obviosuly i would like to record all the screen the user is seeing not only the "space" with flash.
I want to record audio from a Swf file, not mic, not from network just a simple swf file in local filesystem. I use SwfLoader, load into my app, and record by:
[Code]...
I want to record my pc's sound use flash to the FMS,that is, when i play a music by Windows Media Player, I can record the sound to the FMS,anyone has an idea?
View 2 RepliesI'd like to record live to a server the audio produced by some kind of drum machine made in flash, is it possible with FMS to record audio which is NOT from a Microphone object but from flash' SoundMixer?
View 1 RepliesI am developing an application where I need to record voice(for those who does not have a webcam so they can use only microphone to record voice) or video(those who have a a webcam - like laptop or external) files and save them on server, thereafter save the file name and logged in users id on database for later access.
I know I need to use some sort of flash app for this. But is there any free one which could server this purpose or even if there are paid ones which could serve this purpose that would be great. I tried google but may be I was not being able to go after the proper term or something, I could not succeed finding a proper solution for this.
I want to record the sound by using flash in server.
View 1 RepliesI'm working on an application for a company that wants to create a service for their users. This company currently offers videos that are around 1.5 hours in length, and the service they want to integrate is the ability for the user to 'record' clips of this larger video to create, essentially, a highlight reel. The end result of this service would be a 3 minute video of the user's favorite parts of a huge 1.5 hour long video. Make sense?
For the sake of simplicity in asking my question, imagine the user interaction to be very basic. The user watches the video, he/she can press 'record' to record a clip of the master video. Now... I'm already aware of FLVslicer by Thibault at ByteArray, but I've thought surely there is some other approach to recording / splicing / merging FLV clips than just this guy's framework.
And so finally, my question is: do any of you have insight as to how I might investigate the best way to create this functionality aside from using FLVslicer?
recording movements while dragging an object and when the object is dropped the record event will stop and the recorded movement will be animated by Play button.
View 1 RepliesI'm putting together a portfolio for an interview mon, and I use a portable dvd player to show my 3d animations, but I also want to show a flash game I made and I was wondering whats the best method of showing it.I can't lug my comp in there, and just printing and mounting screenshots seems a waste when I have the dvd player sitting on the table already. I've been trying various desktop recording software, but so far everyone I've tried has horrendous framerate issues, well, not terrible, but not something I wanna show at a job interview.
View 1 Replieshow to record sound when we run .swf. can send to me an example about how to record sound ini flash.
View 1 Repliesis there any sample on using array bitmapdata to record video from webcam and generate flash movieclip file? i want to record sound as well without using red5/flash streaming server
View 3 RepliesLooking to use Flash to record a video diary. Just need to be able to record the video and audio from a webcam to a local computer for later playback.
View 1 RepliesJust wondering if it is posssible to use Flash to record the AV from a web cam and save the video file locally?
View 2 RepliesI have an Audio Recorder created in flash. Currently it records audio and saves it in .flv format.(I am using AS2.0 and Red5 server) My question is: Is there any way by which I can record and save audio in .mp3 format, directly?
View 3 RepliesI was wondering if it is possible to record yourelf with a mic during a flash app/game and then access that file as well as play it.if it is possible are there any tutorials
View 3 RepliesHow to record video file in MP4 format with H.264 codec and also i would like to know that how i will set codec type in flash as3.
View 6 RepliesUsing flex,As can we record sound from microphone and store locally and and upload later?
View 2 RepliesIs it possible to record video through Flash's "Webcam" facility and receive encoded video on server side without any further processing (i.e. just saving the stream to a file)? Or is server side software always needed to encode the input? If server side software is necessary, are there free / Open Source solutions available?
View 1 RepliesI am looking for a way to capture the user interactions with a text input control in Flash over a period of time (not a screen cast)?For example: If the user enter some text, then delete, then enter something, I would be able to store that interaction as it happens and replay that later.
View 2 Replies