updated README to have ts mime type

This commit is contained in:
Roman Arutyunyan 2013-04-19 20:56:50 +04:00
parent dae4c77e93
commit d34c6393f6

View file

@ -285,6 +285,7 @@ rtmp_auto_push directive.
# Serve HLS fragments # Serve HLS fragments
types { types {
application/vnd.apple.mpegurl m3u8; application/vnd.apple.mpegurl m3u8;
video/mp2t ts;
} }
alias /tmp/app; alias /tmp/app;
expires -1; expires -1;