add webm/rm/rmvb support

This commit is contained in:
lqs
2019-04-21 09:48:00 +00:00
committed by Gleb Smirnoff
parent cfb775682b
commit a1c8a1856d
3 changed files with 15 additions and 2 deletions

View File

@ -172,7 +172,10 @@
"http-get:*:audio/x-wav:*," \
"http-get:*:audio/x-flac:*," \
"http-get:*:audio/x-dsd:*," \
"http-get:*:application/ogg:*"
"http-get:*:application/ogg:*" \
"http-get:*:application/vnd.rn-realmedia:*" \
"http-get:*:application/vnd.rn-realmedia-vbr:*" \
"http-get:*:video/webm:*"
#define DLNA_FLAG_DLNA_V1_5 0x00100000
#define DLNA_FLAG_HTTP_STALLING 0x00200000