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 <
[email protected]> ha scritto:

> 2019-03-19 18:46 GMT+01:00, Glenn W <[email protected]>:
>
> > 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
> [email protected]
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> [email protected] with subject "unsubscribe".
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to