Lots of changes, but notably:
* MiniDLNA can now pass the DLNA Conformance Test! * Dependence on libdlna has been removed, and the ffmpeg libs are used directly. * Lots of unused code has been cleaned up. * File transfers will now be forked off into a new process, so as not to tie up the server when sending data.
This commit is contained in:
@@ -13,18 +13,6 @@
|
||||
|
||||
#define ROOTDESC_PATH "/rootDesc.xml"
|
||||
|
||||
#ifdef HAS_DUMMY_SERVICE
|
||||
#define DUMMY_PATH "/dummy.xml"
|
||||
#endif
|
||||
|
||||
#define WANCFG_PATH "/WANCfg.xml"
|
||||
#define WANCFG_CONTROLURL "/ctl/CmnIfCfg"
|
||||
#define WANCFG_EVENTURL "/evt/CmnIfCfg"
|
||||
|
||||
#define WANIPC_PATH "/WANIPCn.xml"
|
||||
#define WANIPC_CONTROLURL "/ctl/IPConn"
|
||||
#define WANIPC_EVENTURL "/evt/IPConn"
|
||||
|
||||
#define CONTENTDIRECTORY_PATH "/ContentDir.xml"
|
||||
#define CONTENTDIRECTORY_CONTROLURL "/ctl/ContentDir"
|
||||
#define CONTENTDIRECTORY_EVENTURL "/evt/ContentDir"
|
||||
@@ -37,11 +25,5 @@
|
||||
#define X_MS_MEDIARECEIVERREGISTRAR_CONTROLURL "/ctl/X_MS_MediaReceiverRegistrar"
|
||||
#define X_MS_MEDIARECEIVERREGISTRAR_EVENTURL "/evt/X_MS_MediaReceiverRegistrar"
|
||||
|
||||
#ifdef ENABLE_L3F_SERVICE
|
||||
#define L3F_PATH "/L3F.xml"
|
||||
#define L3F_CONTROLURL "/ctl/L3F"
|
||||
#define L3F_EVENTURL "/evt/L3F"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user