r1 - 10 Feb 2010 - 12:47:09 - SatoshiKonnoYou are here: TWiki >  Main Web > MiscHome > UPnPDevice > TaLv700R

Sony TA-LV700R

Sony's TA-LV700R is a high-end A/V amplifiers which supports UPnP/AV player function in 2003.

ta-lv700r-01.jpg
Composite Video 3 Inputs, 1 Output
Digital Audio (optical) 3 Inputs, 1 Output
Video MPEG-1/2
Audio ATRAC3, ATRAC3plus, WAVE, MP3
Image BMP, TIFF, GIF, JPEG, PNG
Decorder Dolby Digital, DTS, AAC
NIC 100BASE-TX
Size 430x65x288 mm
Weight 3.2kg

Implementation

I checked the UPnP/AV media player using my implemented UPnP Media Server for MythTv, MediaGateForCC, in my home. The player cound find the media server and get the content list normally, but it couldn't play the recorded MPEG2 contents with the following error messages at first.

playing error.
Reading of a video capsule went wrong.

I checked the log of the MediaGateForCC, I knew that the error message occurred because of lacking the search request function as the following. I could play normally to implement the function smile

POST /service/ContentDirectory_control HTTP/HTTP/1.1
HOST: 192.168.1.20:38520
CONTENT-LENGTH: 2007
CONTENT-TYPE: text/xml
SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#Search"
X-AV-Client-Info: av = 2.0; cn = "Sony Corporation" ; mn = "RoomLink" ; mv = 1.0

<?xml version=&quot;1.0&quot;?>
<s:Envelope 
xmlns:s=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
s:encodingStyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;>
<s:Body>
    <u:Search xmlns:u=&quot;urn:schemas-upnp-org:service:ContentDirectory:1&quot;>
        <ContainerID>0</ContainerID>
        <SearchCriteria>
        @id = &quot;2&quot; and av:filmrollURI@av:codec = &quot;CLUT8&quot; and
        av:filmrollURI@av:resolution = &quot;80x60&quot; and
        av:filmrollURI@av:clutIndexOffset = &quot;16&quot; and 
        av:filmrollURI@av:clutNumIndex = &quot;240&quot; and 
        av:filmrollURI@av:clutData = &quot;YrfiAFWLpwDu7u4A3d3dAM ..... QBEVGQATYK4ACQ8RwBFWW4A&quot;
        </SearchCriteria>
        <Filter>*</Filter>
        <StartingIndex>0</StartingIndex>
        <RequestedCount>1</RequestedCount>
        <SortCriteria></SortCriteria>
    </u:Search>
</s:Body>
</s:Envelope>

HTTP/1.0 500 Internal Server Error
CONTENT-TYPE: text/xml; charset=&quot;utf-8&quot;
SERVER: Linux/2.4.22-1.2197.nptl UPnP/1.0 CyberLink/1.4.2
EXT: 
CONTENT-LENGTH: 487

<?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?>
<s:Envelope xmlns:s=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; s:encodingStyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;>
   <s:Body>
      <s:Fault>
         <faultcode>s:Client</faultcode>
         <faultstring>UPnPError</faultstring>
         <detail>
            <UPnPError xmlns=&quot;urn:schemas-upnp-org:control-1-0&quot;>
               <errorCode>401</errorCode>
               <errorDescription>Invalid Action</errorDescription>
            </UPnPError>
         </detail>
      </s:Fault>
   </s:Body>
</s:Envelope></pre>
Topic attachments
I Attachment Action Size Date Who Comment
jpgjpg ta-lv700r-01.jpg manage 94.2 K 10 Feb 2010 - 11:48 SatoshiKonno  
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
Powered by TWiki

Copyright © 2010 by Satoshi Konno Powerd by twikiTWiki.