Fix rtmp again because chrome is picky about mime types

This commit is contained in:
Calvin Montgomery 2017-07-23 17:55:25 -07:00
parent 9dd0ee4446
commit e80613c7ec
3 changed files with 3 additions and 3 deletions

View file

@ -1231,7 +1231,7 @@
480: [
{
link: data.id,
contentType: 'video/flv'
contentType: 'rtmp/flv'
}
]
};