15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)Kotlin7,677 stars (7,677 stars)3,027 forks (3,027 forks)batch import
6.x.xPlatform: Androidfeaturegood first issuehelp wanted
Description
Hi, great work! But does it support RTMP streaming?
Contributor guide
- Tech stack
- react native
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 4
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- over 1 week
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Knowledge of RTMP protocolReact Native native modules
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 10
- Research direction
- The issue is a simple request for RTMP streaming support. There is no detailed specification. To proceed, first review existing comments for any hints on feasibility. Then investigate the native video player implementations (Android's ExoPlayer, iOS's AVPlayer) for RTMP support. Explore the library's source code to understand how video sources are handled. If RTMP is not natively supported, consider using a library like react native video controls or implementing a custom native module.