A sample packet of H.245 terminalCapabilitySet Step 1: LEVEL(unsignedMin: 78 – Level 3.2) H.264 Level: 3.2, we can find out the max capability of level 3.2 by referring to the H.264 level limitation table.
StreamingMedia
To enhance the OSD functions for EasyRTMP, I tried to upgraded the ffmpeg to the latest version(2.2.4). After a bounch of code/interface adjustment, it finally passed the test in debug version. But while I tried to bulid it in release version, and tried to run it. A familiar dialog poped […]
A new release of EasyRTMP has been launched, the major change in this version is: Added a test win32 version of streaming server(nginx) with rtmp and HLS supported to the EasyRTMP project. Try it if you like. Per my local test it seem good than the previous version. My goal […]
H.265 definitely is one of the top topics for video and streaming media developers, and H.265 will be one of the key technique for Kedacom’s new VC products(To be released within 2014). I’m here to share with you a simple guide of start with x265. As you know, x265 project […]
视频会议中,通常音频能力的比较是比较简单的,通常是只是比较一下格式就行了。但是aac系列音频就是一个例外。它有一个复杂的能力表示方式,在交互的时候也不会明确的指明确切的采样率,通道数,而是像264格式一样,给出的是能力的level上限,需要我们去匹配比较。这里简单的介绍一下aac能力,和工作中碰到的问题的总结。
Just confirmed that my VPS supports nginx and rtmp yesterday, so I went and digged out my ancient code of EasyRTMP, tried to re-compile it. Codes of DVR & RTP streams relay mode are lost in my previous disaster of hard disk broken at last year which caused the lost […]
Days ago, I reinstalled nginx + nginx-rtmp-module on my notebook, and had it tested in my local environment with firefox and VLC player, made sure it worked(You can refer to this post for guide: https://oddmeta.net/archives/1414.html). However, when I tried to redo the working on my VPS, only to find that […]
I was once using nginx, nginx-rtmp-module and EasyRTMP(https://oddmeta.net/easyrtmp) to streaming live video with rtmp mode. It was just for fun, and I didn’t find a chance to utilize it in work. I suggested it to my boss year ago, but it was turned down, comparing to the works on schedule […]
I once planned to upgrade my conditional open-sourced project RTSPPlayer(https://oddmeta.net/rtspplayer) to ONVIFPlayer, which requires a device with ONVIF protocol supported. However after resigned from UniSVR, I didn't have the oppotunity to access any ONVIF devices. Lucky me, I got one from one of my former colleague days before, DAEWOO 570C-X10S […]