Media Server :: Save An Object To File For Later Use?
Apr 27, 2011
Here is what I want to do: Take an object that has a bunch of properties set and possibly holds other objects in it, and serialize it or somehow save it to a file using the File class. Reversing the process is also necessary. I know about SharedObject, but I do not get the ability to dynamically change the save/load location as in the File class. Is this possible with FMS, and if so, what is the procedure? If it is not possible, then what options do I have to achieve the same goals? I have read the SSLR and searched for a solution but do not seem to see any means to do this.
View 2 Replies
Similar Posts:
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
Oct 21, 2009
1) Is it possible to save FLV file(s) outside of the FMS?
2) How to move FLV file(s) from the FMS?
View 5 Replies
Mar 22, 2010
I want to record the my stream at media server with file name 1.flv, and after 30 min same stream saved in another file like 2.flv, same prcess atfetr each 30 min.
View 7 Replies
Apr 9, 2010
How to save the file.
View 1 Replies
Sep 19, 2010
AS3 Code:
ns.publish( "mp4:" + videoname + ".mp4", "record" );
It saves the file to the Flash Media Streaming Server successfully, however, when I try to stream the video it does not play, when I download to my pc and try to play using vlc player, it doesn't play.
I'm trying to keep using .mp4 and not the default .flv.
View 2 Replies
Jan 8, 2011
I currently have this
[Code]...
How would I change that so recorder.output saves to my server in the same directory instead of how it is now, which produces a file save window to save on my local hard drive.
View 1 Replies
Sep 16, 2009
I have successfully been able to write some client-side ActionScript that allows me to record my webcam and mic data to my FMS server. The .flv files get saved to a directory under the applications directory. However, I need to process those flv files for a web application and would like those .flv files to be saved to the web app's directory (outside of the FMS application directory). I have tried changing the <Streams> tag in the Application.xml file that I placed in the FMS application directory, but that simply did not work.My goal is simple: to save the recorded stream data outside of the FMS application's directory. I have been going crazy trying to do this, but would like to know any pointers that any of you experts have. Can this be done? If not, how can I execute a server side PHP script after the stream is done recording. I know about using the exec() function in PHP, but am unsure as to how to execute that script via client-side actionscript.Here is the path to my FMS server (Linux OS) installation and the application directory. The application name is "ngale"./opt/adobe/fms/applications/ngaleHere is the path that my client-side ActionScript is placing the .flv files of the recorded streams/opt/adobe/fms/applications/ngale/streams/recordings/Here is the path to my web application/home/user/public_html/dev.ngale.net/public/Here is the path that I would like for the .flv recording files to be saved to/home/user/public_html/dev.ngale.net/public/audio/.flv
View 5 Replies
Jul 1, 2010
I have to a problem using the Flash Media Interactive Server Feature Explorer. I want use the sample: RecordStream. I can see the instance "RecordStream" in console FMS 3.5. and show me the video in app AIR, but does not save the .FLV in my server.
View 6 Replies
Apr 4, 2011
I'm trying to append a live stream to an existing file, but I cant figure out how to open the existing file and then append the live stream. This is server side as well.I know I need to open the existing file using stream = stream.get("file"). but I don't understand how to associate stream with the live stream coming in.
View 8 Replies
Nov 14, 2011
I made a flash effect for my friend's site and he won't let me get the flash back after a fight. I can see the effect on the homepage of his website. Is there any way I can get the flash to an fla file on my computer? Is there any way I can find the swf file on his websites system and convert it to an fla?
View 2 Replies
Mar 27, 2012
im looking for a script that can record audio from a mic and save it to a fms server i came across a video email script but would like to have just a audio one that can do the samething as the video email with out the video part.
View 2 Replies
Jan 25, 2011
We are in strange situation. We are enable to save flv file through FMS using IE but when we are trying it through mozilla flv are getting saved into the specified location in FMS.We dont know whats the reason behind this. Earlier the same functionality works fine. But now we have install one more server(Red 5) on the same system on port 1935 and we move FMS on 1936 after this we are facing this issue.
View 5 Replies
Aug 19, 2009
Through FMS streaming I am receiving a stream from other user attached camera which I am playing in my file through video component in flash.
When the other user stops the streaming by closing his attached camera then last captured video image picture is saved in video component.
I want that to remove and place a graphic instead.
How it can be done??
Have also tried seek(0),video.clear(),pause() etc.
View 1 Replies
Oct 14, 2010
I mean that FMS save streams to storage card priority, once the storage card is full, then FMS save streams to a standby path on hard drive.
View 1 Replies
Mar 24, 2012
FMS receive livestream (on Media live encoder or other way). Output device in my program [url]...
How i save permanently this media stream to hard disk?
View 1 Replies
May 17, 2010
im using fms to save datas like rdbms. Im using shared object for this. But I cant save more than one row of data into flash media server. What can I do for this purpose??
View 1 Replies
Oct 24, 2007
I'm trying to record audio from my microphone and save it out as an .FLV or .MP3 (or any other kind of audio format) file. I've gathered from my research that I need Flash Media Server which I do have access to but that's pretty much where the trail has stopped.I'm unable to find any concrete examples of doing this and would can point me in the right direction. I can use either AS2 or AS3 and this is agency work so I've got a pretty good set of tools at my disposal, just need to get somewhere with the research.
View 14 Replies
Jun 16, 2011
I'm looking for a solution where clients watch a live stream video and can record part of this stream while watching and save this recording to disk. I can think of several solutions but not sure if any of them is possible:
- The selected part is recorded locally and saved through FileRefence.
- The selected part is recorded with FMS though a second NetStream and saved with a unique ID. The user can retrieve the recorded video by download.
- Start-time and end-time of the recording are send to the server where some script extracts the requested video from the live stream recording file and return it as a download.
View 2 Replies
Aug 2, 2011
Will there ever be the ability to add a 'Record' button to a player such as those used with Ustream, Justin.tv and other similar players? I run a live stream and would love for the viewers to have a 'Record' button so they may capture the video to their local hard drives for later playback.
View 1 Replies
Mar 29, 2011
application.onPublish = function (client, p_stream){ var myInfo = SharedObject.get(p_stream.name); myInfo.setProperty("live", true);
I set the sharedobject using code above,now I can publish video,but so is not set(from admin console, "shared object" tab).
View 3 Replies
Nov 7, 2010
How to generate the bytes from the video objectHow to submit the bytes to remote server?I found these classes are missing in AS2:flash.net.URLRequest,flash.net.URLLoader Are the above possible in AS2?
View 1 Replies
Nov 7, 2010
How to generate the bytes from the video object
How to submit the bytes to remote server? I found these classes are missing in[url]...
View 1 Replies
Jan 24, 2012
I have a NavigatorContent which is displayed when the user selects an item in a DataGrid. This NavigatorContent contains a form and an accordion displaying the related objects.
When the user presses the Save button in the NavigatorContent the form and the children should be saved to the database by calling the server through BlazeDS:
saveObjectToDB()
{
//Map the form values to the object
object.field1 = object_field1.text;
[Code]....
The object that i pass to the accordion children is public and [Bindable] in the NavigatorContent and in the accordion children and is initially passed from the main DataGrid. May this be a problem relating to this issue?
View 1 Replies
Sep 18, 2009
Does anyone knows if it's possible to write some bytes received from an AIR or Flex client in a server side file using the File class ? I have been trying for hours without any result.My goal is to store on the server side a swf file sended by a client in a ByateArray.Here is the code I have ended with, assuming that myfile.swf alreadey exists on the server prior to the code execution, and is at the right place, and that pBytes is a ByteArray received from the client which contains a swf file :
function writeFile( pBytes )
{
var myFile = new File( "myFile.swf" );
[code]........
View 2 Replies
Oct 17, 2011
I'm doing a test install before we update our old server to 4.03.I've got the server software installed and configured (4.03 server, using iis for web).All the test stuff on the sample index page works, except for the dynamic stream tab.I've eyeballed the .f4m file, and tried putting in a complete url to the samples...but no luck.i just keep getting the stock connection timed out message.
Where do i need to look to start confiriming where this issue may be coming from?I've made made sure I can reach all the test videos by making flash players for them, calling them via rtmp... no problems.It's got to be something dumb with either the f4m file, or the way it's being served (btw, i have added all the mime types to iis , including .f4m as video/mp4....which is one of two ways I've seen it added).
View 3 Replies
Apr 17, 2010
Im picking up a dedicated server it will be CentOS and be well above the minimum req for FMS 3.5 Interactive.
Question: I want to use my dedicated server for more then just the FMS. Is this possible? Basically I want to use the same server for FMS and for the file hosting of my site. Obviously I would give it a different IP but am not sure what I will need to do specifically
View 3 Replies
Mar 14, 2009
how can I save a picture from swf file without any server (php,asp,etc..) IS it so , with jpegencoder class and as3 and flashplayer 10
View 2 Replies
Aug 29, 2010
i've seen a few good examples to save out a png of the current flash display area from a webbrowser from a flash, such as:[URL]what they normally do is stream the image data through a png encoder to a web server somewhere and then decode the data back to current webbrowser and then trigger the web brower SAVE function, like a download, then you can choose where to save the file and the name of the file.However, what i like to have is when you click that save button, you can save your png image directly to a certain location with a fixed file name, such as on your local computer:D:flashimage01.pngor a file server: 10.21.111.111flashimage01.png
View 2 Replies
Feb 7, 2010
I have added a button in flash I want this button to save a mp3 file from the server when a user clicks on it inside a browser.One way to do this is:
import flash.net.FileReference;
import flash.utils.ByteArray;
var fileReference:FileReference = new FileReference();
[code].....
View 1 Replies