Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

可以自定义名称么 就和pairdrop那样 #6

Open
DAIL7069 opened this issue Aug 14, 2024 · 11 comments
Open

可以自定义名称么 就和pairdrop那样 #6

DAIL7069 opened this issue Aug 14, 2024 · 11 comments

Comments

@DAIL7069
Copy link

No description provided.

@WindRunnerMax
Copy link
Owner

现在还不行,有时间的话我会补充一下

@DAIL7069
Copy link
Author

现在还不行,有时间的话我会补充一下

我刚在win系统上部署了一下,发现还是会有些问题,方便整个docker部署吗

@WindRunnerMax
Copy link
Owner

win上部署有什么问题吗,报啥错了我看看

@DAIL7069
Copy link
Author

win上部署有什么问题吗,报啥错了我看看,
这块命令好像专门为linux环境做的

'rm' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
C:\Users\Administrator\Desktop\FileTransfer\packages\webrtc:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  [email protected] deploy: npm run build && node build/server.js
Exit status 1
 WARN  Local package.json exists, but node_modules missing, did you mean to install?

@WindRunnerMax
Copy link
Owner

WindRunnerMax commented Aug 14, 2024

确实是,把这个命令删掉就好了,等我后续一并处理一下吧

@DAIL7069
Copy link
Author

确实是,把这个命令删掉就好了,等我后续一并处理一下吧

好的

@WindRunnerMax
Copy link
Owner

那个命令的问题已经解决了,id 现在缩减到 8 位了,就没做自定义命名这个。

还加入了大文件的传输能力,可以在 url 上加入 mode=stream 开启,不过必须是 https 环境下才可用,要看你部署的环境。

@DAIL7069
Copy link
Author

那个命令的问题已经解决了,id 现在缩减到 8 位了,就没做自定义命名这个。

还加入了大文件的传输能力,可以在 url 上加入 mode=stream 开启,不过必须是 https 环境下才可用,要看你部署的环境。

可以 websocket方案很牛皮,可以挂VPN传文件。mode=steam怎么加

@DAIL7069
Copy link
Author

另外我用的Centos7 安装node很麻烦 还是希望能出一个docker容器一键部署

@WindRunnerMax
Copy link
Owner

websocket 是来做备用的方案,用这个的话是会占用你的服务器带宽的,webrtc 才是 P2P 的传输方案

@DAIL7069
Copy link
Author

websocket 是来做备用的方案,用这个的话是会占用你的服务器带宽的,webrtc 才是 P2P 的传输方案

嗯嗯,最近发现传输得文字格式会被压缩,比如我传一段代码或者一段json,发出去后格式就没了这个能改一下么

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants