Reputation: 571
Since the ffmpeg no longer support ffserver, then which server could I use to steamming videos transcoded by ffmpeg?
Upvotes: 13
Views: 20946
Reputation: 140
The shortest answer is taken from official ffservers's page and they propose to try an alternative such as mkvserver_mk2.
Another option found while reading mail archive is Simple RTMP Server
Give it a try.
-----------------
2025 UPDATE
Nowadays, the functionality that ffserver once provided is fully covered—and in many cases, far more effectively — by FFMPEG.
Upvotes: 14