Using SRS 5.0, with SRT push flow configured, an error is reported after starting the configuration file:
srt serve error code=6006 : srt disabled,
My configuration:
listen 1935;
max_connections 1000;
daemon off;
srs_log_tank console;
srt_server {
enabled on;
listen 10080;
maxbw 1000000000;
connect_timeout 4000;
latency 20;
peerlatency 20;
recvlatency 20;
}
解决:添加上以下
Solution: Add the following code
vhost __defaultVhost__ {
srt {
enabled on;
srt_to_rtmp on;
}
}
So far, the problem has been solved.
My srs is deployed on ubuntu and push and pull streams are on different computers. Pushflow and ubuntu are on one public network. The pull stream is on another public network. The time delays are as follows.
1. push streaming is using core image
2, pulling stream is using ffplay
3, remote control of the pulling computer on the pushing computer, cut the comparison chart.
Read More:
- srs Error: demux SPS/PPS : avc decode sequence header
- How to Avoid Windows Error in Gitbook Serve
- There is no error when compiling and packaging the IDEA code, but the code displays an error
- Axios request failed, get the status code and error information, how to encapsulate the function dealing with the public error code
- SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. Error code 0xC020801C,0xC02…
- [step on the pit] idea submits the code to GitHub and prompts 403 — the requested URL returned error: 403
- Git pull code error fatal: authentication failed fo
- [Solved] push declined due to email privacy restrictions (GH007 error code)
- [Solved] error: Raw kernel process exited code: 3221226505
- Github Clone Error: RPC failed; result=56, HTTP code=200
- [Solved] ENSP Failed to Start AR Device error code: 40
- Jenkins Error: code=exited, status=127 [How to Solve]
- After SpringBoot starts, exit the console directly and display Process finished with exit code 1
- [Solved] Errors encountered when using VS to write opengl code
- CanNot Open EBTresos(24.0.1) error code: 805306369 [How to Solve]
- Vs code execute command error [How to Solve]
- [Solved] Android 5.1 code compilation error: Unsupported reloc 43
- [Solved] Job for mysqld.service failed because the control process exited with error code.
- Vuex Use Prettier – Code formatter to format errors [How to Solve]