https://github.com/jinliming2/thunderproxy
Use Thunder to play while downloading, without XMP installed.
https://github.com/jinliming2/thunderproxy
downloading play thunder
Last synced: about 1 year ago
JSON representation
Use Thunder to play while downloading, without XMP installed.
- Host: GitHub
- URL: https://github.com/jinliming2/thunderproxy
- Owner: jinliming2
- License: mit
- Created: 2017-03-12T00:56:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T13:56:03.000Z (about 9 years ago)
- Last Synced: 2025-04-04T15:53:57.689Z (about 1 year ago)
- Topics: downloading, play, thunder
- Language: C#
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThunderProxy[](https://ci.appveyor.com/project/LimingJin/thunderproxy)
[](https://github.com/jinliming2/ThunderProxy)
[](https://raw.githubusercontent.com/jinliming2/ThunderProxy/start/LICENSE)
[](https://github.com/jinliming2/ThunderProxy/stargazers)
[](https://github.com/jinliming2/ThunderProxy/network)
[](https://github.com/jinliming2/ThunderProxy/issues)
Use Thunder to play while downloading, without XMP installed.
使用迅雷的边下边播功能,而不需要安装“迅雷看看”。
## Known Problems 已知问题
[x] ~~使用VLC播放器时,第一个数据包写出后,TCP连接会被切断,导致VLC在开始播放的时候,需要等待几秒至十几秒的时间。~~(智障了。。忘记单独开线程了。。。直接把主线程堵死了。。。所以迟迟不能开始下载,导致的。。。)
## 开发环境
* Visual Studio 2017
* .NET Framework 4
输出类型为Console应用程序,如果不想看到黑框,请修改为Windows应用程序后重新生成。
## 使用步骤
1. 从GitHub Release[](https://github.com/jinliming2/ThunderProxy/releases)下载最新的程序,或是`git clone https://github.com/jinliming2/ThunderProxy.git`,然后自行编译最新版。
2. 直接双击主程序`ThunderProxy.exe`,将会生成一个配置文件`config.xml`。
3. 编辑配置文件`config.xml`,将其中的`Command`节点的值改为您使用的播放器的路径。(路径建议使用``包裹起来)
4. 打开注册表,新建注册表项`HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Thunder Network\Xmp`,并在下面新建一个“字符串值(REG_SZ)”,名称为`Path`,值为本程序的exe路径。(如果之前安装过迅雷看看,则这个注册表项可能是已经存在的,那么就直接修改就OK了)
5. (建议)重新启动迅雷。
6. 开始一个下载,(建议在下载一部分以后),点击边下边播按钮。
## 测试说明
本程序已在`迅雷极速版 1.0.34.360`配合`VLC Windows 64-bit 2.2.4`测试成功!