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

sirk98 qwerty89 sirk98mail at gmail.com
Wed Mar 20 00:25:53 EET 2019


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 server like nginx needs to have .
ffmpeg -re -i hq-video.mp4 -c:v libx264 -an -f mpegts
http://0.0.0.0:5558/video

nginx wait on port 5558 and dir video and redirect content to client in
some way . Someone can me explain if ffmpeg have some new muxer for this or
the right way to use for this things, I transcode a live stream in h265 +
ac3 codec over mpgets so rtmp module is not valid as solution, and I also
want to use a solution that not produce a list of file like HLS index .

any hints is really appreciate,
best regards


Il giorno mar 19 mar 2019 alle ore 22:49 Carl Eugen Hoyos <
ceffmpeg at gmail.com> ha scritto:

> 2019-03-19 18:46 GMT+01:00, Glenn W <wolfe.t.glenn at gmail.com>:
>
> > Please see the below full console output
>
> Unfortunately not;-(
>
> Anyway, this was certainly transmitted via http.
>
> The more important question is if there is an issue:
> > Segmentation fault: 11
>
> This normally indicates a (important) bug.
>
> Carl Eugen
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list