Last active
August 29, 2015 14:00
-
-
Save stephen/d8e797289c97b25021ba to your computer and use it in GitHub Desktop.
spotify/sonos wireshark
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
<s:Body> | |
<u:AddURIToQueue xmlns:u="urn:schemas-upnp-org:service:AVTransport:1"> | |
<InstanceID>0</InstanceID> | |
<EnqueuedURI>x-sonos-spotify:spotify%3atrack%3a6ouTGbETM7ZdID1eMXZJde?sid=12&flags=32</EnqueuedURI> | |
<EnqueuedURIMetaData><DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"><item id="10030020spotify%3atrack%3a6ouTGbETM7ZdID1eMXZJde" parentID="100a006cstarred" restricted="true"><dc:title>Day &apos;N&apos; Nite - Crookers Remix</dc:title><upnp:class>object.item.audioItem.musicTrack</upnp:class><desc id="cdudn" nameSpace="urn:schemas-rinconnetworks-com:metadata-1-0/">SA_RINCON3079_X_#Svc3079-0-Token</desc></item></DIDL-Lite></EnqueuedURIMetaData> | |
<DesiredFirstTrackNumberEnqueued>0</DesiredFirstTrackNumberEnqueued> | |
<EnqueueAsNext>1</EnqueueAsNext> | |
</u:AddURIToQueue> | |
</s:Body> | |
</s:Envelope> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<DIDL-Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns:r="urn:schemas-rinconnetworks-com:metadata-1-0/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/"> | |
<item id="10030020spotify%3atrack%3a6ouTGbETM7ZdID1eMXZJde" parentID="100a006cstarred" restricted="true"> | |
<dc:title>Day 'N' Nite - Crookers Remix</dc:title> | |
<upnp:class>object.item.audioItem.musicTrack</upnp:class> | |
<desc id="cdudn" nameSpace="urn:schemas-rinconnetworks-com:metadata-1-0/">SA_RINCON3079_X_#Svc3079-0-Token</desc> | |
</item> | |
</DIDL-Lite> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment