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

add pid to srs rtmp dump

This commit is contained in:
winlin 2015-08-24 16:00:11 +08:00
parent 2a4b448cce
commit a242aa35dc
2 changed files with 5 additions and 2 deletions

View file

@ -28,6 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// for srs-librtmp, @see https://github.com/simple-rtmp-server/srs/issues/213
#ifndef _WIN32
#include <sys/time.h>
#include <unistd.h>
#endif
#include <string>