Added basic minimal HTTP server output.

This commit is contained in:
Thulinma 2015-06-03 16:39:16 +02:00
parent 9e10cc621c
commit 2d37739c30
3 changed files with 86 additions and 0 deletions

View file

@ -308,6 +308,7 @@ endmacro()
makeOutput(RTMP rtmp)
makeOutput(OGG progressive_ogg http)
makeOutput(FLV progressive_flv http)
makeOutput(HTTPMinimalServer http_minimalserver http)
makeOutput(MP4 progressive_mp4 http)
makeOutput(MP3 progressive_mp3 http)
makeOutput(HSS hss http)