<?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: HTML5视频监控技术预研</title>
	<atom:link href="https://blog.gmem.cc/research-on-html5-video-surveillance/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.gmem.cc/research-on-html5-video-surveillance</link>
	<description></description>
	<lastBuildDate>Tue, 03 Feb 2026 09:18:37 +0800</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: Alex</title>
		<link>https://blog.gmem.cc/research-on-html5-video-surveillance#comment-11193</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 27 Dec 2019 06:09:33 +0000</pubDate>
		<guid isPermaLink="false">https://blog.gmem.cc/?p=15526#comment-11193</guid>
		<description><![CDATA[这两年完全脱离相关领域了呢，实在不好意思:(]]></description>
		<content:encoded><![CDATA[<p>这两年完全脱离相关领域了呢，实在不好意思:(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 骆飞</title>
		<link>https://blog.gmem.cc/research-on-html5-video-surveillance#comment-11177</link>
		<dc:creator><![CDATA[骆飞]]></dc:creator>
		<pubDate>Fri, 27 Dec 2019 03:03:31 +0000</pubDate>
		<guid isPermaLink="false">https://blog.gmem.cc/?p=15526#comment-11177</guid>
		<description><![CDATA[大佬太强了，看了你所有关于视频监控的文章，受益匪浅，现在做安防监控，对接视频厂家 jsmpeg, FFmoeg,kurento，rtmp flasher播放都试过了 但是效果都不太理想，方便加个qq吗 有问题请教]]></description>
		<content:encoded><![CDATA[<p>大佬太强了，看了你所有关于视频监控的文章，受益匪浅，现在做安防监控，对接视频厂家 jsmpeg, FFmoeg,kurento，rtmp flasher播放都试过了 但是效果都不太理想，方便加个qq吗 有问题请教</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myseemylife</title>
		<link>https://blog.gmem.cc/research-on-html5-video-surveillance#comment-5625</link>
		<dc:creator><![CDATA[myseemylife]]></dc:creator>
		<pubDate>Thu, 15 Aug 2019 09:15:53 +0000</pubDate>
		<guid isPermaLink="false">https://blog.gmem.cc/?p=15526#comment-5625</guid>
		<description><![CDATA[目前来说websocket + +wasm + MSE处理 h264 在PC上 已经几乎可以达到浏览器插件的效果。尴尬的是MSE对HEVC的支持。]]></description>
		<content:encoded><![CDATA[<p>目前来说websocket + +wasm + MSE处理 h264 在PC上 已经几乎可以达到浏览器插件的效果。尴尬的是MSE对HEVC的支持。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://blog.gmem.cc/research-on-html5-video-surveillance#comment-2781</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 26 Nov 2018 03:00:53 +0000</pubDate>
		<guid isPermaLink="false">https://blog.gmem.cc/?p=15526#comment-2781</guid>
		<description><![CDATA[你好，jsmpeg是通过JavaScript代码，对MPEG进行解码，然后逐帧绘制到canvas上实现播放，性能肯定是相对较弱的
rtsp/rtmp之类的流媒体性能对播放性能没有什么影响
streamedian是基于MSE实现的，MSE依赖于浏览器自身实现的解码器，性能和Native应用程序无异。]]></description>
		<content:encoded><![CDATA[<p>你好，jsmpeg是通过JavaScript代码，对MPEG进行解码，然后逐帧绘制到canvas上实现播放，性能肯定是相对较弱的<br />
rtsp/rtmp之类的流媒体性能对播放性能没有什么影响<br />
streamedian是基于MSE实现的，MSE依赖于浏览器自身实现的解码器，性能和Native应用程序无异。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SouthernPL</title>
		<link>https://blog.gmem.cc/research-on-html5-video-surveillance#comment-2771</link>
		<dc:creator><![CDATA[SouthernPL]]></dc:creator>
		<pubDate>Sun, 25 Nov 2018 07:54:31 +0000</pubDate>
		<guid isPermaLink="false">https://blog.gmem.cc/?p=15526#comment-2771</guid>
		<description><![CDATA[你好，streamedian提供了浏览器端的解码编码插件，可以将通过websocket传输的rtsp数据包转化成mp4格式然后通过video播放。请问这种方式也属于文中提及的MSE类吗？  这种方式在播放性能上是不是也有类似于jsmpeg的弊端？期待回复 3430733697@qq.com]]></description>
		<content:encoded><![CDATA[<p>你好，streamedian提供了浏览器端的解码编码插件，可以将通过websocket传输的rtsp数据包转化成mp4格式然后通过video播放。请问这种方式也属于文中提及的MSE类吗？  这种方式在播放性能上是不是也有类似于jsmpeg的弊端？期待回复 <a href="mailto:3430733697@qq.com">3430733697@qq.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://blog.gmem.cc/research-on-html5-video-surveillance#comment-2593</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 07 Nov 2018 07:14:25 +0000</pubDate>
		<guid isPermaLink="false">https://blog.gmem.cc/?p=15526#comment-2593</guid>
		<description><![CDATA[:D]]></description>
		<content:encoded><![CDATA[<p>:D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsonwu5</title>
		<link>https://blog.gmem.cc/research-on-html5-video-surveillance#comment-2591</link>
		<dc:creator><![CDATA[jsonwu5]]></dc:creator>
		<pubDate>Wed, 07 Nov 2018 05:54:38 +0000</pubDate>
		<guid isPermaLink="false">https://blog.gmem.cc/?p=15526#comment-2591</guid>
		<description><![CDATA[这篇文章总结得很棒！最近也在研究HTML5播放实时流的相关技术，这篇文章可以说几乎囊括了目前主流的解决方案，每一个展开都能单独写一篇文章。对于想要了解HTML5播放实时流的人来说受益匪浅。]]></description>
		<content:encoded><![CDATA[<p>这篇文章总结得很棒！最近也在研究HTML5播放实时流的相关技术，这篇文章可以说几乎囊括了目前主流的解决方案，每一个展开都能单独写一篇文章。对于想要了解HTML5播放实时流的人来说受益匪浅。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
