I'm having real problems in 1345 with DLNA communication to my Samsung UN55C8000 TV. I think I have it narrowed down. There are 101,863 tracks in my library. I have asked from the TV to display the available tracks playlist. Time passes and the TV says there was an error. Not too helpful. A wireshark log of the Ethernet packets shows the server was unhappy and closed the connection.
In packet 52353 the TV requests of the server
SOAPACTION: "urn:schemas-upnp-org:service:ContentDirectory:1#X_GetFeatureList"\r\n
in packet 52356 MM responds with
HTTP/1.0 500 Internal Server Error\r\n
Server: Windows NT/5.0 UPnP/1.0, DLNADOC/1.50 Platinum/0.6.4.0\r\n
Ext: \r\n
Connection: close\r\n
A debug log shows that the UPnP thread was also unhappy
Code: Select all
00000643 173.10262510 [30944] UPnP Server: Directory to browse: \PLS\Accessible Tracks, Start: 0, Count: 1
00000644 173.10576857 [30944] 32244 DB exec SQL: INSERT INTO MediaConnections ( IDServer, IP, MAC, UserAgent, MediaFile, Date, Denied) VALUES ( 1, '192.168.2.209', 'E4-7C-F9-A3-88-E9', 'DLNADOC/1.50', '\PLS\Accessible Tracks', 40574.729756030, 0)
00000645 173.10580652 [30944] 32244 DB lock successful.
00000646 173.13967720 [30944] 32244 DB lock finished, took 114614060.
00000647 173.13977238 [30944] 32244 DB open SQL: SELECT Playlists.*, (SELECT Count(*) FROM Playlists as Plst2 WHERE Plst2.ParentPlaylist=Playlists.IDPlaylist) AS cnt FROM Playlists WHERE Playlists.ParentPlaylist=0 ORDER BY Playlists.PlaylistName
00000648 173.14078197 [30944] 32244 DB lock finished, took 3266584.
00000649 173.14130684 [30944] 32244 DB open SQL: SELECT Playlists.*, (SELECT Count(*) FROM Playlists as Plst2 WHERE Plst2.ParentPlaylist=Playlists.IDPlaylist) AS cnt FROM Playlists WHERE Playlists.ParentPlaylist=3 ORDER BY Playlists.PlaylistName
00000650 173.14166337 [30944] 32244 DB lock finished, took 1063529.
00000651 173.14173267 [30944] 32244 DB open SQL: Select Playlists.* from Playlists WHERE IDPlaylist=3
00000652 173.14197013 [30944] 32244 DB lock finished, took 671033.
00000653 173.14215149 [30944] 32244 DB open SQL: SELECT Songs.*
00000654 173.14215149 [30944] FROM Songs
00000655 173.18094306 [30944] 32244 DB lock finished, took 131307244.
00000656 188.82674751 [30944] Thread has started 27728
00000657 188.82679713 [30944] Thread registered, going to initialize 27728
00000658 188.82683594 [30944] Thread initialized 27728
00000659 189.05103673 [30944] CDPlayer.ini location: C:\WINDOWS\CDPlayer.ini
00000660 189.05301165 [30944] Going to make final callback 27728
00000661 189.05309519 [30944] Thread has finished 27728
00000662 218.82514057 [30944] Thread has started 29516
00000663 218.82519006 [30944] Thread registered, going to initialize 29516
00000664 218.82522793 [30944] Thread initialized 29516
00000665 219.06932886 [30944] CDPlayer.ini location: C:\WINDOWS\CDPlayer.ini
00000666 219.07064503 [30944] Going to make final callback 29516
00000667 219.07070051 [30944] Thread has finished 29516
00000668 248.82746169 [30944] Thread has started 31588
00000669 248.82751063 [30944] Thread registered, going to initialize 31588
00000670 248.82754860 [30944] Thread initialized 31588
00000671 249.05570020 [30944] CDPlayer.ini location: C:\WINDOWS\CDPlayer.ini
00000672 249.05701902 [30944] Going to make final callback 31588
00000673 249.05707667 [30944] Thread has finished 31588
00000674 270.93688796 [30944] 32244 DB prepare SQL: SELECT NULL FROM Covers WHERE Covers.IDSong = ?
00000675 270.93703179 [30944] 32244 DB query prepare finished, took 339856.
00000676 270.93707268 [30944] 32244 DB open SQL: SELECT NULL FROM Covers WHERE Covers.IDSong = ?
00000677 270.97884110 [30944] 32244 DB lock finished, took 141421649.
00000678 271.03231023 [30944] UPnP: !!! EXCEPTION WHILE BROWSING MEDIA SERVER: Out of memory
I'm kinda new here. How do I get this issue looked into?
thanks