Tagged articles
6 articles
Page 1 of 1
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Oct 13, 2023 · Mobile Development

Overview and Technical Details of Miracast (Wi‑Fi Display) with Implementation Examples

The article explains Miracast (Wi‑Fi Display) as a Wi‑Fi Direct‑based wireless display standard, detailing its layered architecture, mandatory and optional audio/video codecs, device discovery, RTSP negotiation, UIBC control, and provides Android implementation examples for peer scanning, connection, RTSP setup, video capture, and packetization, highlighting performance considerations.

AndroidMiracastP2P
0 likes · 12 min read
Overview and Technical Details of Miracast (Wi‑Fi Display) with Implementation Examples
The Dominant Programmer
The Dominant Programmer
Apr 18, 2022 · Mobile Development

Streaming an Android App to an RTSP Server with EasyPusher‑Android and EasyDarwin

This guide walks through setting up a Windows Nginx RTMP server, using FFmpeg for local video push, then employing the open‑source EasyPusher‑Android component together with EasyDarwin to capture Android camera or screen, stream it via RTSP with low latency, and verify playback with EasyPlayer‑RTSP.

Android streamingEasyDarwinEasyPusher-Android
0 likes · 4 min read
Streaming an Android App to an RTSP Server with EasyPusher‑Android and EasyDarwin