mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update for GB28181
This commit is contained in:
parent
2ef96d576c
commit
a623f4aef2
3 changed files with 9 additions and 36 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,13 +0,0 @@
|
|||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
20
LICENSE
20
LICENSE
|
@ -1,20 +0,0 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2013 winlin
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
12
README.md
12
README.md
|
@ -1,4 +1,10 @@
|
|||
simple-rtmp-server
|
||||
==================
|
||||
# SRS(Simple Realtime Server)
|
||||
|
||||
SRS GB28181功能已经合并到了SRS 5.0,请参考[SRS #3176](https://github.com/ossrs/srs/issues/3176),使用`5.0.74+`版本。
|
||||
|
||||
SRS Windows功能已经合并到了SRS 5.0,请参考[SRS #2532](https://github.com/ossrs/srs/issues/2532),使用`5.0.89+`版本。
|
||||
|
||||
SRS HEVC功能已经合并到了SRS 6.0,请参考[SRS #465](https://github.com/ossrs/srs/issues/465),使用`6.0.4+`版本。
|
||||
|
||||
Winlin, 2022.11
|
||||
|
||||
simple rtmp origin/edge live server over state-threads.
|
||||
|
|
Loading…
Reference in a new issue