Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2012
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><Result>&lt;DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"&gt;
  3. &lt;item id="64$0" parentID="64" restricted="1"&gt;&lt;dc:title&gt;1-mkv.1992.720p.HDTV.x264&lt;/dc:title&gt;&lt;upnp:class&gt;object.item.videoItem&lt;/upnp:class&gt;&lt;dc:date&gt;2011-09-29T23:48:58&lt;/dc:date&gt;&lt;res size="6502360748" duration="2:19:48.480" resolution="1280x544" protocolInfo="http-get:*:video/x-matroska:DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000"&gt;http://192.168.1.101:8200/MediaItems/19.mkv&lt;/res&gt;&lt;/item&gt;&lt;/DIDL-Lite&gt;</Result>
  4. <NumberReturned>1</NumberReturned>
  5. <TotalMatches>1</TotalMatches>
  6. <UpdateID>1</UpdateID></u:BrowseResponse></s:Body></s:Envelope>
  7.  
  8. [2012/09/25 21:59:44] minidlna.c:1200: debug: HTTP connection from 192.168.1.104:42709
  9. [2012/09/25 21:59:44] upnphttp.c:160: debug: Client found in cache. [type 100/entry 0]
  10. [2012/09/25 21:59:44] upnphttp.c:948: debug: HTTP REQUEST: POST /ctl/ContentDir HTTP/1.1
  11. HOST: 192.168.1.101:8200
  12. CONTENT-LENGTH: 451
  13. CONTENT-TYPE: text/xml; charset="utf-8"
  14. SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Browse"
  15. USER-AGENT: Linux2.6/0.0 UPnP/1.0 PhilipsIntelSDK/1.4 DLNADOC/1.50
  16.  
  17. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
  18. s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  19. <s:Body>
  20. <u:Browse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><ObjectID>64</ObjectID><BrowseFlag>BrowseDirectChildren</BrowseFlag><Filter>@id,dc:title,res,res@protocolInfo</Filter><StartingIndex>3</StartingIndex><RequestedCount>50</RequestedCount><SortCriteria></SortCriteria></u:Browse></s:Body>
  21. </s:Envelope>
  22.  
  23. [2012/09/25 21:59:44] upnphttp.c:728: debug: SOAPAction: urn:schemas-upnp-org:service:ContentDirectory:1#Browse
  24. [2012/09/25 21:59:44] upnpsoap.c:1679: debug: SoapMethod: Browse
  25. [2012/09/25 21:59:44] upnpsoap.c:1219: debug: Browsing ContentDirectory:
  26. * ObjectID: 64
  27. * Count: 50
  28. * StartingIndex: 3
  29. * BrowseFlag: BrowseDirectChildren
  30. * Filter: @id,dc:title,res,res@protocolInfo
  31. * SortCriteria: (null)
  32. [2012/09/25 21:59:44] upnpsoap.c:1294: debug: Browse SQL: SELECT o.OBJECT_ID, o.PARENT_ID, o.REF_ID, o.DETAIL_ID, o.CLASS, d.SIZE, d.TITLE, d.DURATION, d.BITRATE, d.SAMPLERATE, d.ARTIST, d.ALBUM, d.GENRE, d.COMMENT, d.CHANNELS, d.TRACK, d.DATE, d.RESOLUTION, d.THUMBNAIL, d.CREATOR, d.DLNA_PN, d.MIME, d.ALBUM_ART, d.DISC from OBJECTS o left join DETAILS d on (d.ID = o.DETAIL_ID) where PARENT_ID = '64' limit 3, 50;
  33. [2012/09/25 21:59:44] upnphttp.c:1272: debug: HTTP RESPONSE: HTTP/1.1 200 OK
  34. Content-Type: text/xml; charset="utf-8"
  35. Connection: close
  36. Content-Length: 939
  37. Server: Ubuntu/10.04 DLNADOC/1.50 UPnP/1.0 MiniDLNA/1.0.25
  38. Date: Tue, 25 Sep 2012 17:59:44 GMT
  39. EXT:
  40.  
  41. <?xml version="1.0" encoding="utf-8"?>
  42. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><s:Body><u:BrowseResponse xmlns:u="urn:schemas-upnp-org:service:ContentDirectory:1"><Result>&lt;DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"&gt;
  43. &lt;item id="64$3" parentID="64" restricted="1"&gt;&lt;dc:title&gt;4-avi.1956.XviD.DVDRip&lt;/dc:title&gt;&lt;upnp:class&gt;object.item.videoItem&lt;/upnp:class&gt;&lt;res protocolInfo="http-get:*:video/avi:DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000"&gt;http://192.168.1.101:8200/MediaItems/22.avi&lt;/res&gt;&lt;/item&gt;&lt;/DIDL-Lite&gt;</Result>
  44. <NumberReturned>1</NumberReturned>
  45. <TotalMatches>4</TotalMatches>
  46. <UpdateID>1</UpdateID></u:BrowseResponse></s:Body></s:Envelope>
  47.  
  48. [2012/09/25 21:59:45] minidlna.c:1200: debug: HTTP connection from 192.168.1.104:42710
  49. [2012/09/25 21:59:45] upnphttp.c:279: debug: Range Start-End: 0 - -1
  50. [2012/09/25 21:59:45] upnphttp.c:160: debug: Client found in cache. [type 100/entry 0]
  51. [2012/09/25 21:59:45] upnphttp.c:948: debug: HTTP REQUEST: GET /MediaItems/19.mkv HTTP/1.1
  52. Range: bytes=0-
  53. User-Agent: Streamium
  54. Host: 192.168.1.101:8200
  55. Accept: */*
  56. transferMode.dlna.org: Streaming
  57. Connection: keep-alive
  58. Pragma: no-cache
  59. Cache-Control: no-cache
  60.  
  61.  
  62. [2012/09/25 21:59:45] upnphttp.c:1931: info: Serving DetailID: 19 [/hit_500/Video/1-mkv.1992.720p.HDTV.x264.mkv]
  63. [2012/09/25 21:59:45] upnphttp.c:1325: debug: sendfile error :: error no. 32 [...]
  64. [2012/09/25 21:59:45] minidlna.c:1200: debug: HTTP connection from 192.168.1.104:42711
  65. [2012/09/25 21:59:45] upnphttp.c:279: debug: Range Start-End: 6502360747 - -1
  66. [2012/09/25 21:59:45] upnphttp.c:160: debug: Client found in cache. [type 100/entry 0]
  67. [2012/09/25 21:59:45] upnphttp.c:948: debug: HTTP REQUEST: GET /MediaItems/19.mkv HTTP/1.1
  68. Range: bytes=6502360747-
  69. User-Agent: Streamium
  70. Host: 192.168.1.101:8200
  71. Accept: */*
  72. transferMode.dlna.org: Streaming
  73. Connection: keep-alive
  74. Pragma: no-cache
  75. Cache-Control: no-cache
  76.  
  77.  
  78. [2012/09/25 21:59:45] upnphttp.c:1931: info: Serving DetailID: 19 [/hit_500/Video/1-mkv.1992.720p.HDTV.x264.mkv]
  79. [2012/09/25 21:59:51] minidlna.c:1200: debug: HTTP connection from 192.168.1.104:42712
  80. [2012/09/25 21:59:51] upnphttp.c:160: debug: Client found in cache. [type 100/entry 0]
  81. [2012/09/25 21:59:51] upnphttp.c:948: debug: HTTP REQUEST: POST /ctl/ContentDir HTTP/1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement