Tagged articles
6 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Apr 2, 2024 · Backend Development

Real‑Time RTSP Camera Streaming with FFmpeg, Nginx, and HLS for Web Integration

This article walks through the complete process of capturing a Hikvision RTSP camera stream, converting it with FFmpeg, serving it via Nginx (including RTMP/HLS modules), and finally playing the HLS stream in a Vue 3 web page using video.js, while also providing installation scripts and performance tips.

Media ServerRTSPVideo Streaming
0 likes · 16 min read
Real‑Time RTSP Camera Streaming with FFmpeg, Nginx, and HLS for Web Integration
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