1
0
Fork 0
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:
winlin 2013-10-22 23:37:44 +08:00
parent 584a427c2e
commit 150489af51
10 changed files with 164 additions and 51 deletions

View file

@ -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