0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java6,985 stars (6,985 stars)1,583 forks (1,583 forks)batch import
help wantedquestion
Description
I want to play hls encrypted video
Contributor guide
- Tech stack
- java
- Domain
- documentation
- Issue type
- research
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- JavaHLS basicsencryption concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 20
- Research direction
- The issue asks how to play AES encrypted HLS video using JavaCV. First, review JavaCV's FFmpegFrameGrabber and related examples to understand current capabilities. Then, search the JavaCV GitHub issues for previous discussions on HLS or encryption. If no solution exists, the next step would be to check FFmpeg's official documentation for decryption key management and see if JavaCV's FFmpeg bindings expose those options. Consider posting a detailed question on Stack Overflow or filing a feature request if the functionality is missing.