|
@@ -82,6 +82,7 @@ medianode.contentTypes.update( { |
|
|
'.ts': 'video/mpeg', # we may want this instead of mp2t |
|
|
'.ts': 'video/mpeg', # we may want this instead of mp2t |
|
|
#'.mp4': 'video/mp4', |
|
|
#'.mp4': 'video/mp4', |
|
|
'.mp4': 'video/mpeg', |
|
|
'.mp4': 'video/mpeg', |
|
|
|
|
|
'.ogm': 'application/ogg', |
|
|
}) |
|
|
}) |
|
|
root.putChild('media', medianode) |
|
|
root.putChild('media', medianode) |
|
|
|
|
|
|
|
|