Added H264 Annex B stream input

This commit is contained in:
Thulinma 2017-07-22 18:49:57 +02:00
parent efcb038a26
commit a0d54e1a95
3 changed files with 161 additions and 0 deletions

View file

@ -282,6 +282,7 @@ makeInput(MP3 mp3)
makeInput(FLV flv)
makeInput(OGG ogg)
makeInput(Buffer buffer)
makeInput(H264 h264)
########################################
# MistServer - Outputs #