[GH-ISSUE #2997] [Feature Request] rtmp Protocol #2392

Closed
opened 2026-05-05 13:32:28 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @EMREOYUN on GitHub (Jun 27, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2997

Describe the feature request

RTMP protocol is widely used in live streaming and video & audio transmission protocol. It has wide usage on cloud media streaming platforms such as YouTube, Twitch, and other known live streaming platforms. There are some RTMP servers that allow you to set up your live streaming server and use it for your clients.

frp can be used to forward rtmp requests and stream data from the frps to frpc.

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @EMREOYUN on GitHub (Jun 27, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/2997 ### Describe the feature request RTMP protocol is widely used in live streaming and video & audio transmission protocol. It has wide usage on cloud media streaming platforms such as YouTube, Twitch, and other known live streaming platforms. There are some RTMP servers that allow you to set up your live streaming server and use it for your clients. frp can be used to forward rtmp requests and stream data from the frps to frpc. ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [X] Performance and Scalability - [ ] Security - [X] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [X] Client Plugin - [X] Server Plugin - [ ] Extensions - [ ] Others
gitea-mirror 2026-05-05 13:32:28 -06:00
Author
Owner

@Becods commented on GitHub (Jun 28, 2022):

RTMP is based on TCP, so you use TCP to forward the RTMP protocol directly.

<!-- gh-comment-id:1168459245 --> @Becods commented on GitHub (Jun 28, 2022): RTMP is based on TCP, so you use TCP to forward the RTMP protocol directly.
Author
Owner

@github-actions[bot] commented on GitHub (Jul 29, 2022):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:1198755330 --> @github-actions[bot] commented on GitHub (Jul 29, 2022): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Author
Owner

@EMREOYUN commented on GitHub (Jul 29, 2022):

Closed #2997

<!-- gh-comment-id:1199671266 --> @EMREOYUN commented on GitHub (Jul 29, 2022): Closed #2997
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#2392
No description provided.