Media Server :: When Append A Recording From A Stream Does The Metadata Get Updated Correctly After The Append?

Aug 20, 2011

I recently had to tell a client that I didn't want to work on their project because I was unclear about something. When you append a recording from a stream does the metadata get updated correctly after the append? I've worked with metadata before and from my recolection anytime a .flv was changed I had to manually update the metadata.

View 1 Replies


Similar Posts:


Media Server :: Append Stream Object To Existing File?

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

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 :: How To Append Recorded Files

Mar 20, 2010

I am using adobe dvrcast to record my live streams. the problem I am having is when I stop the encode during a live stream, a new file is not created, the existing stream is written over. How can I preventive this from occuring. Is there a way to have all vod files that are in one folder to roll over to the next file during play back.

View 12 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 :: Recording RTMFP P2P Stream By Sending Simultaneous Stream To FMS

Oct 8, 2010

Only just getting started on this whole domain of learning, so go easy!If I set up a P2P video/audio chat (similar to the sample VideoPhone thing on the Cirrus site), can I get the stream from both parties to send to a server at the same time so that I can record it? If so, would I have to use a FMS to stream it to and perform the recording (and if so which version could I get away with)? Are there any (preferably free, or just tutorialised) solutions for the recording side of things?
 
Currently it seems like the only option for doing the P2P thing is to use Stratus/Cirrus unless I use FMS4 Enterprise.
 
how effective this kind of situation can be, in terms of quality of the stream and recording? Does any of this make sense?

View 1 Replies

Media Server :: Write Access Denied For Stream Error When Recording Audio Stream

Jul 26, 2010

I've had FMS running on my local machine for a while and have had a little experience writing FMS apps, but I've just tried recording audio for the first time using the standard vod application and I keep getting a "Write access denied for stream" error. My AS3 code is copied and pasted for various examples and am confident that it works.
 
I'm running Windows XP service pack 3 & FMIS 3.5.
 
I've had a look at the vod/media directory and under windows->properties the read-only attribute is ticked. Every time I un-tick this it reverts back to being ticked. I've googled this and MS say that most programs ignore the read-only attribute and that it only really applied to files. I've also tried the MS fix for setting the read-only attribute via cmd and still no joy (doesn't fix read-only attribute or FMS recording the audio after setting via cmd).
 
I've also tried our dev server install of FMS (running under linux) and am getting the same results.
 
Here's my AS3 code...
 
private function initApp(event:Event):void
{
removeEventListener(Event.ADDED_TO_STAGE,initApp);

[Code].....

View 1 Replies

Media Server :: Last Few Seconds Of Stream Cut Off When Recording A Live Stream?

Aug 27, 2010

I'm having a problem with recording a live webcam stream. The last few seconds of the stream is getting cut off.
The recording is stopped with the following piece of code:
 
vid.attachCamera(null);
vid.clear();
ns.attachCamera(null);
ns.attachAudio(null);
ns.pause();
  
What could be causing this? Is the stream cut off too soon? Is the client unable to send buffered data to the server?

View 2 Replies

Media Server :: How To Stream Live Audio And Metadata

Aug 13, 2010

i'm trying to build some kind of online radio. Therefore i'll be streaming audio (mp3) in real time. i have a play-list on my server and the idea is  for this play-list to play all day long, but on the client side  the user can only do play and stop the music.
 
The problem is  when one music stops and the next one starts i need the server to send  not only the new audio but also all the info about this file: duration,  author and music name, this way my player can show a play /stop and all  the info about the current music playing.Until now i've only come across with video live streaming, but very  little information on how to do a live transmission of audio.
  
ps: the only info on streaming audio that i've found so far is about  audio on demand, but the way i want things to happen the client can't  chose the music.

View 1 Replies

Media Server :: Duration Metadata In Recorded Stream Incorrect?

Aug 1, 2008

I'm streaming live video through FMS 3 and passing the streams to another FMS application to be recorded. While recording, I inject some custom metadata into the stream. Once recording is finished, I move the flv to another location and update my database with the metadata contained in the stream for later reference. All this succeeds without a problem.

However, only sometimes, the default 'duration' metadata (note - I never mess with the duration metadata, merely insert my own fields that are required for other reasons) is COMPLETELY wrong

View 13 Replies

Flash :: Media Server - Isn't Able To Pass Metadata Of F4V File Into The Stream (RTMP)

Apr 18, 2011

Are there any way that Flash Media Server isn't able to pass metadata of F4V file into the stream (RTMP) if F4V file was encrypted with Flash Access?

View 1 Replies

Media Server :: Recording Stream From Webcam As F4V Playback

Mar 23, 2010

I'm recording a stream from a webcam as an f4v file using FMS 3.5. The file is created in the live folder, and i can stream it back to the client no problem, however when I try to play the file in Adobe Media Player (or anything else) it won't play. I've used the f4v post processor which claims to run successfully, but with no joy.

View 5 Replies

Media Server :: Does FMS Compress Video Stream When Recording

Aug 16, 2010

This is important since if it's growing too fast there won't be enough space.

View 1 Replies

Media Server :: Recording FMS H264 / AAC Stream In FLV Format

Aug 18, 2010

I am trying to record a H264/AAC streamin FLV format on my FMS server and all I get in the recording is the metadata but no media content. Is H264 recording only supported in F4V?

View 1 Replies

Media Server :: Recording Stream Suddenly Stops

Sep 2, 2011

Our team is developing an application that allows users to communicate via their own camera, and make a record of all user's cameras that are in the same room. However we have come across an issue with our FMS 4 server. The issue is that sometimes when a user records all streams in a room at one point the recording process for particular streams suddenly stops but at the same time streaming is still working. For example, 2 users were broadcasting and one of them was recording their streams. At the end of the recording there were 2 flv files, however one of them was only a quarter of the actual length. The logs for the damaged stream were:

- publish stream at 10:48:38
- play stream at 10:48:38
- record stream at 10:48:44
- unpublish stream at10:53:11
- stop stream at 10:53:12

Total length of the flv file should be more than 4 min but actually it is only 1 min 12 sec.

View 3 Replies

Media Server :: Inserting Metadata Events In A Live Stream Using Non-flash Client App?

Jun 16, 2009

insert captions into a live flash video stream.[URL]this example uses a Flash client app wich can invoke something like video_nc.call("sendDataEvent",null,inputfield_txt.text);How can do this without any Flash client/environment ? (I of course still use an FMS 3.5) I would like to use a python (or php...whatever) piece of code to extract caption from VBI in the incoming video stream and insert it in the flash stream.

View 3 Replies

Java :: Use Image As Video Stream While Recording On Media Server?

Apr 17, 2011

I'm creating application where user can record voice message, problem is that recorded file is passed to other encoding servers, that requires both video and audio streams to be present.

how can I use static image to emulate webcam and attach it to NetStream?

ns = new NetStream(nc);
ns.addEventListener(NetStatusEvent.NET_STATUS, watchRecording);
//ns.attachCamera(cam);
ns.attachAudio(mic);
ns.publish(fileName.text, "record");

[+]

Although I don't have access to application on WOWZA server I can negotiate with some one to add few lines and recompile it. So server-side solution in java is also an option here.

View 1 Replies

Media Server :: While Live / Recording When Refresh The Browser Will The Stream Closed In FMS

Oct 25, 2010

While live/recording will the stream closed in fms when I refresh the browser??

View 1 Replies

Media Server :: Stream Recording Suddenly Stops With No Event Notification

Jun 15, 2011

I'm running FMS 4.0.2. I have a server side script that will record a stream that is playing on a remote server. This script was running fine on FCS 1.5. When running on FMS 4.0.2 the stream starts recording fine, but after a few minutes it stops on its own with no event notifications on the stream. No NetConnection or NetStream events are registered. I thought it might have been been an issue staying connected to the remote server.

But then I wrote something to publish a stream directly to this server, and have a simple server side script record the stream on the same server, but the same thing happens - it stops after a few minutes with no notifications. Again the code works fine in older versions of FMS/FCS. This has obviously proven problematic that I cannot record a stream longer than a few minutes. The problem occurs both on streams published via the Flash Player (Sorenson Spark) and the FMLE (H.264).

View 1 Replies

ActionScript 3.0 :: Append A Variable Name?

Sep 1, 2009

I'm using a for loop to creat a bunch of identical movie clips  I want to attach a different sound to each one of these clips. Is there a way to append a variable onto the end of another variable name. (ie. where i = [0,1,2,3,4,etc] variable[i] = variable0, variable1,variable2,variable3,variable4,etc.) below is the part of the code that I am trying to get working:

for (var i:Number = 0; i < xmlData.object_count; i++){
//create movie clips
var boxContainer_mc:boxContainer = new boxContainer();

[code]....

View 7 Replies

ActionScript 3.0 :: How To Append A Comment In XML

Feb 4, 2011

I'm writing an XML preferences file for an Adobe AIR project, and I'd really like to include XML comments. How does one append a comment to XML? The following doesn't work (the file just ends up with a blank line where the comment should be):

ActionScript Code:
var prefs:XML = new XML();
prefs.ignoreComments = false;

[code]....

View 2 Replies

Flex :: Append An Item To My DataProvider?

Sep 5, 2010

What I would like to do is simply add to a dataProvider, but when I do, I get an error. Here's the code I'm trying to run...

dg.dataProvider.addItem(obj.ResultSet.Result[i]);

It's inside a for loop, using i as the integer. It works great doing...dg.dataProvider = obj.ResultSet.Result But that won't work for me, because I need to add to the dataprovider more than once. I'm getting results in batches of 10, and I need to add each batch to the dataProvider when it's received. I also tried to to do...

var dgDP:dataProvider = new dataProvider(); But for some reason Flex doesn't recognize it...

View 2 Replies

Flash :: Append Letters Onto Variable Name?

Oct 26, 2011

I need to append 4 letters to my variable name when referencing it to get either spanish or english XML data. I am trying to reuse my functions without writing an if statement.

like so:

//two options for
var spa_my_videos:XMLList;
var eng_my_videos:XMLList;

[Code].....

View 2 Replies

ActionScript 2.0 :: Any Way To Append Already Created Object?

Jan 24, 2006

Is there a way to append an object that has already been created:
CODE:
userobject;
userobject = {uname:username, uage:so.data[username].age}
What if I wanted to add a phone property?

View 3 Replies

Media Server :: Flash Media Server OAI-PMH Metadata Harvesting?

Jun 16, 2010

Does anyone know if the Flash Media Server supports OAI-PMH Metadata Harvesting? We are trying to automate metadata harvesting from the FMS to our online repository, so users will be able to search the repository for videos that reside on the FMS...

View 1 Replies

ActionScript 3.0 :: Append Flvplayer Setbuffertime From Array?

Mar 30, 2011

I have a flvplayer assigned to the id player and I am trying to set buffer times for videos I have embedded in an array, I understand how to pull the information from my array and have that value be set intoplayer.setBufferTime(value);but when ever I call that command it gives me the error1061: Call to a possibly undefined method setBufferTime through a reference with static type fl.video:FLVPlayback. player.setBufferTime(1);

View 2 Replies

ActionScript 3.0 :: XML Append Child 's Equivalent Method?

Mar 14, 2009

XML append Child 's equivalent method?

View 2 Replies

ActionScript 1/2 :: Append Onto A Xml Object Dynamically Inserting

Jun 29, 2009

I am trying to append onto a xml object dynamically. The format of the XML is as follows

[Code].....

View 4 Replies

ActionScript 2.0 :: Using Manual JS Active Content Fix But Now How To Append The .swf

Mar 29, 2011

I am using this method to fix the Active Content issue,[URL]but now I have come across a situation when I have to append the end of the .swf. EG: Active content fix script. It does not use the extension .swf

<script type="text/javascript" >
AC_FL_RunContent(
'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0',
'width', '764',

[code]....

I need to add .swf?<%response.write qs%>" to the images/footer_graphic_1_about, because I am passing a variable through the .swf.

Eg: images/footer_graphic_1_about.swf?intro=no

View 1 Replies

Flash :: Pass Parameter Append To The Swf File?

Dec 19, 2011

Due to the target website restriction, it only accepts swf file, and I want to pass parameter to this, So I post http:[url]............pass the file parameter this way, and This worked before, But now it doesn't, Where do I do wrong?

View 1 Replies







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