Media Server :: Enable To Save Video Through IE?
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
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
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
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
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
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
Jun 3, 2010
I'm trying out FMS on Windows Vista.I've got it successfully installed.I am trying to get the simple HelloWorld application to work (described at url...Is that the wrong URL?Do I have to enable anything in IIS? To eliminate the possibility of coding error, I've cut and pasted the code directly from files from C:Program FilesAdobeFlash Media Server 3.5 documentation samplesHelloWorld.The "HelloWorld" application shows in the "Applications" tab of the Admin console.
View 6 Replies
Dec 17, 2010
I've successfully set up a media server and a live broadcast today. I embedded the swf file into my website and my friends are able to see my broadcast. But my broadcast is only 10M. And the streaming bit rate is 1700. So once the audience is bigger than 6, the broadcast starts to slow down. I've seen on the website that peer-based networking technology can significantly reduce the bandwidth for a single stream, so that the audience can be expanded. Is there any tutorial describing how to implement this? BTW, is there any free VOD/LIVE template available on the net? I would like to encorporate a vod system on my website.
View 1 Replies
Sep 28, 2011
I need the Remote Shared Object functionality and wonder if Flash Media Streaming Server incorporates this functionality?
View 1 Replies
Jul 22, 2010
I'm trying to make a software which sends video and audio data to a flash media server by using RTMP protocol. Currently, my program can communicate with a flash media server correctly. RTMP specifications does not describe about the raw data in video/audio messages, so I muxed raw H.264 and AAC data into video/audio messages and sent to the server. The server seems to accept them, but a video player cannot playback the stream sending from the server. The player just says "Loading..." For a test purpose, I sniffed the network packets between Wirecast and the flash media server and ripped off only video and audio data. Then, I muxed those data into video/audio message and sent to the flash media server. In this case, the video player connected to the server can playback the stream correctly.
I checked the stream sent from Wirecast, the stream seems not to be H.264 raw data because those data are not started from 0x17 instead of H.264 start code. With those situation, I am wondering what kind of container format I should use for H.264/AAC data to the flash media server.
View 12 Replies
Sep 23, 2011
is it possible fast forward, rewind video in flash media server through flash action script ?
View 5 Replies
Jul 19, 2011
when i try to live stream with FMS! I can stream video with Flash media live encoder to the server but when i create the player to recieve the livestream from server,i can not recieve the live stream,can anyone give me a step by step tutorial of how to do it?
View 1 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
Dec 12, 2010
is it possible to built a Video Chat without the need for server side code so that I can run it on a Flash Media Streaming Server?
View 7 Replies
Feb 16, 2011
Flash media server 3.5 to stream live video to a webpage with flex GUI embedded in it.For this I have used Adobe flash media server start screen .I could able to stream video correctly.I want to know how long it could be do like this.ie suppose I have to stream like this for 3 or 6 months
View 2 Replies
Nov 9, 2011
what will be the best way for video conference without any delay for multiple users(200-300). How it can be possible with FMS and Flex?
View 3 Replies
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
Mar 30, 2010
I want to have a website where users can record short video clips (using a webcam) and then have those videos saved on the FMS for viewing later. I've seen a lot about streaming video, but I actually want to save the video.
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
Oct 26, 2011
Problem: I would like to enable code hinting and highlighting in either Flash Professional or Flash Builder when developing an Actionscript Communications File (.asc). Steps Taken: Searched Google with limited success, most signs all pointed to [URL] where one may obtain an Eclipse Plugin, but:It was created in 2007 (likely out dated)It has known bugs that haven't been addressedSearched this forum / adobe's web site to find a solution, to no avail.Posted this, now, in an attempt to put this to rest Request: how I can enable FP or FB to give code hints / syntax highlighting
View 9 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
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
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
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
Apr 30, 2010
I have an *.flv file on a FMS. When I play it on the client side the video plays just fine, but when I call Stream.play(filename, 0, -1, false) on the server side the video turns out really choppy.I both cases I use NetConnection to connect to an rtmp and NetStream to play the stream, but in one case I connect to a stream and request the server to play my file on that stream. Apparently that doesn't work with files? It works just fine for live streams.
View 20 Replies
May 19, 2010
How can i connect to my own server to watch my streaming video from another computer?
View 10 Replies