Ticket #237 (closed enhancement: fixed)

Opened 3 years ago

Last modified 2 years ago

DLNA video streaming with Samsung lcd tv not working

Reported by: simonsocke Assigned to: dev
Priority: minor Milestone:
Component: Core Version:
Keywords: Cc:

Description

streaming of avi, divx, mkv videos via dlna does not work with Samsung 6 Series (LE40B650T2) found out, that: - the additional info to the content format (DIDLLite.py) is not done for AVI, DIVX and QUICKTIME. - the mimetypes for avi container of divx files (fs_storage.py).

fixed this problem for me and made a patch (is attached), so you can test if it is interesting for you.

Attachments

samsung.patch (1.7 kB) - added by simonsocke on 11.06.2009 19:15:41.
patch to get avi, divx and quicktime to work with samsung using dlna

Change History

11.06.2009 19:15:41 changed by simonsocke

  • attachment samsung.patch added.

patch to get avi, divx and quicktime to work with samsung using dlna

12.07.2009 19:05:34 changed by dev

  • status changed from new to closed.
  • resolution set to fixed.

(In [1364]) fix unicode error in dbus pontoon, thx Alfonso - closes #237

17.09.2009 18:09:37 changed by dev

  • status changed from closed to reopened.
  • resolution deleted.

17.09.2009 23:29:09 changed by dev

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [1409]) implementing the missing parts from the buried patch out of #237 - addresses #248 and closes #237