mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-06 15:00:18 +08:00
updated README & TODO
This commit is contained in:
19
README
19
README
@ -95,22 +95,3 @@ rtmp {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Compatibility:
|
|
||||||
|
|
||||||
Two time fix options exist in server{} block:
|
|
||||||
|
|
||||||
play_time_fix on|off;
|
|
||||||
publish_time_fix on|off;
|
|
||||||
|
|
||||||
Both are on by default.
|
|
||||||
|
|
||||||
These time fixes need to be turned off
|
|
||||||
when playing with non-Adobe software
|
|
||||||
(like ffmpeg) or publishing longer
|
|
||||||
streams (>4 hours) with such software.
|
|
||||||
|
|
||||||
Streams generated/expected by Adobe software
|
|
||||||
do not satisfy the spec (written by them!).
|
|
||||||
Third-party software does.
|
|
||||||
|
|
||||||
|
8
TODO
8
TODO
@ -1,12 +1,12 @@
|
|||||||
- find abstime/4hr problem solution
|
- do we really need fmt=0 frame as the first a/v frame/
|
||||||
|
|
||||||
- implement live stats as http/json module
|
- implement live stats as http/json module
|
||||||
|
|
||||||
- fix '..greeing line..' in log
|
- fix '..greeing line..' in log
|
||||||
|
|
||||||
- add support for flv file streaming
|
- add support for flv file streaming
|
||||||
|
(NGINX supports streaming flvs via HTTP
|
||||||
|
out-of-the-box with nginx-http-flv-module module)
|
||||||
|
|
||||||
- check compilation with IPv6 enabled
|
- check compilation with IPv6 enabled
|
||||||
|
|
||||||
- fix broken data_frame(?)
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user