As I knew, H.264 ES stream file can be played back by CorePlayer(Commercial version of MPlayer). But not VLC Player. But as I was told that someone did use VLC Player to player H.264 ES stream file. So made some further dig into this issue, turned out the old version […]
Yearly Archives: 2015
April 1, 2015, a bright sunny day at Shanghai. Today is supposed to be a kidding day, however, not got so much April Fool’s Day news as usual, but an astonishing news, UniSVR is going to shut down the Shanghai office in a month. Sign, lament, or not, UniSVR Shanghai […]
Backgroud: 1. Both H800 and Avaya MCU 5110 support up to H.264 1080P video. 2. Avaya MCU supports 720P video when conferencing with Avaya endpoints(XT1000) 3. H800 Called by(Or calling to) Avaya(RADVision) MCU 5110, the opened video channel can only max to 4CIF.
x264 project added OpenCL video acceleration to it’s implementation early at about 2013(not sure with the date), and my goal here is test the video encoding performance of x264 when with OpenCL video accelerator enabled. Test hardware environments: HP Pavilion 14 1. Graphic card: NVIDIA GeForce GT730M card. 2. CPU: […]
Ran into a meeting bit rate related issue when conferencing with Polycom MCU. Here is the situation:
Yesterday, got a mail from Google, telling a big announcement about Google Code project, which was started in 2006, and the Google Code service will be shutting down over the coming months, because a lot has changed since 2006, and it’s time to recognize that Google Code’s mission to provide […]
I submitted a patent paper, Data transmission method for video conferencing and video conferencing systems, to my parent agent early at Sep, 2014. It is a patent with H.460 involved, origin from the V5.0 platform system. But did not get any feedback until the Chinese New Year of 2015. And […]
GUID, Globally Unique Identifier, aka UUID(Universally Unique Identifier), is very useful when you need a global identifier in you program. GUID is a 128-bit integer number used to identify resources. The term GUID is generally used by developers working with Microsoft technologies, while UUID is used everywhere else.
I was having problem while updating one of my plugin weeks ago, telling me that Could not create directory. /home/<>/public_html/wp-content/plugins/download-manager Plugin install failed. or Unable to locate WordPress Content directory (wp-content).
Before the story, I’d like to say Happy Chinese New Year to you all, and wish you a great year of 2015. It was about compiling latest source code of WebRTC (NOT A TECH TIP). Here we go.