Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-08 Thread sirk98 qwerty89
Hello, Thx for your reply, can u write an example? Do you use nginx with a proxy_pass rule? Or how? Il Mar 8 Mag 2018, 18:53 John Smith ha scritto: > > I try to setup FFmpeg + http listen option to serve some live stream > > without web server . > > If I run the script

Re: [FFmpeg-user] Http Listen Connection Drop

2018-05-14 Thread sirk98 qwerty89
that the connection remains open for other client . I try to use nginx as proxy server using the proxy pass option, but the problem is the same . What I can do ? 2018-05-11 11:27 GMT+02:00 Nicolas George <geo...@nsup.org>: > sirk98 qwerty89 (2018-05-07): > > I try to setup FFmpeg + htt

[FFmpeg-user] Http Listen Connection Drop

2018-05-07 Thread sirk98 qwerty89
Hello dear forum, I try to setup FFmpeg + http listen option to serve some live stream without web server . If I run the script seems that all is working fine . But if client close connection, ffmpeg stops and I need to restart script . What I can do to solve this problem ? Here my script :

Re: [FFmpeg-user] FFmpeg: how to output over HTTP

2019-03-19 Thread sirk98 qwerty89
Hello friends, I reach this talk because I try also to use FFMpeg as transcoder for live streams over HTTP , but I can't find the right way . with this command ffmpeg is sending data to a server that is listening on port and dir 5558/video, but I can't understand what kind of configuration web

Re: [FFmpeg-user] Please streaming over nginx

2019-08-11 Thread sirk98 qwerty89
Hello try to use this as nginx module server : https://github.com/arut/nginx-ts-module Using this module you don't need rtmp and flv container... A simple schema is this : ffmpeg -i some_file -f mpegts http://nginx_ts_module/hls_incoming_stream_dir/some_file ffplay -i