当前位置:网站首页>Service not found troubleshooting and resolution of error messages in the secondary development of the source code of the open source platform easydarwin
Service not found troubleshooting and resolution of error messages in the secondary development of the source code of the open source platform easydarwin
2022-06-24 17:25:00 【Tsingsee green rhino video】
TSINGSEE Green rhinoceros video development EasyDarwin Open source projects provided by open source platforms , Complete source code , Help developers achieve streaming audio and video products faster and easier , Realize live broadcast and on demand of mobile Internet streaming media .
A user reported that Windows In the environment EasyDarwin Source code secondary development ,Git Pull the source code , There's something that doesn't work , newspaper :service not found
Not found in source path EasyDarwin.exe, It should be a compilation failure , Need to check the installation environment .
1. Observe EasyDarwin Source code , It uses go vendor Pattern . At present go The latest version of is 1.16, Recommended for new projects go module Pattern . As an old project , Let's put EasyDarwin Use Git clone Put it in Go Path Under the table of contents , For details, please refer to the official .
2. Installation preparation tool go get -u -v github.com/kardianos/govendor// Package management tools go get -u -v github.com/penggy/gobuild// Hot compilation tools , Download may encounter the problem of being restricted by climbing over the wall , If the installation is successful, there will be corresponding executable files in bin Under the table of contents .
3. In development mode npm run dev function , Wrong again. PS C:\Users\admin\go\src\github.com\EasyDarwin\EasyDarwin> npm run dev
[email protected] dev C:\Users\admin\go\src\github.com\EasyDarwin\EasyDarwin go build -o EasyDarwin.exe
github.com/EasyDarwin/EasyDarwin/vendor/github.com/mattn/go-sqlite3 cgo: exec gcc: exec: “gcc”: executable file not found in %PATH%
Here is cgo need gcc Compile environment , install mingw that will do .
4. Again using npm run dev, Successfully compiled EasyDarwin.exe file , You can see this file about 32M. It's because of the volume , Has been added to .gitigonre file . This is not in the source code Exe file , The feedback in the group can't work .
5. Operation service
Direct operation (Windows)EasyDarwin.exe
With Ctrl + C Out of Service
Start as a service (Windows)ServiceInstall-EasyDarwin.exe
With ServiceUninstall-EasyDarwin.exe uninstall EasyDarwin service
边栏推荐
- H265/webvr video web page without plug-in player easyplayer Solution to the problem of cumulative delay of FLV video played by JS
- [log service CLS] Tencent cloud game battle engine mgobe accesses CLS
- Swift array map/flatmap/compactmap/filter/reduce/chaining Usage Summary
- Complete the log service CLS questionnaire in 1 minute and receive the Tencent cloud 30 yuan threshold free voucher ~
- Tensor and tensor network background and significance - basic knowledge
- As for IOT safety, 20 CSOs from major manufacturers say
- [go language development] start to develop Meitu station from 0 - Lesson 5 [receive pictures and upload]
- Solution to the problem that qlineedit setting qdoublevalidator setting range is invalid
- How to customize the log output format of zap?
- 5g brings opportunities and challenges. Are you ready to defend against DDoS?
猜你喜欢
随机推荐
H265/webvr video web page without plug-in player easyplayer Solution to the problem of cumulative delay of FLV video played by JS
AFG EDI requirements details
Advanced anti DDoS IP solutions and which applications are suitable for use
After the collective breakthrough, where is the next step of China's public cloud?
[2021 taac & Ti-One] frequently asked questions related to Ti-One products
Comparison of similarities and differences between easynvr video edge computing gateway and easynvr software versions
Sigai intelligent container damage identification products are deployed in Rizhao Port and Yingkou Port
Can you remember the code of a programming boss? Can you hit it out without Baidu?
How to troubleshoot and solve the problem that the ultra-low delay security live broadcast system webrtc client plays no audio in the browser?
MySQL learning -- table structure of SQL test questions
[playing with Tencent cloud] a solution to the impassability of cross-border access to foreign websites using Tencent cloud CVM
问题有多大,中台就有多大
Robot toolbox matlab robotics toolbox
Explanation of MySQL indexing principle
Go collaboration and pipeline to realize asynchronous batch consumption scheduling task
Easycvr, an urban intelligent video monitoring image analysis platform, plays national standard equipment videos and captures unstable packets for troubleshooting
Try catch finally implementation mechanism
Collect tke logs through daemonset CRD
## Kubernetes集群中流量暴露的几种方案 Kubernetes集群中流量暴露的几种方案
Swift array map/flatmap/compactmap/filter/reduce/chaining Usage Summary

