15449dfe44
uShare is a UPnP (TM) A/V & DLNA Media Server. It implements the server component that provides UPnP media devices with information on available multimedia files. uShare uses the built-in http server of libupnp to stream the files to clients. GeeXboX uShare is able to provide access to both images, videos, music or playlists files (see below for a complete file format support list It does not act as an UPnP Media Adaptor and thus, can't transcode streams to fit the client requirements. Note that DLNA support is not enabled on OpenBSD.
13 lines
675 B
Plaintext
13 lines
675 B
Plaintext
$OpenBSD: patch-src_mime_c,v 1.1.1.1 2010/03/22 22:26:59 ajacoutot Exp $
|
|
--- src/mime.c.orig Tue Feb 9 16:55:15 2010
|
|
+++ src/mime.c Tue Feb 9 16:55:33 2010
|
|
@@ -56,7 +56,7 @@ const struct mime_type_t MIME_Type_List[] = {
|
|
{ "mp4ps", UPNP_VIDEO, "http-get:*:video/x-nerodigital-ps:"},
|
|
{ "ts", UPNP_VIDEO, "http-get:*:video/mpeg2:"},
|
|
{ "ogm", UPNP_VIDEO, "http-get:*:video/mpeg:"},
|
|
- { "mkv", UPNP_VIDEO, "http-get:*:video/mpeg:"},
|
|
+ { "mkv", UPNP_VIDEO, "http-get:*:video/x-matroska:"},
|
|
{ "rmvb", UPNP_VIDEO, "http-get:*:video/mpeg:"},
|
|
{ "mov", UPNP_VIDEO, "http-get:*:video/quicktime:"},
|
|
{ "hdmov", UPNP_VIDEO, "http-get:*:video/quicktime:"},
|