Carl, > Anyway, this was certainly transmitted via http.
What is your evidence for this claim? Where do you see any HTTP headers? I do not see any in my Wireshark output nor do I see any indication of HTTP protocol being used. > The more important question is if there is an issue: Segmentation Fault 11 This is not an issue. I can segment the mpegts chunks just fine. This error is coming due to the nature of how I am running my server side `-f null -` to output null to stdin (not how I would normally) for the sole purpose of testing network transport. On Tue, Mar 19, 2019 at 6:26 PM sirk98 qwerty89 <[email protected]> wrote: > 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". _______________________________________________ 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".
