ctaity
ctaity
force key frames dont work with h264_nvenc only work if i force generate idr frames, but mobile phones dont like idr frames on flowplayer . Only -g gop alternative. ffmpeg...
For now i using script: ``` #!/bin/bash on_die () { # kill all children pkill -KILL -P $$ } trap 'on_die' TERM FR="$(mediainfo --Inform='Video;%FrameRate%' rtmp://localhost/video-1080/$1)"; GOP=$(bc
I get good quality, but 10x faster with 2 quadro cpu.
Thath depende ffmpeg cuda parameters, i think, i use this and quality is good. #!/bin/bash on_die () { # kill all children pkill -KILL -P $$ } trap 'on_die' TERM...
You need develop your own solution i think. We up docker containers via api, and in the proccess you can save the ip address of the docker, redirect the rtmp...
> @ctaity and @misiek08 thanks for your answer. > > can anyone give me a pointer or a strategy for how to setup multiple Nginx instances to share the HLS...
yes, configure hls fragment to 2, and configure player to 1 or 2 segments ahead.
What proxy you use?
but where you generate for example the tag: #EXT-X-FRESH-IS-COMING for example implementarion: https://medium.com/freshdevelopers/implementing-lhls-on-hls-js-4fc4558edff2 Or what implementation you are doing?
I understand, but you need a patched hls client to do this i think. Because this module, only publish the segment when is complete. https://github.com/openfresh/hls.js/commit/8e6746ba0393e424a92c7b5de340e037fdd5e177 You can try with another...