mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support ffmpeg publish
This commit is contained in:
parent
584a427c2e
commit
150489af51
10 changed files with 164 additions and 51 deletions
|
@ -66,4 +66,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define RTMP_SIG_SRS_URL "https://github.com/winlinvip/simple-rtmp-server"
|
||||
#define RTMP_SIG_SRS_VERSION "0.1"
|
||||
|
||||
// compare
|
||||
#define srs_min(a, b) ((a < b)? a : b)
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue