Thanks.
Unfortunately I don't see anything in there that helps me further in tracking down the problem.
- Code: Select all
19:21:55.299 [Request Handler] Received on socket: GET /get/0$1$1$2/BBC.Planet.Earth.2of5.Mountains.XviD.MP3.www.MVGroup.org.avi HTTP/1.1
19:21:55.299 [Request Handler] Received on socket: Connection: TE, close
19:21:55.299 [Request Handler] Matched media renderer "Playstation 3" based on address /192.168.1.7
[...]
19:36:19.452 [Request Handler] Opened request handler on socket Socket[addr=/192.168.1.7,port=46161,localport=5001]
19:36:19.452 [Request Handler] Received on socket: SUBSCRIBE /upnp/event/content_directory HTTP/1.1
19:36:19.452 [Request Handler] Received on socket: HOST: 192.168.1.6:5001
19:36:19.452 [Request Handler] Matched media renderer "Playstation 3" based on address /192.168.1.7
19:36:19.452 [Request Handler] Received on socket: SID: uuid:a6e31139-e31e-3c85-84c7-a3be1bb7300f
19:36:19.452 [Request Handler] Received on socket: TIMEOUT: Second-180
19:36:19.452 [Request Handler] Received on socket: User-Agent: AwoX/1.1 UPnP/1.0 DLNADOC/1.50
19:36:19.452 [Request Handler] Received on socket: Content-Length: 0
19:36:19.452 [Request Handler] Recognized media renderer Playstation 3
19:36:19.452 [Request Handler] HTTP: upnp/event/content_directory / 0-0
19:36:19.452 [Request Handler] Close connection
19:36:20.716 [Request Handler] Close connection
19:36:24.725 [StopPlaying Event] renderer: 192.168.1.7, file: D:\Film\Dokumentarer\BBC - Planet Earth\BBC.Planet.Earth.2of5.Mountains.XviD.MP3.www.MVGroup.org.avi
I edited the log a bit for readability.
What strikes me as odd is the SUBSCRIBE request with the strange user agent "AwoX/1.1". The connection for that request is immediately closed.
Then, one second later, there is another "Close connection". At which time DLNAResource.stopPlaying() is fired, because almost exactly 4 seconds later (= STOP_PLAYING_DELAY) the final log message appears.
I would love to tie the appearance of the SUBSCRIBE event to the StopPlaying event, but more than one second between the two Close connections is a lot. If they were related, I would expect them to be milliseconds apart, not more than a second. Still, it is very suspicious that almost 15 minutes have passed without a hickup, then the SUBSCRIBE comes in, and one second later PMS decides to close the connection and stop playing.
