15 comments (15 comments)0 reactions (0 reactions)0 assignees (0 assignees)Kotlin3,027 forks (3,027 forks)batch import
6.x.xPlatform: AndroidV6featuregood first issuehelp wanted
Repository metrics
- Stars
- 7,677 stars (7,677 stars)
- PR merge metrics
- Avg merge 2d 3h (Avg merge 2d 3h)11 merged PRs in 30d (11 merged PRs in 30d)
Description
Hi, great work! But does it support RTMP streaming?
Contributor guide
- 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.
- Tech stack
- react native
- Domain
- mobile
- Issue type
- Feature
- Prerequisites
- Knowledge of RTMP protocolReact Native native modules