1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add srs publish/play demo use srs-librtmp

This commit is contained in:
winlin 2014-03-01 23:31:52 +08:00
parent 713b05541b
commit 44375b9e6b
4 changed files with 128 additions and 84 deletions

1
trunk/research/librtmp/srs_publish.c Executable file → Normal file
View file

@ -29,6 +29,7 @@ gcc srs_publish.c ../../objs/lib/srs_librtmp.a -g -O0 -lstdc++ -o srs_publish
int main(int argc, char** argv)
{
printf("publish rtmp stream to server like FMLE/FFMPEG/Encoder\n");
printf("srs(simple-rtmp-server) client librtmp library.\n");
printf("version: %d.%d.%d\n", srs_version_major(), srs_version_minor(), srs_version_revision());