Normal
This a log of a similar occurrence. This time there is around 3 seconds between the 2 RetrieveStream requests. Is there some kind of timeout for getting the stream?[code][21:26:59,784] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/GetMediaInfo?type=0&provider=3&itemId=5780053b-ba46-4ae3-9ad4-041325d812e1[21:27:00,104] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/InitStream?type=0&provider=3&itemId=5780053b-ba46-4ae3-9ad4-041325d812e1&clientDescription=MPiV&identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&idleTimeout=60[21:27:00,390] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/StartStreamWithStreamSelection?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&profileName=iOS (Low Quality)&startPosition=0&audioId=1&subtitleId=0[21:27:00,789] [88 ] [INFO ] - MainRequestHandler: Received request http://.../stream/RetrieveStream?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&file=manifest.m3u8[21:27:03,896] [88 ] [INFO ] - MainRequestHandler: Received request http://.../stream/RetrieveStream?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&file=manifest.m3u8[21:27:10,134] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/FinishStream?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1[/code]I'm running in debug mode with full logging so everything might be a bit slower than it would actually be. I should mention HLS streams from aMPdroid work without problems.
This a log of a similar occurrence. This time there is around 3 seconds between the 2 RetrieveStream requests. Is there some kind of timeout for getting the stream?
[code][21:26:59,784] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/GetMediaInfo?type=0&provider=3&itemId=5780053b-ba46-4ae3-9ad4-041325d812e1
[21:27:00,104] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/InitStream?type=0&provider=3&itemId=5780053b-ba46-4ae3-9ad4-041325d812e1&clientDescription=MPiV&identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&idleTimeout=60
[21:27:00,390] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/StartStreamWithStreamSelection?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&profileName=iOS (Low Quality)&startPosition=0&audioId=1&subtitleId=0
[21:27:00,789] [88 ] [INFO ] - MainRequestHandler: Received request http://.../stream/RetrieveStream?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&file=manifest.m3u8
[21:27:03,896] [88 ] [INFO ] - MainRequestHandler: Received request http://.../stream/RetrieveStream?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1&file=manifest.m3u8
[21:27:10,134] [88 ] [INFO ] - MainRequestHandler: Received request http://.../json/FinishStream?identifier=MPiV_6B434BB8-F435-472D-A11D-75F144D0032E_id_5780053b-ba46-4ae3-9ad4-041325d812e1
[/code]
I'm running in debug mode with full logging so everything might be a bit slower than it would actually be. I should mention HLS streams from aMPdroid work without problems.