Media Server :: Way To Generate Swf Files?

May 1, 2008

I am looking for an automated/command line means ofgenerating .swf files for the media files I have in my application.At any given time there could be hundreds of videos in thedirectory and the application lets users upload media to theserver. I know how to create .fla, .as files etc for one file usingCS3, but I am hope there is an easier way to generate these swffiles. I am looking at Flex SDK (specifically mxmlc) to write a cronjob, but I wanted to see if people use other methods.

View 5 Replies


Similar Posts:


Media Server :: Recording Video/audio Files Using Flash Media Server Through Rmtp, And Allow Users To Access The Recorded Files Through Http?

May 25, 2009

As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?What I am trying to do, is to record a user's microphone's input and save it to the server.fterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?

View 1 Replies

Media Server :: Flash Media Server Taking Forever To Load Large Files

Jan 12, 2011

We purchased FMIS and we are encoding large 15+ hour MP4 recordings using flash media encoder. When opening these large files for playback, which have not been opened recently  the player displays the loading indicator for up to 4 minutes! Once it has apparently been cached on the server it opens immediately from any browser even after clearing local browser cache. So a few questions for the experts

1. Why is it taking so long to load the file. Is it because the MP4 metadata is in the wrong format and the file is so huge? I read somewhere that Media Encoder records with incorrect MP4 metadata is that still the case?
 
2. Once its cached on the server, exactly how much of it is cached. Some of these files are larger than 500mb.

3. What fms settings do you suggest I change. FMIS is running on windows server R2 64 bit, but FMIS itself is 32 bit. We have not upgraded to the 64 bit version. We have 8GB of ram. Is it OK to set FMS cache to 3GB. And would that only have enough room for 3-4 large files, because we have hundreds of them.

View 1 Replies

Media Server :: Flash Media Server 4.5 Log Files Filed X-sname And X-event Detials

Mar 23, 2012

I am using flash media server 4.5 for video streaming and genrate log files. In log file i have found the user publish point name in "x-sname" filed but this filed contains blank values in many events.This fileds contains value only in "PUBLISH,UN_PUBLISH,RECORD and PUBLISH_CONTONUE" event and other then these 4 events all events are not user related event.?I like to fetch the user bandwidth detials using these log files which user used how many bandwidth.I also like to know I can see serval files on flash log folder name "access.00.log,access001.log and admin.00.log,admin.001.log" Any one please explain what is the name convation for this filed how can i identifiy which files contains information for which date.?

View 1 Replies

Media Server :: Media Files Be Moved To Some Ftp Account Using Fms Server Side Script?

Mar 22, 2010

I need to move recorded media files at my fms account to some other ftp account. How can i achieve this through server side scripting.

View 2 Replies

ActionScript 3.0 :: Generate Files With No Server Interaction?

Jan 15, 2011

I know Shared Objects are the standard way to store data from flash, but these seem to have a number of limitations.I'm wondering if it's possible for the flashplayer to manipulate regular files.It's my understanding that through FileReference you can load a file of the user's choice into memory. My question is, would it be possible to manipulate this file then present it back to the user for download? Possibly using javascript to assist?

I understand that it might be possible using server-side technology, but I'm wondering if it can be done without taking hard drive space and bandwidth from the server.

View 2 Replies

Media Server :: # Of Viewers - How To Generate Report

Feb 10, 2011

I'm using Amazon EC2 and AFMLE 3.2. How do I generate a report that will tell me how many viewers I have watching?I figured out how to report on the Kb out in an hour but that only tells me average viewers, asuming they all watched an entire hour I need unique viewers and average viewers at different points in the webcast.

View 3 Replies

Media Server :: FMS4 Record Stream App Generate 1kb Flv

Jun 20, 2011

i've done an as3 application that record a video stream (webcam) with fms4. The problem is that the files generated have a weight of only 1kb.[code]

View 2 Replies

Media Server :: Auto-generate Html For Every New Video?

Sep 14, 2011

We've set up a recording service that constantly populates an FMS application with new .mp4 files. How can we automate the creation of html files on the webserver to point to and stream these new videos? We use the webserver included in the FMS installation.

View 1 Replies

Media Server :: User ID In Flash Media Server Log Files?

May 13, 2010

We may be using Flash Media Server in an intranet only scenario. All users will be watching the videos from Windows boxes. Our users who are creating the videos want to track usage by user ID. Does the server log the client's user ID? Is that what c-client-id is? If c-client-id is used to store Windows user name do I need to turn on AD/windows authentication to get that info? I see that IP address is stored, but it would be simpler if the user Id were in the log file.

View 1 Replies

Media Server :: Fail To Generate Core Dump In FMS On Linux?

Jul 6, 2009

I have failed in generating core.I have added a line "ulimit -c unlimited" in server's start function. I killed the fmsedge process by "killall -6 fmsedge". The process do be killed but no core. file is seen in /opt/adobe/fms finally.

View 1 Replies

Media Server :: Make In FMS Files(xml Files) In Order To Reduce The Latency

Sep 8, 2009

iam streaming my web cam to FMS .... i have got a latency of 1 -2 second,,,,,, What should i do to reduce the latency,,,,,, is ter any change i can make in FMS files(xml files) in order to reduce the latency......

View 6 Replies

Media Server :: Stream Data Instead Of Media Files?

Nov 29, 2009

Is there a way to stream data instead of media files? In particular I'm interested to stream swf files that will be dinamically loaded by another swf client. I see this interesting message talking about how to do this on Wowza but I prefer to find a solution also in FMS to use the SWF Verification feature.

View 1 Replies

Media Server :: End User Search Media Files?

May 22, 2010

If an end user wants to view a certain file on the server but does not know the file name how can they search/locate it?As an administrator I have access to the VOD folder, but end users do not have admin rights.How does a user find the file they are looking for?

View 4 Replies

Flash And Media (sound) Files Without Media Server?

Nov 20, 2010

Is it possible to record a sound clip directly on a linux server using a flash script without having a flash media server?

View 1 Replies

ActionScript 3.0 :: Writing And Modifying XML Files Using Server-Side / Flash Media Server?

Jul 8, 2009

can you write and modify XML files using server-side Actionscript? I've been going through Adobe's Server-side Actionscript reference, reading up on the File class that lets you modify files on the server, and the server-side XML class that lets you read and 'understand' XML data, but can you put them together and essentially edit XML files on the server?

View 2 Replies

Media Server :: Change Recorded Stream Files Permissions From Server Side?

Dec 20, 2010

I need a way to set the permissions (ex 0777) for the recorded streams without calling any additionals scripts.

View 2 Replies

Media Server :: Converting Files With Adobe Interactive Server?

Jul 20, 2009

I have Adobe Flash Media Server 3.01 installed on my server. I can record files via user's webcam and convert them to .flv with spesific compression sizes. But i want my users  my users to upload an .avi, .mpeg / .mpg, .mov etc file via an http form and after upload finishes i want fms to convert file to flv.
 
It can be done with the ffmpeg tool free but i wonder if interactive server has a feature like this.

View 1 Replies

Media Server :: Server Is Not Streaming Files With A Length Of 2 Minutes?

Aug 2, 2011

I have a problem on streaming my files with the FMS 4. There are several testfiles on my VOD-directory, most of them with a length about 2 minutes. Altough there are some with 12 minutes. So if i want to play all those files with the StrobeMediaPlayer, only the files with a 12 minutes length are working, on the others the player ist sayin "We are unable to connect to the content you´ve requested. We apologize for the inconveniece.".ind any option or notice where it says there is a minimum lenght to stream... so whats going wrong here?Additional Infos:FLV, MP4H.264 + AAC

View 1 Replies

Media Server :: Video Freezes When Overriding Flv Files On FMS Server

Aug 10, 2011

I have an flash application that captures a web cam video stream and stores it on the FMS server.I notice when I create a brand new video, and store it on my FMS server, it works fine.When I make another video and my application overrides the file with the new video, this is where I get problems.When I download the flv file from the FMS server, and I play it locally it plays fine, but the timeline is weird.The web player freezes the video during that first 15 seconds.A 30 second video, will have a time line of like 45 seconds, the local flv player is smart enough to skip over the paused part of the video.You will see it skip over the timeline to the good video (from 0sec to 15 secs). The web player freezes the video during that first 15 seconds.

View 10 Replies

Media Server :: Hosting Files On A Different Web Server And Playing?

Jul 22, 2009

Is it possible to host my /media/ directory on a different server (that has more space) and have FMS Link to it to player VOD ?

View 1 Replies

Media Server :: Get Mp4 Files To Play?

May 7, 2009

I have the FMS working with .flv files but I can't seem to get .mp4 or any other format file to play using it?

View 2 Replies

Media Server :: Connect .flv Files To The FMS?

Jun 25, 2009

OK... I had my host install FMS onto my server for me.  I am a little lost on how to connect my .flv files to the FMS.

View 4 Replies

Media Server :: Only FLV Files Will Stream, Not MP4, F4V Or Mov?

Apr 16, 2010

I've finally been able to display a stream inside an SWF but only from FLV files on the FMS server. What on earth do I have to do to play other filetypes FMS supports?
 
This plays alright:

nc.connect("rtmp://myDefaultFMSserver.com/vod");ns.play("sample");
 
This doesn't:

nc.connect("rtmp://myDefaultFMSserver.com/vod"); ns.play("mp4:AdobeBand_800K_H264");

Neither does this:

ns.play("mp4:AdobeBand_800K_H264.mp4");
 
Nor this:

ns.play("mp4:media/AdobeBand_800K_H264");
 
I'm using the FMS default installed testfiles....

View 17 Replies

Media Server :: Play Flv Files Like TV?

Aug 21, 2010

I need application that will stream flv like on TV that all connected users will see same stream. If they close and than connect they will see what is going on not form beginning

View 3 Replies

Media Server :: Syncing Of Two FLV Files

May 16, 2011

We developed one application in which a user can chat with a customer. But FLV size of user is double than that of customer FLV. At the time of playing we are getting problem of sync issue between FLV files. We are setting buffer size of 10 seconds. Is their any other way so that we can sync both FLV and an officer can view the communication of user and customer. Is DVR will do in sync? If yes then how?

View 7 Replies

Media Server :: Some .mp4 (h.264) Files Will Not Stream Using Fms?

May 21, 2011

I've made several mp4 file using Camtasia for Mac. No matter what settings or player I use the files won't play. Encoding them from Camtasia Windows version works just fine. I assumed this was a question for Camtasia/Techsmith but they're saying there is nothing wrong with the h.264 files Camtasia for mac is encoding and says this is an Adobe/FMS issue. I'm using the latest Camtasia version and FMS 3.5. I've used several different players and they all play mp4 but not the ones encoded in Camtasia for mac.

View 1 Replies

Media Server :: Converting .wmv And .asf Files

Oct 4, 2011

I have to stream, with rtmp, some .wmv and .asf files. Flash media server doesn't work with this kind of files, correct me if I'm wrong, but it only works with .mp4 and .flv files. How can i do to convert these files?

View 2 Replies

Media Server :: Stream From FMS 3.5 Flv Files Through HTTP?

May 13, 2009

We tried to stream from FMS 3.5 flv files through HTTP,How can we prevent Progressive download when we stream flv via HTTP?We tried some configuration but it seems that files are always download to the local computer temp folder Can someone point to documentation that explain how to stream flv without Progressive download ?

View 7 Replies

Media Server :: Flv Files Merging At Runtime?

May 27, 2009

Is there any kind of method with any other programming langauge like php to merge multiple flv files to one so that they will stream as a single file with out any between them gap.

View 1 Replies







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