You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk
Star Brilliant a164c90e28 Flush the stdout buffer after logging to console
Normally if the stdout is connected to a PTY, the stdout buffer is flushed automatically after each \n.
However if I run SRS under Docker, the stdout is not connected to a PTY (unless I ask it to), causing the last log line to be incomplete (showing only half).
By adding fflush, we could make sure each log line is completely shown, whenever the stdout is connected to a PTY or not.
9 years ago
..
3rdparty osx support build nginx and ffmpeg 10 years ago
auto fix the sed bug, to compatible with osx 9 years ago
conf fix typo of config. 9 years ago
doc for #328, add hds specification. 10 years ago
etc/init.d rename org simple-rtmp-server to ossrs 9 years ago
ide rename org simple-rtmp-server to ossrs 9 years ago
modules refine build for modules, add defines. 10 years ago
research fix the timeout for librtmp 9 years ago
scripts refine the position of log script 9 years ago
src Flush the stdout buffer after logging to console 9 years ago
configure rename org simple-rtmp-server to ossrs 9 years ago