mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1286] 端口数据多路复用 #1015
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1015
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zhangchuan6000 on GitHub (Jun 14, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1286
我将一个摄像头的rtsp端口映射到了我的服务器,通过访问主站端口能够直接实现视频查看.
现在遇到了一个问题,每多存在一个用户访问该摄像头时,frpc的负载就会升高一些,我在想是否可以增加端口类型,使端口支持数据复用,只需要在服务端进行数据转发即可.
@fatedier commented on GitHub (Jun 16, 2019):
只有 http 支持复用端口,其他协议不支持。