<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - fms - 2 - docs - 00000589.html</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T21:12:05</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/fms/2/docs/00000589.html#79857" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/fms/2/docs/00000589.html#79088" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/fms/2/docs/00000589.html#71187" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/fms/2/docs/00000589.html#65095" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/fms/2/docs/00000589.html#57982" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/fms/2/docs/00000589.html#52197" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/fms/2/docs/00000589.html#50369" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/fms/2/docs/00000589.html#79857">
		<title>fms/2/docs/00000589.html</title>
		<link>http://livedocs.adobe.com/fms/2/docs/00000589.html#79857</link>
		<description>regarding the flv not being written to disk (in a linux environment).  Check your onStatus for messages - I had errors that the file couldn't be saved, which was down to the applications/myApplication directory being owned by root, when you need to have it owned by the user the server operates under. &lt;br /&gt;&lt;br /&gt;Presuming you have a user fms in group fms, you would need to navigate to the applications directory and on the command line e.g:&lt;br /&gt;&lt;br /&gt;chown fms:fms myApplication</description>
		<dc:creator>mike hype</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-01-23T17:41:11</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/fms/2/docs/00000589.html#79088">
		<title>fms/2/docs/00000589.html</title>
		<link>http://livedocs.adobe.com/fms/2/docs/00000589.html#79088</link>
		<description>Hi, is it possible to use NetStream to record audio/video to the local file system. If someone can post any working code that would be greatly appreciated.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-01-01T17:55:21</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/fms/2/docs/00000589.html#71187">
		<title>fms/2/docs/00000589.html</title>
		<link>http://livedocs.adobe.com/fms/2/docs/00000589.html#71187</link>
		<description>What should be do if we want to both record and also hear the audio live? NetStream.publish with &quot;Record&quot; will save it on the flash media server. &lt;br /&gt;NetStream.publish with &quot;Live&quot; allows others to listen when the recording is going on but it will not save it in the file on FlashMedia server. &lt;br /&gt;In NetStream, I do not see any &quot;flush&quot; kind of method.</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-08-01T03:22:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/fms/2/docs/00000589.html#65095">
		<title>fms/2/docs/00000589.html</title>
		<link>http://livedocs.adobe.com/fms/2/docs/00000589.html#65095</link>
		<description>Judging to this sample code, no server side code is needed, right? I'm &lt;br /&gt;trying this sample myself, but no flv appears on the server. Must one write &lt;br /&gt;server side code, or must it be something else? A permission thing? The &lt;br /&gt;server is running Suse. &lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;&lt;br /&gt;Karel</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-04-05T01:30:28</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/fms/2/docs/00000589.html#57982">
		<title>fms/2/docs/00000589.html</title>
		<link>http://livedocs.adobe.com/fms/2/docs/00000589.html#57982</link>
		<description>Hello, I am using flash media server 2. I have basically copied and pasted the code example you have above but the FLV file does not appear in my application directory. The ONLY thing in my application directory is main.asc.&lt;br /&gt;&lt;br /&gt;In the web management interface under the application stream it says *flv:stephen...stored. So where is it stored?&lt;br /&gt;&lt;br /&gt;Also, if I say    src_ns.play(&quot;stephen&quot;);    ...nothing happens.&lt;br /&gt;&lt;br /&gt;Looking forward to your answers.&lt;br /&gt;&lt;br /&gt;Andrew</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-12-17T23:26:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/fms/2/docs/00000589.html#52197">
		<title>fms/2/docs/00000589.html</title>
		<link>http://livedocs.adobe.com/fms/2/docs/00000589.html#52197</link>
		<description>It might a bit late, but saving the flv files in a different directory can be done by using virtual directories and the File class (server side actionscript). The method is simple: publish the flv using names such as 'foo.flv', and after you finished recording call a function on the serverside (which you wil have to make) which moves/copies/renames the file to the folder you needed. &lt;br /&gt;You can use paths such as 'd:/foo/bar.flv' but I find it much neat using the virtual directories =) you can find information about virtual directories in this reffrerence under the first page of File class.</description>
		<dc:creator>_spinks_</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-08-23T19:24:31</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/fms/2/docs/00000589.html#50369">
		<title>fms/2/docs/00000589.html</title>
		<link>http://livedocs.adobe.com/fms/2/docs/00000589.html#50369</link>
		<description>I've got a question. Is here a way to save rercorded FLV file to any other folder on server? For example I want to save FLV files on root C: disk? Is it possible? Thanx!</description>
		<dc:creator></dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-07-04T01:50:00</dc:date>
	</item>
	</rdf:RDF>

