Re: OPPO DBP-80/83 interoperablility



Hi,

On Wed, Aug 4, 2010 at 2:50 PM, Guillaume Lanquepin-Chesnais
<guyomel gmail com> wrote:
> I'm a newbe concerning wireshark, but I think I got some results...
> The wireshark log show what happens when I run "My Network Search" with
> both Rygel(192.168.0.195) and Coherence(192.168.0.196). Moreoever, I add
> the (very big) debug log of coherence and rygel configuration.
>
> Say me if you need more information

   Thanks a lot but the log doesn't seem to contain the complete
information as its not in the usual pcap format. IIRC you need to use
the 'Save' option in 'File' menu. Also, there is no need for
coherence's console logs as wireshark has everything.

   From the logs you sent, all i can tell is that your device does
find Rygel and asks for description but doesn't like the responses for
some reason. I do have a clue and I've provided a hack (attached patch
against rygel git master) so please do try that out as the first
thing.

-- 
Regards,

Zeeshan Ali (Khattak)
FSF member#5124

P.S. Please remember to hit 'Reply to all' button next time you respond. :)
diff --git a/src/rygel/rygel-xbox-hacks.vala b/src/rygel/rygel-xbox-hacks.vala
index df4cee2..5b8b7c5 100644
--- a/src/rygel/rygel-xbox-hacks.vala
+++ b/src/rygel/rygel-xbox-hacks.vala
@@ -38,7 +38,7 @@ internal class Rygel.XBoxHacks : GLib.Object {
 
     public XBoxHacks.for_action (ServiceAction action) throws XBoxHacksError {
         var agent = action.get_message ().request_headers.get ("User-Agent");
-        if (!agent.contains ("Xbox")) {
+        if (!agent.contains ("OPPO")) {
             throw new XBoxHacksError.NA (_("Not Applicable"));
         }
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]