# FadCam | Faded | Knowledge Base | Instagit

Open-source, ad-free Android multimedia recorder with background video recording, screen recording, live streaming, and remote camera control

GitHub Stars: 2.4k

Repository: https://github.com/anonfaded/FadCam

---

## Articles

### [How FadCam Manages Memory and Battery Life During Continuous Recording](/anonfaded/FadCam/fadcam-memory-battery-management-continuous-recording)

Learn how FadCam optimizes memory and battery during continuous recording with WakeLocks, hardware acceleration, and disk caching for extended performance.

- Tags: internals
- Published: 2026-05-13

### [Security Implications of FadCam's Remote Streaming: Token-Based Authentication and E2E Encryption](/anonfaded/FadCam/fadcam-remote-streaming-security-implications)

Explore FadCam's remote streaming security: short-lived tokens, JWTs, and E2E encryption prevent unauthorized access and data exposure. Learn about its defense-in-depth approach.

- Tags: security
- Published: 2026-05-13

### [How FadCam Ensures Video Integrity with Fragmented MP4 Recording: A Technical Deep Dive](/anonfaded/FadCam/fadcam-video-integrity-fragmented-mp4)

FadCam ensures video integrity with fragmented MP4 recording. Learn how its fMP4 format preserves footage even if an app crashes, safeguarding your recordings.

- Tags: deep-dive
- Published: 2026-05-13

### [Limitations of FadCam's Remote Streaming Capabilities: 9 Critical Constraints Explained](/anonfaded/FadCam/fadcam-remote-streaming-limitations)

Discover FadCam's remote streaming limitations including H.264 only, 2-sec buffer, 15-sec circular limit, and local Wi-Fi default. Learn the 9 critical constraints.

- Tags: deep-dive
- Published: 2026-05-13

### [How to Customize or Extend the GLRecordingPipeline for Custom Effects in FadCam](/anonfaded/FadCam/customize-fadcam-glrecordingpipeline)

Extend FadCam's GLRecordingPipeline to inject custom OpenGL shaders for unique effects. Easily add custom effects while the pipeline manages encoding and frame sync for you.

- Tags: how-to-guide
- Published: 2026-05-13

### [FadCam fMP4 Recording Performance: MediaCodec and Fragmented MP4 Optimization](/anonfaded/FadCam/fadcam-fmp4-recording-performance-considerations)

Discover FadCam's fMP4 recording performance. Learn how it uses MediaCodec, zero-copy Surface, fragmented MP4, and optimized I/O for efficient video capture on Android.

- Tags: performance
- Published: 2026-05-13

### [How FadCam Handles Permissions for Background Recording and Streaming](/anonfaded/FadCam/fadcam-permissions-background-recording-streaming)

Learn how FadCam manages background recording and streaming permissions. Discover its use of foreground service types and transparent activities for a seamless user experience.

- Tags: how-to-guide
- Published: 2026-05-13

### [FadCam Android APIs for Background Screen Recording: A Complete Technical Guide](/anonfaded/FadCam/fadcam-android-apis-background-screen-recording)

Learn how FadCam uses Android MediaProjection API, VirtualDisplay, and MediaCodec for background screen recording. Explore this technical guide for full details.

- Tags: how-to-guide
- Published: 2026-05-13

### [FadCam Video Segment Auto-Splitting: Code Examples and Implementation Guide](/anonfaded/FadCam/fadcam-video-segment-auto-splitting-code-examples)

Discover FadCam's auto-splitting video feature with code examples. Seamlessly split HLS segments using HlsService and FadCamFragLoader for encrypted files. No manual slicing needed.

- Tags: how-to-guide
- Published: 2026-05-13

### [How to Implement the FadRec Screen Recording Accessibility Service in Android](/anonfaded/FadCam/fadrec-accessibility-service-code-examples)

Learn to implement the FadRec screen recording accessibility service in Android with code examples. Capture screenshots using HardwareBuffer or system global actions.

- Tags: how-to-guide
- Published: 2026-05-13

### [FadCam Cloud and Local Streaming: Complete Android Implementation Guide](/anonfaded/FadCam/fadcam-cloud-local-streaming-comparison-code-examples)

Explore FadCam cloud and local streaming code examples in RemoteFragment.java and CloudStatusManager.java. Implement real-time video streaming on Android with this comprehensive guide.

- Tags: how-to-guide
- Published: 2026-05-13

### [FadCam App Shortcut and MacroDroid Integration: Code Examples and Implementation Guide](/anonfaded/FadCam/fadcam-app-shortcut-macrodroid-integration-code-examples)

Integrate FadCam with MacroDroid using code examples. Control recording, torch, and camera via public Intents for seamless automation. Unlock FadCam's full potential now.

- Tags: how-to-guide
- Published: 2026-05-13

### [Real-Time Watermark Rendering Using GLRecordingPipeline in FadCam](/anonfaded/FadCam/fadcam-glrecordingpipeline-watermark-rendering-code-examples)

Discover real-time watermark rendering with FadCam's GLRecordingPipeline. This technique overlays dynamic text onto camera frames efficiently using a background thread. Learn how.

- Tags: how-to-guide
- Published: 2026-05-13

### [fMP4 Recording in FadCam: Code Examples and Implementation Guide](/anonfaded/FadCam/fadcam-fmp4-recording-code-examples)

Explore fMP4 recording in FadCam with code examples. Learn how to implement crash-safe, stream-ready recordings using FragmentedMp4Muxer for automatic 2-second fragments.

- Tags: how-to-guide
- Published: 2026-05-13

### [FadCam Background Recording: Complete Android Implementation Guide with Code Examples](/anonfaded/FadCam/fadcam-background-recording-code-examples)

Learn how to implement FadCam background recording. Discover code examples for this Android foreground service that writes camera frames to disk even when the UI is hidden. Get the complete guide.

- Tags: how-to-guide
- Published: 2026-05-13

### [How FadCam Manages Video Segments and Auto-Splitting: Architecture Explained](/anonfaded/FadCam/fadcam-video-segment-management-auto-splitting-logic)

Discover how FadCam manages video segments and file splitting using Clip objects and a flexible splitAt method. Learn about its auto-splitting architecture for seamless recording.

- Tags: architecture
- Published: 2026-05-13

### [How the FadRec Screen Recording Accessibility Service Works in FadCam](/anonfaded/FadCam/fadrec-screen-recording-accessibility-service-implementation)

Discover how the FadRec Screen Recording Accessibility Service in FadCam utilizes Android's AccessibilityService framework for background screen captures and persistent storage.

- Tags: how-to-guide
- Published: 2026-05-13

### [Cloud Streaming Mode vs Local Streaming in FadCam Remote: Key Differences Explained](/anonfaded/FadCam/fadcam-remote-cloud-streaming-vs-local-streaming)

Understand FadCam Remote's Cloud Streaming vs Local Streaming. Choose cloud for global access or local for LAN/Wi-Fi streaming without internet upload. Learn key differences now.

- Tags: deep-dive
- Published: 2026-05-13

### [How FadCam App Shortcuts Are Integrated with MacroDroid: Complete Technical Guide](/anonfaded/FadCam/fadcam-app-shortcuts-integration-macrodroid-mapping)

Learn how FadCam app shortcuts integrate with MacroDroid. Discover automatic discovery and manual intent configuration for seamless automation. Get the full technical guide.

- Tags: how-to-guide
- Published: 2026-05-13

### [How the GLRecordingPipeline in FadCam Renders Watermarks in Real-Time](/anonfaded/FadCam/fadcam-glrecordingpipeline-realtime-watermark-rendering)

Discover how the GLRecordingPipeline in FadCam renders watermarks in real-time by exploring its GPU texture blending and dynamic bitmap regeneration techniques for seamless video overlay.

- Tags: internals
- Published: 2026-05-13

### [Fragmented MP4 (fMP4) Recording Implementation in FadCam: Complete Technical Guide](/anonfaded/FadCam/fadcam-fragmented-mp4-fmp4-recording-implementation)

Learn how FadCam implements fragmented MP4 recording using FragmentedMp4MuxerWrapper for streamable fragments. Achieve crash-safe storage and real-time HLS streaming.

- Tags: deep-dive
- Published: 2026-05-13

### [FadCam Remote Streaming and Local Network Architecture: HLS Implementation Deep Dive](/anonfaded/FadCam/fadcam-remote-streaming-local-network-architecture)

Explore FadCam's HLS architecture for remote streaming and local network delivery. Learn how LiveM3U8Server and RemoteStreamManager enable zero-config local streaming with a privacy-first cloud fallback.

- Tags: architecture
- Published: 2026-05-13

### [How FadCam Supports Background Video Recording With the Screen Off: A Technical Deep Dive](/anonfaded/FadCam/how-fadcam-background-video-recording-screen-off)

Discover how FadCam enables background video recording with the screen off. This technical deep dive explains its foreground service, wake-lock, and privacy black mode.

- Tags: deep-dive
- Published: 2026-05-13

