Media Server :: Record Videos With New Names

Aug 30, 2011

I'm using Flash AS3 to stream and record videos on my RTMP server, I'm suing this command ns.publish("mystream", "record");The problem happenes when the connection is down for any reason and the stream stops. My flash App start streaming automatically , but it over right the previous video coz they have the same name, I want to change the recorded video name "ex:myvideo1.flv" without changing the stream publishing name "mystream".

View 3 Replies


Similar Posts:


Media Server :: Create Videos In A Playlist That Can Limit The Views To 10 Videos Per User?

Nov 1, 2011

Is there a way to create videos in a playlist that i can limit the views to 10 videos per user?

View 1 Replies

Media Server :: Record Streams In Chunks On Flash Media Server?

Jul 22, 2009

I want to record a stream which is published with Flash Live Encoder to FMS 3.5, but split the recording in files with predefined length. For example if a stream 'webcam' is published I want to record it in chunks of 10 minutes: 'webcam1.flv', 'webcam2.flv' ... From what I can tell there's no facility to work with timers. The only solution I could think of was using stream.record() with a time limit parameter but that seems like a hack because it triggerstStream.Record.DiskQuotaExceeded on the stream when the recordin should stop and start recording another chunk. Has anyone done something similar?

View 10 Replies

Media Server :: Can't Continue To Record Stream With Record Mode "append"

Apr 11, 2012

I 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]....

View 5 Replies

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

Media Server :: Application Doesn't Have Permissions For Server-side Record/append Of Streams

Aug 12, 2011

I have configured FMS on Amazon EC2 I am trying to capture data from my webcam and push it to the server.For storing the webcam i created a new folder  but as it is recommended in other forums "You need to replace the signed Live application (main.far) with main.asc in[FMS-Install-Dir]/samples/applications/live/ ;(For more Info: refer to documentations & live/readme.txt) "I am not able to locate samples folder from where i can get my main.asc file

View 4 Replies

Media Server :: Record Audio From A Mic And Save It To A Fms Server?

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

Media Server :: Videos Only Stream From The Media Folder?

Apr 5, 2010

I have FLV files streaming fine from the media folder in the applications folder.I want to split up the videos into folders to make them more manageable.If I create another folder in the applications folder at the same level as the media folder and put a video in there the video does not play.

View 4 Replies

Media Server :: Straightforward Method To Stream Videos From Another Server?

Mar 6, 2010

I've got:- FMS already installed on a XP server with IIS- FLV Videos residing in a folder on another serverHow do I:Stream videos from the other server where the videos reside?

View 4 Replies

Media Server :: Use HTML5 And FMS Server 3.5 To Share / Play Videos

Mar 14, 2012

We use FMIS (3.5) to distribute our videos, but how can I use HTML5 to view them without duplicating the video to the HTTP VOD directory.Can I point to the application FMS file location like I can with RTMP in some way?

View 2 Replies

Media Server :: How To Record Audio (dj App)

Nov 5, 2009

I want to create dj mixer aplication (AS2). Something like this: ttp://activeden.net/item/dj-mixer/10276How I can record sound?

View 1 Replies

Media Server :: Unable To Record Into FMS 3.5?

Jun 17, 2010

i have fms installed on a server, say server1. my flash files (swf) which allows user to record audio is on server 2. in the swf file, the connection is set as follows: nc.connect("rtmp://server1/test");
 
im able to view flash videos on server2 which streams from server1. however, i cannot upload any recording to the above directory. does the recording goes to the application or webroot folder? do i need to set any authentication to connect to server1(fms) from server2(swf)??

View 1 Replies

Media Server :: Record Audio MP3 Format?

Nov 17, 2008

How can we record audio in Flash Media server as MP3 format?

View 1 Replies

Media Server :: Record Client Pc's Sound?

Sep 11, 2009

i know the way to capture the mic's sound,My idea is to make an application to record songs palyed by other app,like Windows Media Player,Yes, Just capture from the soundcard,

View 3 Replies

Media Server :: Stream With One Bitrate, Record Another?

Mar 17, 2010

this may be really dumb question, but I haven't figured it out. Is it possible to stream to ustream with lets say 300 bitrate and record 1000 bitrate video to computer

View 4 Replies

Media Server :: FMS Can Record Computer Sounds

Jul 22, 2010

FMS can record computer sounds, I use flash to do a piano, it can play sound, I want record the sounds, FMS can record it?

View 4 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 Streams Directly In H.264

Jan 10, 2011

Flash Media Interactive Server 3.5 or later supports recording of  streams using the H.264 codec, directly on the server. Archive  high-quality live streams so you can quickly deploy the content on  demand  after your live event is over, and use the free F4V flattener  utility to prepare your file for video editing using Adobe Premiere Pro  CS5."
 
there is no problem to record the stream in flv format but i don't find a way to record using h.264 compression

View 8 Replies

Media Server :: Record In Default Vod Application?

Feb 3, 2011

I'm trying to record a  video to the default FMS vod application with a flash movie, i'm getting this error: "NetStream.Record.NoAccess". I think the problem is not in my code, but just to make it sure, here is it:
 
var mycam:Camera = Camera.getCamera();
mycam.setMode(320,240,25);
var myvid:Video = new Video(mycam.width,mycam.height);

[code]...

i checked and the connection to the server is fine.if i use live streaming, than it's fine (of course in this case i use the live application).It's maybe a file system related problem. I use windows 7, and given all permissions for all the users.. still dont working.

View 4 Replies

Media Server :: How To Record The Group Meeting

Mar 5, 2011

'm writing an application using FMS in which I'm supposed to create a audio/video meeting between two or more people. I need to record this group session over FMS but unable to get an idea how to do it?

View 1 Replies

Media Server :: Record A Multicast Stream?

Mar 9, 2011

I create a local netconnection, and the netgroup on the server side. How can I record the stream that is published to a netgroup?

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

Media Server :: How To Record MP4 File In Flash

Jun 13, 2011

How 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 Replies

Media Server :: Java To Start FMS Record?

Dec 28, 2011

I,m a newbie and one of my requirements is to Start the Record of the Stream as soon as the Game Starts. The Game gets the ID from JAVA and our client wants the stream record from JAVA.

View 1 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

Media Server :: Record Live Stream With FMS3?

Jul 5, 2008

How do I record a live stream in FMS3 and make the recordedstreams available in the VOD folder?

View 5 Replies

Media Server :: Pull A Stream From A Remote FMS And Record It In Another FMS

May 14, 2009

I would like to "pull" a stream from a remote FMS to a local FMS and record this stream in the local server.I couldn't find a way to pull this stream, I can only publish/push. As I can not save scripts to the remote FMS I can not push the stream to my local FMS.I was looking into the NetStream class in the FMS and there is no way to play a stream from the remote server.

View 1 Replies

Media Server :: Record Audio From Separate Netstreams?

Oct 27, 2009

I have two audio streams on the same client.i need to record both streams in a single flv file.can this be done?the below stub is for visual purposes.
 
stream0 = new NetStream();
stream0.publish("pub0");
stream0.attachAudio(mic0);

[code]....

View 1 Replies

Media Server :: Allow The User To Record Multiple Flvs?

Feb 17, 2010

I'm having a problem with Flash Media Interactive Server 3.5. I have a simple application setup. I would like to simply to be allow the user to record multiple flvs. This is just because we want them to record, preview and either publish or try again.

[Code]...

to start and stop recording. The problem I'm having is that while the first record seems to go ok, the second gets garbled. The video starts about 70% through, and then just plays a small portion. I've tried meta injection to fix it up, but it's just not working. I'm thinking maybe I have to reset the stream or something before starting a record again, but I don't know how.

View 18 Replies

Media Server :: Record Stream As Filetype Fail?

Apr 9, 2010

I'm attempting to use FMIS to try and record a user's webcam as a file on the serer.Saving as .flv works fine but when semyStream.record("mp4:"+mystreamName+".f4v");It creates the file but its only 20kb and empty.Do I require a plug-in or component? Or do I have to record as FLV and then convert to another format?

View 6 Replies







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