From 2103055b5ebfa389a5bec4c98f414608e959bba4 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Sun, 24 Jan 2010 21:28:56 +0100 Subject: Added (finally) the record streaming function and some other things --- web/icons/upnpIconLrg.jpeg | Bin 6620 -> 0 bytes web/icons/upnpIconLrg.png | Bin 17309 -> 0 bytes web/icons/upnpIconSm.jpeg | Bin 2416 -> 0 bytes web/icons/upnpIconSm.png | Bin 4769 -> 0 bytes web/xml/cds_scpd.xml | 145 --------------------------------------------- web/xml/cms_scpd.xml | 133 ----------------------------------------- 6 files changed, 278 deletions(-) delete mode 100755 web/icons/upnpIconLrg.jpeg delete mode 100755 web/icons/upnpIconLrg.png delete mode 100755 web/icons/upnpIconSm.jpeg delete mode 100755 web/icons/upnpIconSm.png delete mode 100644 web/xml/cds_scpd.xml delete mode 100644 web/xml/cms_scpd.xml (limited to 'web') diff --git a/web/icons/upnpIconLrg.jpeg b/web/icons/upnpIconLrg.jpeg deleted file mode 100755 index 6421267..0000000 Binary files a/web/icons/upnpIconLrg.jpeg and /dev/null differ diff --git a/web/icons/upnpIconLrg.png b/web/icons/upnpIconLrg.png deleted file mode 100755 index d93e7c0..0000000 Binary files a/web/icons/upnpIconLrg.png and /dev/null differ diff --git a/web/icons/upnpIconSm.jpeg b/web/icons/upnpIconSm.jpeg deleted file mode 100755 index b163f05..0000000 Binary files a/web/icons/upnpIconSm.jpeg and /dev/null differ diff --git a/web/icons/upnpIconSm.png b/web/icons/upnpIconSm.png deleted file mode 100755 index d4320f4..0000000 Binary files a/web/icons/upnpIconSm.png and /dev/null differ diff --git a/web/xml/cds_scpd.xml b/web/xml/cds_scpd.xml deleted file mode 100644 index dff4252..0000000 --- a/web/xml/cds_scpd.xml +++ /dev/null @@ -1,145 +0,0 @@ - - - -1 -0 - - - -GetSearchCapabilities - - -SearchCaps -out -SearchCapabilities - - - - -GetSortCapabilities - - -SortCaps -out -SortCapabilities - - - - -GetSystemUpdateID - - -Id -out -SystemUpdateID - - - - -Browse - - -ObjectID -in -A_ARG_TYPE_ObjectID - - -BrowseFlag -in -A_ARG_TYPE_BrowseFlag - - -Filter -in -A_ARG_TYPE_Filter - - -StartingIndex -in -A_ARG_TYPE_Index - - -RequestedCount -in -A_ARG_TYPE_Count - - -SortCriteria -in -A_ARG_TYPE_SortCriteria - - -Result -out -A_ARG_TYPE_Result - - -NumberReturned -out -A_ARG_TYPE_Count - - -TotalMatches -out -A_ARG_TYPE_Count - - -UpdateID -out -A_ARG_TYPE_UpdateID - - - - - - -A_ARG_TYPE_ObjectID -string - - -A_ARG_TYPE_Result -string - - -A_ARG_TYPE_BrowseFlag -string - -BrowseMetadata -BrowseDirectChildren - - - -A_ARG_TYPE_Filter -string - - -A_ARG_TYPE_SortCriteria -string - - -A_ARG_TYPE_Index -ui4 - - -A_ARG_TYPE_Count -ui4 - - -A_ARG_TYPE_UpdateID -ui4 - - -SearchCapabilities -string - - -SortCapabilities -string - - -SystemUpdateID -ui4 - - - - diff --git a/web/xml/cms_scpd.xml b/web/xml/cms_scpd.xml deleted file mode 100644 index e4071f9..0000000 --- a/web/xml/cms_scpd.xml +++ /dev/null @@ -1,133 +0,0 @@ - - - - 1 - 0 - - - - GetProtocolInfo - - - Source - out - SourceProtocolInfo - - - Sink - out - SinkProtocolInfo - - - - - GetCurrentConnectionIDs - - - ConnectionIDs - out - CurrentConnectionIDs - - - - - GetCurrentConnectionInfo - - - ConnectionID - in - A_ARG_TYPE_ConnectionID - - - RcsID - out - A_ARG_TYPE_RcsID - - - AVTransportID - out - A_ARG_TYPE_AVTransportID - - - ProtocolInfo - out - A_ARG_TYPE_ProtocolInfo - - - PeerConnectionManager - out - A_ARG_TYPE_ConnectionManager - - - PeerConnectionID - out - A_ARG_TYPE_ConnectionID - - - Direction - out - A_ARG_TYPE_Direction - - - Status - out - A_ARG_TYPE_ConnectionStatus - - - - - - - SourceProtocolInfo - string - - - SinkProtocolInfo - string - - - CurrentConnectionIDs - string - - - A_ARG_TYPE_ConnectionStatus - string - - OK - ContentFormatMismatch - InsufficientBandwidth - UnreliableChannel - Unknown - - - - A_ARG_TYPE_ConnectionManager - string - - - A_ARG_TYPE_Direction - string - - Input - Output - - - - A_ARG_TYPE_ProtocolInfo - string - - - A_ARG_TYPE_ConnectionID - i4 - - - A_ARG_TYPE_AVTransportID - i4 - - - A_ARG_TYPE_RcsID - i4 - - - - -- cgit v1.2.3