Tag

H.264

0 views collected around this technical thread.

DeWu Technology
DeWu Technology
Jan 24, 2021 · Fundamentals

Overview of Video Container Formats and H.264 Encoding

The article outlines how video container formats such as AVI, MOV, MP4, WMV, RM, FLV and MKV package encoded streams, then explains H.264 encoding fundamentals—including I‑, P‑, B‑frames, macroblocks, GOP structure, and NAL units like SPS and PPS that define parameters for efficient compression and transport.

ContainerH.264NAL
0 likes · 10 min read
Overview of Video Container Formats and H.264 Encoding
Amap Tech
Amap Tech
Oct 30, 2020 · Mobile Development

Video Streaming Solution for the ARC Car Cloud Control Platform

The ARC Car Cloud Control platform now streams the vehicle’s screen using Android’s Virtual Display and a C++‑based H.264 hardware encoder, sending raw video over a TCP socket to a server that adaptively adjusts bitrate and frame rate, while the web client decodes the fragmented MP4 via MSE, dramatically lowering CPU usage and latency on low‑end head‑units.

AndroidH.264Low Latency
0 likes · 8 min read
Video Streaming Solution for the ARC Car Cloud Control Platform
Ctrip Technology
Ctrip Technology
Sep 4, 2018 · Mobile Development

Custom Video Compression on iOS: Understanding H.264 Profiles, Levels and Implementation

This article introduces the fundamentals of video compression, analyzes the shortcomings of traditional iOS compression methods, explains H.264 profile and level concepts, examines device support, and provides a step‑by‑step custom iOS solution for controlling bitrate, resolution and frame rate.

AVFoundationH.264iOS
0 likes · 10 min read
Custom Video Compression on iOS: Understanding H.264 Profiles, Levels and Implementation
High Availability Architecture
High Availability Architecture
Aug 19, 2016 · Fundamentals

Design and Implementation of a Sub‑500 ms Ultra‑HD Real‑Time Video Transmission System

This article details the architecture, encoding choices, network‑level optimizations, transmission model, measurement methods, and practical pitfalls involved in building a 1080p real‑time video streaming solution that consistently keeps end‑to‑end latency below 500 ms for interactive online education.

H.264Low LatencyUDP
0 likes · 27 min read
Design and Implementation of a Sub‑500 ms Ultra‑HD Real‑Time Video Transmission System