Ticket #309 (assigned defect)

Opened 2 years ago

Last modified 2 years ago

Freebox: Upnp export not working with 0.6.6

Reported by: therve Assigned to: jmsizun (accepted)
Priority: major Milestone:
Component: Core Version:
Keywords: Cc:

Description

Hi all!

I upgraded to the latest version available in Ubuntu Lucid, and suddently the FSStorage plugin was not exporting my videos anymore. I tried with 0.6.4 and it was working fine, so I digged a little bit (hooray wireshark), and found that the output of ContentDirectory changed: it now gives video/divx instead of video/avi for protocolInfo. It seems related to changeset [1409]. It sounds like my device is behaving the same way as a XBox: entering the if in Resource.toElement fixes the problem (http://coherence.beebits.net/browser/trunk/Coherence/coherence/upnp/core/DIDLLite.py#L252). I don't think my device is exposing X_UPnPClient, though

Is there a way to enter that if with a command-line options? Would be possible to revert to the previous behavior otherwise?

Thanks!

Attachments

freebox.xml (2.7 kB) - added by therve on 26.05.2010 09:02:51.

Change History

26.05.2010 00:34:19 changed by jmsizun

work in progress within branch client-device-config may solve this issue.

In the mean-time, could you tell us what your device is? Is there any user-agent or other HTTP header info to recognize it?

26.05.2010 09:02:42 changed by therve

The branch looks promising indeed. My device is a Freebox, developed by the french ISP Free. I'm attaching what seems to be the description of the device, retrieved after the SSDP talk.

26.05.2010 09:02:51 changed by therve

  • attachment freebox.xml added.

06.07.2010 13:30:15 changed by jmsizun

  • owner changed from dev to jmsizun.
  • status changed from new to assigned.
  • summary changed from Upnp export not working with 0.6.6 to Freebox: Upnp export not working with 0.6.6.

avi publishing works within the branch. But I still have to find time to implement "transcoding of other video formats to MEPG TS".