nginx-rtmp-module
nginx-rtmp-module copied to clipboard
NGINX-based Media Streaming Server
I got some static cams in my config and after I reload the nginx server I start getting these errors: ``` [07/11/14 09:28:49] gabor.marcz: 2014/11/06 22:16:09 [notice] 32#0: signal process...
I currently use this repo for my livestreaming platform and Im wondering what would be the best way for me to contribute and possibly begin integration of the ll-hls protocol?...
Hello I'm trying to use this module to stream a video file on a loop to my server. My server running nginx+ this module is overseas and has 160ms+ latency...
I can't understand the difference between on_play and on_publish. Can @arut please explain to me in simple terms ?Your response would be helpful. I can't understand which one to use....
Hi arut, are you planning to support H.265-flv support for RTMP ingest ? Thanks and best regards /ts
nginx-rtmp-module/ngx_rtmp_eval.c nginx-rtmp-module/ngx_rtmp_handler.c Both of these files contain unused variables which prevent nginx from installing smoothly. Had to remove the offenders manually.
When the script in the `exec` directive is run, it has no access to environment variables. Is there a way to let it have access to it?
I am trying to use on_publish to verify the stream key. If I forgot to provide something, go right ahead and ask. I can curl from the host (of the...
env ``` sh nginx: 1.7.6, nginx-rtmp-module: master ``` config ``` sh application record { live on; record all; record_path /data/video/recordStreams; record_unique on; record_interval 30s; exec_record_done ffmpeg -i $path -c copy...