About SrsSimpleRtmpClient #4135
-
Hi, this is my first time posting a question, so please forgive any informalities. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The simple answer is: No. SRS is not a library but an application. SRS is designed and implemented as a complete streaming media server, making it very inconvenient to use just a single class from it. If you need to build your own streaming media service, you can use SRS and modify and customize its code. For integration with your system, you can use its API and Callback. If you need a library to build your own application, you can use FFmpeg or other libraries. I recommend using related libraries in Go. |
Beta Was this translation helpful? Give feedback.
The simple answer is: No.
SRS is not a library but an application. SRS is designed and implemented as a complete streaming media server, making it very inconvenient to use just a single class from it.
If you need to build your own streaming media service, you can use SRS and modify and customize its code. For integration with your system, you can use its API and Callback.
If you need a library to build your own application, you can use FFmpeg or other libraries. I recommend using related libraries in Go.