Browse Source

add mime-type for m4a files, though the D-Link can't play them..

so comment it out..

[git-p4: depot-paths = "//depot/": change = 778]
replace/4e84fdb41ea781c7a8f872baa423e8b3be4045a7
John-Mark Gurney 19 years ago
parent
commit
e5bac11ee1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pymediaserv

+ 1
- 0
pymediaserv View File

@@ -85,6 +85,7 @@ medianode.contentTypes.update( {
'.mp4': 'video/mpeg',
'.ogm': 'application/ogg',
'.vob': 'video/mpeg',
#'.m4a': 'audio/mp4', # D-Link can't seem to play AAC files.
})
root.putChild('media', medianode)



Loading…
Cancel
Save