<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Apple Darwin Streaming Server Compilation &#038; Installation for Linux	</title>
	<atom:link href="https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Wed, 07 Mar 2018 10:15:37 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273676</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 10:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-273676</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273675&quot;&gt;arying&lt;/a&gt;.

You can test the server is working using VLC and opening a network stream with the URL

&lt;code&gt;rtsp://192.168.x.x/sample_h264_300kbit.mp4&lt;/code&gt;

The sample video will play. If you create a playlist replace the sample video with the playlist name, i.e. stream1.sdp.

Or in ffmpeg

&lt;code&gt;ffmpeg -i rtsp://192.168.x.x/stream1.sdp&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273675">arying</a>.</p>
<p>You can test the server is working using VLC and opening a network stream with the URL</p>
<p><code>rtsp://192.168.x.x/sample_h264_300kbit.mp4</code></p>
<p>The sample video will play. If you create a playlist replace the sample video with the playlist name, i.e. stream1.sdp.</p>
<p>Or in ffmpeg</p>
<p><code>ffmpeg -i rtsp://192.168.x.x/stream1.sdp</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: arying		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273675</link>

		<dc:creator><![CDATA[arying]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 06:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-273675</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273673&quot;&gt;PAJ&lt;/a&gt;.

eg: 
ffmpeg.exe -i rtsp://admin:admin@192.168.0.1/ -vcodec copy -acodec copy -f rtsp rtsp://192.168.0.2/test.sdp]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273673">PAJ</a>.</p>
<p>eg:<br />
ffmpeg.exe -i <a href="rtsp://admin:admin@192.168.0.1/" rel="ugc">rtsp://admin:admin@192.168.0.1/</a> -vcodec copy -acodec copy -f rtsp <a href="rtsp://192.168.0.2/test.sdp" rel="ugc">rtsp://192.168.0.2/test.sdp</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: arying		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273674</link>

		<dc:creator><![CDATA[arying]]></dc:creator>
		<pubDate>Wed, 07 Mar 2018 03:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-273674</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273673&quot;&gt;PAJ&lt;/a&gt;.

Thank you very much.
But it doesn&#039;t seem to be pushing rstp streaming]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273673">PAJ</a>.</p>
<p>Thank you very much.<br />
But it doesn&#8217;t seem to be pushing rstp streaming</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273673</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 11:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-273673</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273672&quot;&gt;arying&lt;/a&gt;.

I have updated the container today. Make sure you pull the latest version and start it with

&lt;code&gt;docker run -t -d -e &quot;DSSUSER=admin&quot; -e &quot;DSSPASS=password&quot; --restart=always -p 1220:1220 -p 554:554 -p 7070:7070 -p 8000:8000 -p 8001:8001 --name=&quot;dss&quot; gaiterjones/darwin-streaming&lt;/code&gt;

login to admin via http://server:1220 using the username and password defined in the run command.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273672">arying</a>.</p>
<p>I have updated the container today. Make sure you pull the latest version and start it with</p>
<p><code>docker run -t -d -e "DSSUSER=admin" -e "DSSPASS=password" --restart=always -p 1220:1220 -p 554:554 -p 7070:7070 -p 8000:8000 -p 8001:8001 --name="dss" gaiterjones/darwin-streaming</code></p>
<p>login to admin via <a href="http://server:1220" rel="nofollow ugc">http://server:1220</a> using the username and password defined in the run command.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: arying		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273672</link>

		<dc:creator><![CDATA[arying]]></dc:creator>
		<pubDate>Tue, 06 Mar 2018 04:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-273672</guid>

					<description><![CDATA[hello, your docker container for DSS is gaiterjones/darwin-streaming right?
and the docker container  run command is ? default admin password is ?]]></description>
			<content:encoded><![CDATA[<p>hello, your docker container for DSS is gaiterjones/darwin-streaming right?<br />
and the docker container  run command is ? default admin password is ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PAJ		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273279</link>

		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Tue, 18 Apr 2017 10:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-273279</guid>

					<description><![CDATA[Have you checked the permissions : chmod 755 /etc/streaming/streamingserver.xml What operating system are you compiling it on, the streaming server will not compile under newer OS versions, check out my docker container for DSS for a working docker version of DSS.]]></description>
			<content:encoded><![CDATA[<p>Have you checked the permissions : chmod 755 /etc/streaming/streamingserver.xml What operating system are you compiling it on, the streaming server will not compile under newer OS versions, check out my docker container for DSS for a working docker version of DSS.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yuvraj		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-273275</link>

		<dc:creator><![CDATA[Yuvraj]]></dc:creator>
		<pubDate>Sun, 09 Apr 2017 17:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-273275</guid>

					<description><![CDATA[I got the message:
cannot access &#039;/etc/streaming/streamingserver.xml&#039; : No such file or directory

I followed all the instructions for the installation. Why am I getting this message?]]></description>
			<content:encoded><![CDATA[<p>I got the message:<br />
cannot access &#8216;/etc/streaming/streamingserver.xml&#8217; : No such file or directory</p>
<p>I followed all the instructions for the installation. Why am I getting this message?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-49696</link>

		<dc:creator><![CDATA[Tony]]></dc:creator>
		<pubDate>Wed, 03 Apr 2013 11:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-49696</guid>

					<description><![CDATA[I am going to do this I will post my results... cheers]]></description>
			<content:encoded><![CDATA[<p>I am going to do this I will post my results&#8230; cheers</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oyewumi Abayomi		</title>
		<link>https://blog.gaiterjones.com/how-to-install-apple-darwin-streaming-server/#comment-48923</link>

		<dc:creator><![CDATA[Oyewumi Abayomi]]></dc:creator>
		<pubDate>Thu, 27 Dec 2012 02:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=530#comment-48923</guid>

					<description><![CDATA[Thanks alot man
Worked like Magic]]></description>
			<content:encoded><![CDATA[<p>Thanks alot man<br />
Worked like Magic</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
