<?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/">
	<channel>
		<title><![CDATA[Streaming Media Forums - Advanced]]></title>
		<link>http://forums.streamingmedia.com/</link>
		<description><![CDATA[Streaming Media Forums - http://forums.streamingmedia.com]]></description>
		<pubDate>Sat, 21 Nov 2009 09:17:06 -0500</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Flash Media Interactive Server  + Windows Server 2003 configuration optimization]]></title>
			<link>http://forums.streamingmedia.com/thread-10723.html</link>
			<pubDate>Fri, 20 Nov 2009 07:09:27 -0500</pubDate>
			<dc:creator>mariusneagu</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10723.html</guid>
			<description><![CDATA[Hi,<br />
<br />
We have been working with Flash Media Interactive Server for a very long time now.<br />
But one of the things we have not paid a close attention to is the configuration for it or for the operating system it resides on.<br />
Could anyone help us with recommendations for how to configure them so that they:<br />
- handle audio better<br />
- handle sudden disconnects of the clients better (FMS has had for a long time problems with disconnects that are not reported to the server)<br />
- behave better overall<br />
<br />
The application uses a lot of audio, shared objects, communication between clients, remoting,etc.<br />
<br />
We are working with FMS 3.5.2<br />
Operating system is Windows Server 2003<br />
<br />
Thank you a great deal.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10723.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
We have been working with Flash Media Interactive Server for a very long time now.<br />
But one of the things we have not paid a close attention to is the configuration for it or for the operating system it resides on.<br />
Could anyone help us with recommendations for how to configure them so that they:<br />
- handle audio better<br />
- handle sudden disconnects of the clients better (FMS has had for a long time problems with disconnects that are not reported to the server)<br />
- behave better overall<br />
<br />
The application uses a lot of audio, shared objects, communication between clients, remoting,etc.<br />
<br />
We are working with FMS 3.5.2<br />
Operating system is Windows Server 2003<br />
<br />
Thank you a great deal.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10723.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: Async h264-files in flashplayer]]></title>
			<link>http://forums.streamingmedia.com/thread-10714.html</link>
			<pubDate>Mon, 09 Nov 2009 09:44:45 -0500</pubDate>
			<dc:creator>wcaulfield</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10714.html</guid>
			<description><![CDATA[<blockquote><cite><span> (11-09-2009 09:28 AM)</span>basti Wrote: <a href="http://forums.streamingmedia.com/post-11060.html#pid11060" class="quick_jump">&nbsp;</a></cite>Is there a chance to resolve this async problem or do I need to reencode al those movies?</blockquote>
<br />
I would do everything differently, but of course, I would be on a PC.  The major difference for me would be "edit early."  Rip directly from vob to a frame editable source, edit, then encode.  In my case, it would be vob to avi, edit, encode to mp4.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10714.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[<blockquote><cite><span> (11-09-2009 09:28 AM)</span>basti Wrote: <a href="http://forums.streamingmedia.com/post-11060.html#pid11060" class="quick_jump">&nbsp;</a></cite>Is there a chance to resolve this async problem or do I need to reencode al those movies?</blockquote>
<br />
I would do everything differently, but of course, I would be on a PC.  The major difference for me would be "edit early."  Rip directly from vob to a frame editable source, edit, then encode.  In my case, it would be vob to avi, edit, encode to mp4.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10714.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Async h264-files in flashplayer]]></title>
			<link>http://forums.streamingmedia.com/thread-10714.html</link>
			<pubDate>Mon, 09 Nov 2009 08:28:15 -0500</pubDate>
			<dc:creator>basti</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10714.html</guid>
			<description><![CDATA[Hi!<br />
<br />
I'm having a async-problem with my cutted h264 movies.<br />
<br />
Here's my workflow:<br />
<br />
1. MPEG Streamclip: For DVD ripping (Convert to MPEG with MP2 Audio) -&gt;<br />
2. Apple Compressor 3.0.5 : h264, v:1024k a:64k, 640*480, MOV fileformat -&gt;<br />
3. MPEG Streamclip: For cutting the movie into chapters.<br />
<br />
I use MPEG Streamclip to cut the movies into chapters after they are encoded by Compressor. All cutted movies play fine in Apple Quicktime 7.6, VideoLAN and Mplayer. However when I play the cutted movies with a Flash Player (e.g. JW Player, Flow Player), they aren't lipsync anymore. The first chapter of the movie is in sync, but the the following chapters aren't....<br />
<br />
After analyzing the Files with MediaInfo Mac, it seems that the audiotrack (50s26ms) doesn't have the same length as the videotrack (50s400ms).<br />
<br />
I think the problem is that those Flash Players can't read or interpret the editlist atom located in the movie file to keep the movie in sync (or maybe caused by keyframes?). So I tried to scale those tracks to the same length using ffmpeg, mp4box and qtcoffee and then remux them, but it didn't work.... <br />
<br />
Is there a tool that can extract the synchronised tracks of the movie as a file without editlist (e.g by trimming or scaling the track that's too long)?<br />
<br />
Is there a chance to resolve this async problem or do I need to reencode al those movies? <br />
<br />
<br />
Best regards, basti<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10714.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hi!<br />
<br />
I'm having a async-problem with my cutted h264 movies.<br />
<br />
Here's my workflow:<br />
<br />
1. MPEG Streamclip: For DVD ripping (Convert to MPEG with MP2 Audio) -&gt;<br />
2. Apple Compressor 3.0.5 : h264, v:1024k a:64k, 640*480, MOV fileformat -&gt;<br />
3. MPEG Streamclip: For cutting the movie into chapters.<br />
<br />
I use MPEG Streamclip to cut the movies into chapters after they are encoded by Compressor. All cutted movies play fine in Apple Quicktime 7.6, VideoLAN and Mplayer. However when I play the cutted movies with a Flash Player (e.g. JW Player, Flow Player), they aren't lipsync anymore. The first chapter of the movie is in sync, but the the following chapters aren't....<br />
<br />
After analyzing the Files with MediaInfo Mac, it seems that the audiotrack (50s26ms) doesn't have the same length as the videotrack (50s400ms).<br />
<br />
I think the problem is that those Flash Players can't read or interpret the editlist atom located in the movie file to keep the movie in sync (or maybe caused by keyframes?). So I tried to scale those tracks to the same length using ffmpeg, mp4box and qtcoffee and then remux them, but it didn't work.... <br />
<br />
Is there a tool that can extract the synchronised tracks of the movie as a file without editlist (e.g by trimming or scaling the track that's too long)?<br />
<br />
Is there a chance to resolve this async problem or do I need to reencode al those movies? <br />
<br />
<br />
Best regards, basti<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10714.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: Async h264-files in flashplayer]]></title>
			<link>http://forums.streamingmedia.com/thread-10714.html</link>
			<pubDate>Mon, 09 Nov 2009 09:52:44 -0500</pubDate>
			<dc:creator>basti</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10714.html</guid>
			<description><![CDATA[Thanks for your response!<br />
<br />
I'm cutting the encoded files because this saves a lot of time. Cutting the vob file and then saving each chapter takes much longer to edit. <br />
I already have handled hundreds of movies this way, so I would be happy if this async problem can be fixed somehow.... <br />
<br />
<blockquote><cite><span> (11-09-2009 10:44 AM)</span>wcaulfield Wrote: <a href="http://forums.streamingmedia.com/post-11061.html#pid11061" class="quick_jump">&nbsp;</a></cite><blockquote><cite><span> (11-09-2009 09:28 AM)</span>basti Wrote: <a href="http://forums.streamingmedia.com/post-11060.html#pid11060" class="quick_jump">&nbsp;</a></cite>Is there a chance to resolve this async problem or do I need to reencode al those movies?</blockquote>
<br />
I would do everything differently, but of course, I would be on a PC.  The major difference for me would be "edit early."  Rip directly from vob to a frame editable source, edit, then encode.  In my case, it would be vob to avi, edit, encode to mp4.</blockquote>
<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10714.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Thanks for your response!<br />
<br />
I'm cutting the encoded files because this saves a lot of time. Cutting the vob file and then saving each chapter takes much longer to edit. <br />
I already have handled hundreds of movies this way, so I would be happy if this async problem can be fixed somehow.... <br />
<br />
<blockquote><cite><span> (11-09-2009 10:44 AM)</span>wcaulfield Wrote: <a href="http://forums.streamingmedia.com/post-11061.html#pid11061" class="quick_jump">&nbsp;</a></cite><blockquote><cite><span> (11-09-2009 09:28 AM)</span>basti Wrote: <a href="http://forums.streamingmedia.com/post-11060.html#pid11060" class="quick_jump">&nbsp;</a></cite>Is there a chance to resolve this async problem or do I need to reencode al those movies?</blockquote>
<br />
I would do everything differently, but of course, I would be on a PC.  The major difference for me would be "edit early."  Rip directly from vob to a frame editable source, edit, then encode.  In my case, it would be vob to avi, edit, encode to mp4.</blockquote>
<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10714.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: Any companies alive still?]]></title>
			<link>http://forums.streamingmedia.com/thread-10707.html</link>
			<pubDate>Thu, 29 Oct 2009 16:42:06 -0400</pubDate>
			<dc:creator>wcaulfield</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10707.html</guid>
			<description><![CDATA[Judging from their websites, they're all the same company  <img src="http://forums.streamingmedia.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />  Started with a concept, hoped to devise a business plan later.<br />
<br />
But seriously, what are you trying to get done.  Probably a hundred vendors on the forums and on the list that could cover it.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10707.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Judging from their websites, they're all the same company  <img src="http://forums.streamingmedia.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />  Started with a concept, hoped to devise a business plan later.<br />
<br />
But seriously, what are you trying to get done.  Probably a hundred vendors on the forums and on the list that could cover it.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10707.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: Any companies alive still?]]></title>
			<link>http://forums.streamingmedia.com/thread-10707.html</link>
			<pubDate>Thu, 05 Nov 2009 10:45:52 -0500</pubDate>
			<dc:creator>cata12</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10707.html</guid>
			<description><![CDATA[Hello pconradt:<br />
<br />
I am just curious, what was your experience with them? I am also doing live streaming.<br />
<br />
Regards<br />
Catalin<br />
____________________________________________________________<br />
stream sample: <a href="http://www.tikilive.com/video_details/video/22879" target="_blank">http://www.tikilive.com/video_details/video/22879</a><br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10707.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hello pconradt:<br />
<br />
I am just curious, what was your experience with them? I am also doing live streaming.<br />
<br />
Regards<br />
Catalin<br />
____________________________________________________________<br />
stream sample: <a href="http://www.tikilive.com/video_details/video/22879" target="_blank">http://www.tikilive.com/video_details/video/22879</a><br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10707.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Any companies alive still?]]></title>
			<link>http://forums.streamingmedia.com/thread-10707.html</link>
			<pubDate>Thu, 29 Oct 2009 13:10:53 -0400</pubDate>
			<dc:creator>pconradt</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10707.html</guid>
			<description><![CDATA[Has anybody had any luck getting in contact with LiveStream or Episodic or Delve?  I've tried contacting their sales via web &amp; phone for several days now.  Seems like they all but shutdown &amp; are just relying on current customers to pay the server cost.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10707.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Has anybody had any luck getting in contact with LiveStream or Episodic or Delve?  I've tried contacting their sales via web &amp; phone for several days now.  Seems like they all but shutdown &amp; are just relying on current customers to pay the server cost.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10707.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[server utilization profile]]></title>
			<link>http://forums.streamingmedia.com/thread-10706.html</link>
			<pubDate>Tue, 27 Oct 2009 14:40:20 -0400</pubDate>
			<dc:creator>floyd</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10706.html</guid>
			<description><![CDATA[looking for typical h/w utilization profile for your streaming media server.  Things of interest:<br />
1) your type of media streaming<br />
2) your server spec<br />
3) business/hobby?<br />
4) h/w utilization (CPU, memory, network utilization) <br />
<br />
I appreciate any feed back or pointer to the right direction to obtain this kind of data.<br />
<br />
Thanks<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10706.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[looking for typical h/w utilization profile for your streaming media server.  Things of interest:<br />
1) your type of media streaming<br />
2) your server spec<br />
3) business/hobby?<br />
4) h/w utilization (CPU, memory, network utilization) <br />
<br />
I appreciate any feed back or pointer to the right direction to obtain this kind of data.<br />
<br />
Thanks<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10706.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Calculation of Moving Average bitrate for Video Stream]]></title>
			<link>http://forums.streamingmedia.com/thread-10704.html</link>
			<pubDate>Fri, 23 Oct 2009 06:09:44 -0400</pubDate>
			<dc:creator>mediastreamer</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10704.html</guid>
			<description><![CDATA[Hi All,<br />
<br />
  I need to know what approach is used to calculate moving average bit rate for Video RTP Stream.<br />
Any help would be highly appreciated.<br />
<br />
Thanks in Advance<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10704.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hi All,<br />
<br />
  I need to know what approach is used to calculate moving average bit rate for Video RTP Stream.<br />
Any help would be highly appreciated.<br />
<br />
Thanks in Advance<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10704.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Relay problem with DSS &#x26; vlc]]></title>
			<link>http://forums.streamingmedia.com/thread-10695.html</link>
			<pubDate>Fri, 09 Oct 2009 17:21:42 -0400</pubDate>
			<dc:creator>lunatic</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10695.html</guid>
			<description><![CDATA[hi all. I'm currently doing my final year project at university.<br />
I'm trying to send my webcam stream to my cell phone through darwin streaming server.<br />
Setup : Windows Vista<br />
VLC 1.0.2<br />
DSS 5.5.5<br />
<br />
my batch file to start streaming is :<br />
<br />
<br />
call "C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv  --reset-config --no-audio dshow:// :dshow-vdev="Chicony USB 2.0 Camera" :dshow-adev="" :dshow-size="160x120"  --sout-rtp-dst="192.168.1.2" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:\Program Files\Darwin Streaming Server\Movies\webcam.sdp" --sout "#transcode:rtp" --sout-transcode-fps=15 --sout-transcode-venc="ffmpeg" --sout-transcode-vcodec="mp4v" --sout-transcode-vb="8000"<br />
<br />
<br />
<br />
192.168.1.2 is my laptops ip<br />
<br />
I see that webcam.sdp is being created when I start batch file<br />
And my relay settings in darwin streaming server<br />
<br />
name : webcam<br />
enabled : true<br />
source hostname or ip : 192.168.1.2<br />
mount point : webcam.sdp<br />
wait for announced streams : selected<br />
destination hostname or ip : 192.168.1.2<br />
announced UDP : webcam.sdp<br />
user and pass are blank<br />
<br />
The thing is vlc starts and sends the stream, but I cannot see this at the relay status section in the darwin streaming servers administration panel.<br />
where am I doing wrong ? Please help me I'm really stucked at this point.. <img src="http://forums.streamingmedia.com/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /> :roll:<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10695.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[hi all. I'm currently doing my final year project at university.<br />
I'm trying to send my webcam stream to my cell phone through darwin streaming server.<br />
Setup : Windows Vista<br />
VLC 1.0.2<br />
DSS 5.5.5<br />
<br />
my batch file to start streaming is :<br />
<br />
<br />
call "C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv  --reset-config --no-audio dshow:// :dshow-vdev="Chicony USB 2.0 Camera" :dshow-adev="" :dshow-size="160x120"  --sout-rtp-dst="192.168.1.2" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:\Program Files\Darwin Streaming Server\Movies\webcam.sdp" --sout "#transcode:rtp" --sout-transcode-fps=15 --sout-transcode-venc="ffmpeg" --sout-transcode-vcodec="mp4v" --sout-transcode-vb="8000"<br />
<br />
<br />
<br />
192.168.1.2 is my laptops ip<br />
<br />
I see that webcam.sdp is being created when I start batch file<br />
And my relay settings in darwin streaming server<br />
<br />
name : webcam<br />
enabled : true<br />
source hostname or ip : 192.168.1.2<br />
mount point : webcam.sdp<br />
wait for announced streams : selected<br />
destination hostname or ip : 192.168.1.2<br />
announced UDP : webcam.sdp<br />
user and pass are blank<br />
<br />
The thing is vlc starts and sends the stream, but I cannot see this at the relay status section in the darwin streaming servers administration panel.<br />
where am I doing wrong ? Please help me I'm really stucked at this point.. <img src="http://forums.streamingmedia.com/images/smilies/sad.gif" style="vertical-align: middle;" border="0" alt="Sad" title="Sad" /> :roll:<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10695.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Enterprise Distributed Media Solutions]]></title>
			<link>http://forums.streamingmedia.com/thread-10692.html</link>
			<pubDate>Tue, 06 Oct 2009 13:17:13 -0400</pubDate>
			<dc:creator>Craig@GroovyGecko</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10692.html</guid>
			<description><![CDATA[I am looking for a shortlist of Enterprise Streaming Solutions. That is, products that do not use external CDN's for distribution and who have LDAP integration, auditing etc. <br />
<br />
I know Accordent have a solution. Are Qumu the market leaders? Who else should be on the list?<br />
<br />
C.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10692.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[I am looking for a shortlist of Enterprise Streaming Solutions. That is, products that do not use external CDN's for distribution and who have LDAP integration, auditing etc. <br />
<br />
I know Accordent have a solution. Are Qumu the market leaders? Who else should be on the list?<br />
<br />
C.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10692.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: Enterprise Distributed Media Solutions]]></title>
			<link>http://forums.streamingmedia.com/thread-10692.html</link>
			<pubDate>Wed, 07 Oct 2009 06:03:25 -0400</pubDate>
			<dc:creator>cata12</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10692.html</guid>
			<description><![CDATA[Hello:<br />
<br />
Here is a short list of ESS for you :Accordent, StreamingBase, Brightcove, I am using a Kaltura, HaiVision, Limelight, Origin Digital, Qumu, <br />
See this article also at the very bottom: <a href="http://www.streamingmedia.com/whitepapers/" target="_blank">http://www.streamingmedia.com/whitepapers/</a><br />
Do you want to integrate streaming media software into your business? I already use a streaming service and I can share you from my experience if you can tell me what you are trying to achieve.<br />
<br />
Best of luck<br />
Catalin<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10692.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hello:<br />
<br />
Here is a short list of ESS for you :Accordent, StreamingBase, Brightcove, I am using a Kaltura, HaiVision, Limelight, Origin Digital, Qumu, <br />
See this article also at the very bottom: <a href="http://www.streamingmedia.com/whitepapers/" target="_blank">http://www.streamingmedia.com/whitepapers/</a><br />
Do you want to integrate streaming media software into your business? I already use a streaming service and I can share you from my experience if you can tell me what you are trying to achieve.<br />
<br />
Best of luck<br />
Catalin<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10692.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Captioning Windows Media in HTML]]></title>
			<link>http://forums.streamingmedia.com/thread-10688.html</link>
			<pubDate>Fri, 02 Oct 2009 13:01:05 -0400</pubDate>
			<dc:creator>JJBaseball</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10688.html</guid>
			<description><![CDATA[Hello,<br />
<br />
I am following a tutorial from: <a href="http://www.webaim.org/techniques/captions/windows/" target="_blank">http://www.webaim.org/techniques/captions/windows/</a><br />
<br />
It doesn't mention any need for javascript. My video is playing in the browser but the captions are not. I just get a black box.  If I put the .smi file in the URL parameter, the captions play in the DIV like expected but I get no video.   I'd like the video to play in the browser with captioning.  Can some make a suggestion:<br />
<br />
<a href="http://www.webaim.org/techniques/captions/windows/" target="_blank">http://www.webaim.org/techniques/captions/windows/</a><br />
<br />
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;My OFFICE&lt;/title&gt;<br />
&lt;link rel="stylesheet" type="text/css" href="style.css" /&gt;<br />
&lt;meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"&gt;<br />
<br />
&lt;/head&gt;<br />
&lt;style&gt;<br />
<br />
<br />
div.headerTitle {<br />
color: brown;<br />
font-size: 1.7em;<br />
font-weight: bold;<br />
text-align: center;<br />
float: center;<br />
}<br />
<br />
 <br />
<br />
&lt;/style&gt;<br />
<br />
&lt;body&gt;<br />
&lt;table border="0" cellpadding="0" cellspacing="0" bgcolor="white" width="480" height="20px"&gt;<br />
&lt;tr&gt;<br />
&lt;td valign="top" align="center" width="200" class="mtitle"&gt;<br />
<br />
&lt;/td&gt; <br />
&lt;div class="headerTitle"&gt;<br />
My Virtual Tour<br />
&lt;/div&gt;<br />
<br />
<br />
&lt;tr&gt;&lt;td align="center"&gt;<br />
&lt;OBJECT id='Player' width="406" height="333" <br />
classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'<br />
<br />
codebase='https://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'<br />
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'&gt;<br />
<br />
<br />
&lt;param name='URL' value="http://www.mywebsite.com/Movies/MovieWithCap.wmv"&gt;<br />
<br />
&lt;param name='autoStart' value="true"&gt;<br />
&lt;param name='usecaptions' value="True"&gt;<br />
&lt;param name='loop' value="false"&gt;<br />
&lt;param name='showcontrols' value="false"&gt;<br />
<br />
&lt;param name="uimode" value="full"&gt;<br />
&lt;param name="captioningID" value="captions"&gt;<br />
&lt;param name="SAMIFileName" value="http://www.mywebsite.com/Movies/MovieWithCap.smi"&gt;<br />
&lt;/object&gt;<br />
&lt;div id="captions" style="background-color:black; color:white; width:406px; height:70px"&gt;<br />
&lt;/div&gt;<br />
<br />
&lt;/td&gt;&lt;/tr&gt;<br />
<br />
 <br />
<br />
<br />
&lt;/table&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10688.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I am following a tutorial from: <a href="http://www.webaim.org/techniques/captions/windows/" target="_blank">http://www.webaim.org/techniques/captions/windows/</a><br />
<br />
It doesn't mention any need for javascript. My video is playing in the browser but the captions are not. I just get a black box.  If I put the .smi file in the URL parameter, the captions play in the DIV like expected but I get no video.   I'd like the video to play in the browser with captioning.  Can some make a suggestion:<br />
<br />
<a href="http://www.webaim.org/techniques/captions/windows/" target="_blank">http://www.webaim.org/techniques/captions/windows/</a><br />
<br />
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;My OFFICE&lt;/title&gt;<br />
&lt;link rel="stylesheet" type="text/css" href="style.css" /&gt;<br />
&lt;meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"&gt;<br />
<br />
&lt;/head&gt;<br />
&lt;style&gt;<br />
<br />
<br />
div.headerTitle {<br />
color: brown;<br />
font-size: 1.7em;<br />
font-weight: bold;<br />
text-align: center;<br />
float: center;<br />
}<br />
<br />
 <br />
<br />
&lt;/style&gt;<br />
<br />
&lt;body&gt;<br />
&lt;table border="0" cellpadding="0" cellspacing="0" bgcolor="white" width="480" height="20px"&gt;<br />
&lt;tr&gt;<br />
&lt;td valign="top" align="center" width="200" class="mtitle"&gt;<br />
<br />
&lt;/td&gt; <br />
&lt;div class="headerTitle"&gt;<br />
My Virtual Tour<br />
&lt;/div&gt;<br />
<br />
<br />
&lt;tr&gt;&lt;td align="center"&gt;<br />
&lt;OBJECT id='Player' width="406" height="333" <br />
classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6'<br />
<br />
codebase='https://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'<br />
standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'&gt;<br />
<br />
<br />
&lt;param name='URL' value="http://www.mywebsite.com/Movies/MovieWithCap.wmv"&gt;<br />
<br />
&lt;param name='autoStart' value="true"&gt;<br />
&lt;param name='usecaptions' value="True"&gt;<br />
&lt;param name='loop' value="false"&gt;<br />
&lt;param name='showcontrols' value="false"&gt;<br />
<br />
&lt;param name="uimode" value="full"&gt;<br />
&lt;param name="captioningID" value="captions"&gt;<br />
&lt;param name="SAMIFileName" value="http://www.mywebsite.com/Movies/MovieWithCap.smi"&gt;<br />
&lt;/object&gt;<br />
&lt;div id="captions" style="background-color:black; color:white; width:406px; height:70px"&gt;<br />
&lt;/div&gt;<br />
<br />
&lt;/td&gt;&lt;/tr&gt;<br />
<br />
 <br />
<br />
<br />
&lt;/table&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10688.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[listing media servers]]></title>
			<link>http://forums.streamingmedia.com/thread-10680.html</link>
			<pubDate>Wed, 09 Sep 2009 17:26:47 -0400</pubDate>
			<dc:creator>psanthu123</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10680.html</guid>
			<description><![CDATA[Hi,<br />
<br />
If there are multiple RTSP server broadcasting[In a local network&#93;, Is it possible at client side to list all the servers.<br />
<br />
Eg: There are 3[say A, B, C&#93; servers broadcasting. At client, is it possible to identify 3 servers are available and list[A, B, C&#93; down them.<br />
<br />
Regards<br />
Santhosh<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10680.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
If there are multiple RTSP server broadcasting[In a local network], Is it possible at client side to list all the servers.<br />
<br />
Eg: There are 3[say A, B, C] servers broadcasting. At client, is it possible to identify 3 servers are available and list[A, B, C] down them.<br />
<br />
Regards<br />
Santhosh<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10680.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: how recorded streaming from EPG?]]></title>
			<link>http://forums.streamingmedia.com/thread-10674.html</link>
			<pubDate>Tue, 06 Oct 2009 05:05:55 -0400</pubDate>
			<dc:creator>cata12</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10674.html</guid>
			<description><![CDATA[Hello: <br />
<br />
Have a look at <a href="http://www.tikilive.com" target="_blank">http://www.tikilive.com</a>. It may be what you need to start the project. VOD and H264 are available.<br />
<br />
Regards<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10674.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hello: <br />
<br />
Have a look at <a href="http://www.tikilive.com" target="_blank">http://www.tikilive.com</a>. It may be what you need to start the project. VOD and H264 are available.<br />
<br />
Regards<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10674.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how recorded streaming from EPG?]]></title>
			<link>http://forums.streamingmedia.com/thread-10674.html</link>
			<pubDate>Tue, 25 Aug 2009 03:07:22 -0400</pubDate>
			<dc:creator>2cctv</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10674.html</guid>
			<description><![CDATA[i need help for my new project <br />
i have project and i need help <br />
i take the source from STB (analog)<br />
i need to encoding to H264 flash and stream live streaming and all the show need to be recorded for 1 week.<br />
i enter EPG in the start of week for: start time of show end time, name of the show<br />
when the show finish its need to be auto transfer to archive page to watch like VOD.<br />
<br />
Sample of similar application <br />
bbc<br />
Live - <a href="http://www.bbc.co.uk/iplayer/tv" target="_blank">http://www.bbc.co.uk/iplayer/tv</a><br />
Archive - <a href="http://www.bbc.co.uk/iplayer/tv/bbc_one" target="_blank">http://www.bbc.co.uk/iplayer/tv/bbc_one</a><br />
what i need to do?<br />
what software i need?<br />
please help <br />
thanks<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10674.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[i need help for my new project <br />
i have project and i need help <br />
i take the source from STB (analog)<br />
i need to encoding to H264 flash and stream live streaming and all the show need to be recorded for 1 week.<br />
i enter EPG in the start of week for: start time of show end time, name of the show<br />
when the show finish its need to be auto transfer to archive page to watch like VOD.<br />
<br />
Sample of similar application <br />
bbc<br />
Live - <a href="http://www.bbc.co.uk/iplayer/tv" target="_blank">http://www.bbc.co.uk/iplayer/tv</a><br />
Archive - <a href="http://www.bbc.co.uk/iplayer/tv/bbc_one" target="_blank">http://www.bbc.co.uk/iplayer/tv/bbc_one</a><br />
what i need to do?<br />
what software i need?<br />
please help <br />
thanks<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10674.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: Recommended CDN]]></title>
			<link>http://forums.streamingmedia.com/thread-10669.html</link>
			<pubDate>Wed, 12 Aug 2009 10:02:00 -0400</pubDate>
			<dc:creator>GreenField</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10669.html</guid>
			<description><![CDATA[Richard,<br />
The following items may help, read all the comments also:<br />
<br />
<a href="http://blog.streamingmedia.com/the_business_of_online_vi/2009/08/cdn-business-may-get-worse-before-it-gets-better-further-details-on-pricing.html" target="_blank">http://blog.streamingmedia.com/the_busin...icing.html</a><br />
<br />
And also here: <a href="http://www.streamingmedia.com/research/cdnSurvey.asp" target="_blank">http://www.streamingmedia.com/research/cdnSurvey.asp</a><br />
<br />
You will have to fork over &#36;295 bucks to get your hands on this report but it comes down to how serious you are at saving money in the long run. In full disclosure - I am not a sales rep for a CDN - but I buy a lot of bandwidth from them. <br />
<br />
This may also shed some lights: <a href="http://www.CDNlist.com" target="_blank">http://www.CDNlist.com</a><br />
<br />
Finally, finding what you need/want all comes down to a few things:<br />
1.) How much transfer and storage do you need?<br />
2.) Where (geographically) do you need the POP's, domestic, Western EU, Pac Rim, or all?<br />
3.) What services do you need - Video? Flash/windows media, other? Whole Site delivery? Pure HTTP downloads? Image and HTML caching? Ecommerce, etc.?<br />
4.) Do you need asset management? How about a player system? Need API"s or a SDK to interface with the content?<br />
<br />
All of these items will direct you to a CDN based on YOUR needs rather than what the marketing mumbo-jumbo will depict. Keep a few things in mind - you may not have 'enough' data transfer to qualify for certain CDN's to even take your call. Yeah, it sucks, been there, but the reality is the big ones - Tier 1 CDN's - have support thresholds and revenue goals, etc. Don;t just drop the issue and feel like you are forced to use a Tier 2, because there are options to get onto a Tier 1 as well. These CDN's also have channel  partners, they call them ecosystems, nice sounding isn't it. (Actually Adobe gets the credit for thinking that one up). These 'ecosystem' partners can get you a good rate on the Tier 1 CDN, a lower commit and even provide valuable service on top of the bandwidth and storage that you so desire.<br />
<br />
-GreenField<br />
<br />
<blockquote><cite><span> (08-12-2009 06:14 AM)</span>mdman1970 Wrote: <a href="http://forums.streamingmedia.com/post-10920.html#pid10920" class="quick_jump">&nbsp;</a></cite>Hi there,<br />
Firstly apologies - perhaps this should topic should in another area - but think the advanced gets read the most.<br />
<br />
I am looking for a cost effective reliable CDN - with a good POP geographic coverage.<br />
<br />
I need realtime RTMP delivery - and would prefer no commits initially<br />
<br />
Does such a CDN exist or shoud I try to seach for the Holy Grale instead.<br />
<br />
Many Thanks<br />
Richard</blockquote>
<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10669.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Richard,<br />
The following items may help, read all the comments also:<br />
<br />
<a href="http://blog.streamingmedia.com/the_business_of_online_vi/2009/08/cdn-business-may-get-worse-before-it-gets-better-further-details-on-pricing.html" target="_blank">http://blog.streamingmedia.com/the_busin...icing.html</a><br />
<br />
And also here: <a href="http://www.streamingmedia.com/research/cdnSurvey.asp" target="_blank">http://www.streamingmedia.com/research/cdnSurvey.asp</a><br />
<br />
You will have to fork over &#36;295 bucks to get your hands on this report but it comes down to how serious you are at saving money in the long run. In full disclosure - I am not a sales rep for a CDN - but I buy a lot of bandwidth from them. <br />
<br />
This may also shed some lights: <a href="http://www.CDNlist.com" target="_blank">http://www.CDNlist.com</a><br />
<br />
Finally, finding what you need/want all comes down to a few things:<br />
1.) How much transfer and storage do you need?<br />
2.) Where (geographically) do you need the POP's, domestic, Western EU, Pac Rim, or all?<br />
3.) What services do you need - Video? Flash/windows media, other? Whole Site delivery? Pure HTTP downloads? Image and HTML caching? Ecommerce, etc.?<br />
4.) Do you need asset management? How about a player system? Need API"s or a SDK to interface with the content?<br />
<br />
All of these items will direct you to a CDN based on YOUR needs rather than what the marketing mumbo-jumbo will depict. Keep a few things in mind - you may not have 'enough' data transfer to qualify for certain CDN's to even take your call. Yeah, it sucks, been there, but the reality is the big ones - Tier 1 CDN's - have support thresholds and revenue goals, etc. Don;t just drop the issue and feel like you are forced to use a Tier 2, because there are options to get onto a Tier 1 as well. These CDN's also have channel  partners, they call them ecosystems, nice sounding isn't it. (Actually Adobe gets the credit for thinking that one up). These 'ecosystem' partners can get you a good rate on the Tier 1 CDN, a lower commit and even provide valuable service on top of the bandwidth and storage that you so desire.<br />
<br />
-GreenField<br />
<br />
<blockquote><cite><span> (08-12-2009 06:14 AM)</span>mdman1970 Wrote: <a href="http://forums.streamingmedia.com/post-10920.html#pid10920" class="quick_jump">&nbsp;</a></cite>Hi there,<br />
Firstly apologies - perhaps this should topic should in another area - but think the advanced gets read the most.<br />
<br />
I am looking for a cost effective reliable CDN - with a good POP geographic coverage.<br />
<br />
I need realtime RTMP delivery - and would prefer no commits initially<br />
<br />
Does such a CDN exist or shoud I try to seach for the Holy Grale instead.<br />
<br />
Many Thanks<br />
Richard</blockquote>
<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10669.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Recommended CDN]]></title>
			<link>http://forums.streamingmedia.com/thread-10669.html</link>
			<pubDate>Wed, 12 Aug 2009 06:14:01 -0400</pubDate>
			<dc:creator>mdman1970</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10669.html</guid>
			<description><![CDATA[Hi there,<br />
Firstly apologies - perhaps this should topic should in another area - but think the advanced gets read the most.<br />
<br />
I am looking for a cost effective reliable CDN - with a good POP geographic coverage.<br />
<br />
I need realtime RTMP delivery - and would prefer no commits initially<br />
<br />
Does such a CDN exist or shoud I try to seach for the Holy Grale instead.<br />
<br />
Many Thanks<br />
Richard<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10669.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hi there,<br />
Firstly apologies - perhaps this should topic should in another area - but think the advanced gets read the most.<br />
<br />
I am looking for a cost effective reliable CDN - with a good POP geographic coverage.<br />
<br />
I need realtime RTMP delivery - and would prefer no commits initially<br />
<br />
Does such a CDN exist or shoud I try to seach for the Holy Grale instead.<br />
<br />
Many Thanks<br />
Richard<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10669.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: SLTA (Simulated Live Transfer agent)]]></title>
			<link>http://forums.streamingmedia.com/thread-10664.html</link>
			<pubDate>Tue, 04 Aug 2009 00:50:54 -0400</pubDate>
			<dc:creator>alexd</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10664.html</guid>
			<description><![CDATA[Take a look at Pseudo-Live Player and Scheduler from Synapse Multimedia at <a href="http://synapse.ws/so-wowza-flash.cfm." target="_blank">http://synapse.ws/so-wowza-flash.cfm.</a> If you need additional advice, email me off forums to alex@wowzamedia.com.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10664.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Take a look at Pseudo-Live Player and Scheduler from Synapse Multimedia at <a href="http://synapse.ws/so-wowza-flash.cfm." target="_blank">http://synapse.ws/so-wowza-flash.cfm.</a> If you need additional advice, email me off forums to alex@wowzamedia.com.<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10664.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RE: SLTA (Simulated Live Transfer agent)]]></title>
			<link>http://forums.streamingmedia.com/thread-10664.html</link>
			<pubDate>Fri, 09 Oct 2009 08:06:26 -0400</pubDate>
			<dc:creator>cata12</dc:creator>
			<guid isPermaLink="false">http://forums.streamingmedia.com/thread-10664.html</guid>
			<description><![CDATA[Hello , I am using tikilive.com for broadcasting LIVE and VOD flash HD files. <br />
It may be what you are looking for at the moment.<br />
<br />
Regards<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10664.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></description>
			<content:encoded><![CDATA[Hello , I am using tikilive.com for broadcasting LIVE and VOD flash HD files. <br />
It may be what you are looking for at the moment.<br />
<br />
Regards<br /><br /><blockquote>Reply to this posting <a href="http://forums.streamingmedia.com/thread-10664.html"><em><strong>here</strong></em></a>.</blockquote><br />]]></content:encoded>
		</item>
	</channel>
</rss>