<?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: WebRTC &#8211; Bringing Real Time Communications to the Web Natively</title>
	<atom:link href="http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 16:35:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Ramsundar Kandasamy</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-697738</link>
		<dc:creator>Ramsundar Kandasamy</dc:creator>
		<pubDate>Tue, 25 Dec 2012 13:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-697738</guid>
		<description><![CDATA[Hi,

WebRTC will be much more interesting when it comes to mobile.

Don’t forget to try WebRTC on Ericsson Bowser (android and ios). It supports G711 and H264 codecs for voice and video respectively.

Here is what we (at Ericsson) are doing in this space.

https://labs.ericsson.com/blog/bowser-the-world-s-first-webrtc-enabled-mobile-browser]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>WebRTC will be much more interesting when it comes to mobile.</p>
<p>Don’t forget to try WebRTC on Ericsson Bowser (android and ios). It supports G711 and H264 codecs for voice and video respectively.</p>
<p>Here is what we (at Ericsson) are doing in this space.</p>
<p><a href="https://labs.ericsson.com/blog/bowser-the-world-s-first-webrtc-enabled-mobile-browser" rel="nofollow">https://labs.ericsson.com/blog/bowser-the-world-s-first-webrtc-enabled-mobile-browser</a>
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',697738)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-697738">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramsundar Kandasamy</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-697737</link>
		<dc:creator>Ramsundar Kandasamy</dc:creator>
		<pubDate>Tue, 25 Dec 2012 13:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-697737</guid>
		<description><![CDATA[WebRTC will be much more interesting when it comes to mobile.

Don&#039;t forget to try WebRTC on Ericsson Bowser (android and ios). It supports G711 and H264 codecs for voice and video respectively.

Here is what we (at Ericsson) are doing in this space. 

https://labs.ericsson.com/blog/bowser-the-world-s-first-webrtc-enabled-mobile-browser]]></description>
		<content:encoded><![CDATA[<p>WebRTC will be much more interesting when it comes to mobile.</p>
<p>Don&#8217;t forget to try WebRTC on Ericsson Bowser (android and ios). It supports G711 and H264 codecs for voice and video respectively.</p>
<p>Here is what we (at Ericsson) are doing in this space. </p>
<p><a href="https://labs.ericsson.com/blog/bowser-the-world-s-first-webrtc-enabled-mobile-browser" rel="nofollow">https://labs.ericsson.com/blog/bowser-the-world-s-first-webrtc-enabled-mobile-browser</a>
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',697737)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-697737">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo Gasca</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-696962</link>
		<dc:creator>Gonzalo Gasca</dc:creator>
		<pubDate>Tue, 20 Nov 2012 10:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-696962</guid>
		<description><![CDATA[Hi Suhas,

Thanks, that answered my question, as you mentioned I see H.264 functionality support for FF, our main interest is the ability to do the following with FF:

1. Obtain local media
2. Setup a connection between the browser and the peer (In this case we have a TelePresence Server 8710 MCU - H.264 SRTP(SDES)/DTLS)
3. Attach the media channels.


We have the Websockets server (registrar) + B2BUA (connection to SIP proxy and MCU)  in place, but at this point we lack code in FF to place the call via H.264. 

FF -- ws --&gt; (Registrar  + B2BUA) -- sip --&gt; Proxy --&gt; MCU

We used Ericsson Bowser and webrtc4all plugin with no luck (webrtc4all may work by using SDP Editor) but we would like to know if there is something similar project to Ikran so by just opening my Firefox browser and register the endpoint we can start placing calls.

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hi Suhas,</p>
<p>Thanks, that answered my question, as you mentioned I see H.264 functionality support for FF, our main interest is the ability to do the following with FF:</p>
<p>1. Obtain local media<br />
2. Setup a connection between the browser and the peer (In this case we have a TelePresence Server 8710 MCU &#8211; H.264 SRTP(SDES)/DTLS)<br />
3. Attach the media channels.</p>
<p>We have the Websockets server (registrar) + B2BUA (connection to SIP proxy and MCU)  in place, but at this point we lack code in FF to place the call via H.264. </p>
<p>FF &#8212; ws &#8211;&gt; (Registrar  + B2BUA) &#8212; sip &#8211;&gt; Proxy &#8211;&gt; MCU</p>
<p>We used Ericsson Bowser and webrtc4all plugin with no luck (webrtc4all may work by using SDP Editor) but we would like to know if there is something similar project to Ikran so by just opening my Firefox browser and register the endpoint we can start placing calls.</p>
<p>Thanks
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',696962)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-696962">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhas Nandakumar</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-696926</link>
		<dc:creator>Suhas Nandakumar</dc:creator>
		<pubDate>Mon, 19 Nov 2012 20:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-696926</guid>
		<description><![CDATA[Hi Gonzalo .

  Thanks .. Firefox Implementation mentioned above supports VP8 and DTLS/SRTP instead of H.264 and SDES/SRTP. This is due to following reasons
   1. DTLS/SRTP is a mandatory IETF requirement.
   2. There is no decision made on the mandatory to implement (MTI) Video codec at the IETF yet. VP8 was open-sourced as part of the webrtc.org project. Its supported in the Firefox as part of webrtc.org tree pulled in.

On the other hand, ikran is not maintained any more, since the time we pulled it into the Firefox code-base. But it does provide H.264 support. 

Hope this answers your questions.]]></description>
		<content:encoded><![CDATA[<p>Hi Gonzalo .</p>
<p>  Thanks .. Firefox Implementation mentioned above supports VP8 and DTLS/SRTP instead of H.264 and SDES/SRTP. This is due to following reasons<br />
   1. DTLS/SRTP is a mandatory IETF requirement.<br />
   2. There is no decision made on the mandatory to implement (MTI) Video codec at the IETF yet. VP8 was open-sourced as part of the webrtc.org project. Its supported in the Firefox as part of webrtc.org tree pulled in.</p>
<p>On the other hand, ikran is not maintained any more, since the time we pulled it into the Firefox code-base. But it does provide H.264 support. </p>
<p>Hope this answers your questions.
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',696926)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-696926">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo Gasca</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-696856</link>
		<dc:creator>Gonzalo Gasca</dc:creator>
		<pubDate>Mon, 19 Nov 2012 07:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-696856</guid>
		<description><![CDATA[Great Article Suhas, 
This helps a lot as we are working in a prototype for WebRTC, and would like to use Ikran now. I assume this FireFox implementation uses H.264 + SRTP (SDES) correct?]]></description>
		<content:encoded><![CDATA[<p>Great Article Suhas,<br />
This helps a lot as we are working in a prototype for WebRTC, and would like to use Ikran now. I assume this FireFox implementation uses H.264 + SRTP (SDES) correct?
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',696856)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-696856">0</span> likes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gonzalo Salgueiro</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-695303</link>
		<dc:creator>Gonzalo Salgueiro</dc:creator>
		<pubDate>Mon, 12 Nov 2012 22:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-695303</guid>
		<description><![CDATA[Terrific article. Great overview for those of us on the fringes of WebRTC. Thanks Suhas!!]]></description>
		<content:encoded><![CDATA[<p>Terrific article. Great overview for those of us on the fringes of WebRTC. Thanks Suhas!!
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',695303)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-695303">1</span> like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cullen Jennings</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-695253</link>
		<dc:creator>Cullen Jennings</dc:creator>
		<pubDate>Mon, 12 Nov 2012 18:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-695253</guid>
		<description><![CDATA[I&#039;d like to point out another great resource is the book by Alan Johnston and Dan Burnett. 

You can find it at

http://webrtcbook.com/]]></description>
		<content:encoded><![CDATA[<p>I&#8217;d like to point out another great resource is the book by Alan Johnston and Dan Burnett. </p>
<p>You can find it at</p>
<p><a href="http://webrtcbook.com/" rel="nofollow">http://webrtcbook.com/</a>
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',695253)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-695253">1</span> like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Dutton</title>
		<link>http://blogs.cisco.com/openatcisco/webrtc-bringing-real-time-communications-to-the-web-natively/#comment-695231</link>
		<dc:creator>Sam Dutton</dc:creator>
		<pubDate>Mon, 12 Nov 2012 17:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.cisco.com/?p=91404#comment-695231</guid>
		<description><![CDATA[Nice article!

Shameless plug, but HTML5 Rocks also has a fairly detailed WebRTC article, from a JavaScript perspective: http://www.html5rocks.com/en/tutorials/webrtc/basics/.]]></description>
		<content:encoded><![CDATA[<p>Nice article!</p>
<p>Shameless plug, but HTML5 Rocks also has a fairly detailed WebRTC article, from a JavaScript perspective: <a href="http://www.html5rocks.com/en/tutorials/webrtc/basics/" rel="nofollow">http://www.html5rocks.com/en/tutorials/webrtc/basics/</a>.
<p class="comment-like"><img class="comment-like-btn" title="Vote" onclick="cl_like_this('http://blogs.cisco.com/wp-admin/admin-ajax.php',695231)" src="http://blogs.cisco.com/wp-content/plugins/comments-likes/images/like.png" />&nbsp;&nbsp;&nbsp;<span id="comment-like-cnt-695231">1</span> like</p>
]]></content:encoded>
	</item>
</channel>
</rss>
