Fix rtmp again because chrome is picky about mime types
This commit is contained in:
parent
9dd0ee4446
commit
e80613c7ec
3 changed files with 3 additions and 3 deletions
|
|
@ -1231,7 +1231,7 @@
|
|||
480: [
|
||||
{
|
||||
link: data.id,
|
||||
contentType: 'video/flv'
|
||||
contentType: 'rtmp/flv'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue