Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error is never thrown when .ts fragments are continuously skipped #368

Open
rwlodkowski opened this issue Aug 18, 2015 · 6 comments
Open

Comments

@rwlodkowski
Copy link
Contributor

When fragmentLoadSkipAfterMaxRetry = true and fragmentLoadMaxRetry is set to a finite value flashls will be skipping .ts fragments till the end of the m3u8 playlist what could be undesirable. When the end of the playlist is reached then flashls skips and retries that last fragment in the endless loop.

Some threshold parameter e.g. fragmentLoadSkipThreshold should be introduced to define max count of skipped ts fragments before throwing an error.

@shaharmor
Copy link
Contributor

But if its a live feed it should just skip to the next one when it comes up no?

@mangui
Copy link
Owner

mangui commented Aug 18, 2015

@fixedmachine do you mean that there is a bug :
in case fragmentLoadSkipAfterMaxRetry = true and fragmentLoadMaxRetry is set to a finite value and playlist is VOD, then flashls retries to load last fragment in an endless loop ?
this behaviour is not expected for VOD playlists (but it is expected for live ones)

@rwlodkowski
Copy link
Contributor Author

@mangui yep I'm talking about VOD playlists, but I think that with LIVE playlist there should be also a limit for fragment skipping, otherwise we can't inform users about network error because the player is stalled in playing state.

mangui added a commit that referenced this issue Aug 31, 2015
@mangui
Copy link
Owner

mangui commented Aug 31, 2015

@fixedmachine I added an event to track skipped fragment.
but I am still not clear about the potential issue in casefragmentLoadSkipAfterMaxRetry = trueand fragmentLoadMaxRetry is set to a finite value and playlist is VOD, about flashls retrying to load last fragment in an endless loop. I checked the code and couldn't find any evident flaw.
could you eventually share a debug log if that happens ?
thanks,
cheers,
Mangui

@rwlodkowski
Copy link
Contributor Author

VM503521:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:19.788 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:19.789 VM503522:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:19.789 VM503523:1 WARN:retry fragment load in 4000 ms, count=2
2015-12-08 03:10:20.387 VM503536:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:22.387 VM503569:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:23.798 VM503590:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:23.820 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:23.821 VM503591:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:23.821 VM503592:1 WARN:max fragment load retry reached, skip fragment and load next one
2015-12-08 03:10:23.832 VM503593:1 DEBUG:loadnextfragment()
2015-12-08 03:10:23.833 VM503594:1 DEBUG:loadnextfragment : getSeqNumNearestPTS(level,pts,cc:0,NaN,0)=-1
2015-12-08 03:10:23.833 VM503595:1 DEBUG:loadnextfragment : getFirstSeqNumfromContinuity(level,cc:0,0)=1
2015-12-08 03:10:23.834 VM503596:1 DEBUG:analyzing PTS 57 of [1,57],level 0
2015-12-08 03:10:23.834 VM503597:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:23.855 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:23.855 VM503599:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:23.856 VM503600:1 WARN:retry fragment load in 1000 ms, count=0
2015-12-08 03:10:24.418 VM503612:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:24.866 VM503618:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:24.904 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:24.905 VM503619:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:24.905 VM503620:1 WARN:retry fragment load in 2000 ms, count=1
2015-12-08 03:10:26.420 VM503648:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:26.914 VM503654:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:26.940 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:26.941 VM503655:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:26.942 VM503656:1 WARN:retry fragment load in 4000 ms, count=2
2015-12-08 03:10:28.419 VM503684:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:30.420 VM503717:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:30.949 VM503723:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:30.987 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:30.988 VM503725:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:30.989 VM503726:1 WARN:max fragment load retry reached, skip fragment and load next one
2015-12-08 03:10:30.998 VM503727:1 DEBUG:loadnextfragment()
2015-12-08 03:10:30.999 VM503728:1 DEBUG:loadnextfragment : getSeqNumNearestPTS(level,pts,cc:0,NaN,0)=-1
2015-12-08 03:10:30.999 VM503729:1 DEBUG:loadnextfragment : getFirstSeqNumfromContinuity(level,cc:0,0)=1
2015-12-08 03:10:30.999 VM503730:1 DEBUG:analyzing PTS 57 of [1,57],level 0
2015-12-08 03:10:31.000 VM503731:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:31.019 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:31.020 VM503733:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:31.020 VM503734:1 WARN:retry fragment load in 1000 ms, count=0
2015-12-08 03:10:32.032 VM503751:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:32.057 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:32.057 VM503752:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:32.058 VM503753:1 WARN:retry fragment load in 2000 ms, count=1
2015-12-08 03:10:32.420 VM503763:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:34.066 VM503787:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:34.105 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:34.105 VM503789:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:34.106 VM503790:1 WARN:retry fragment load in 4000 ms, count=2
2015-12-08 03:10:34.455 VM503799:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:36.504 VM503833:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:38.115 VM503857:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:38.141 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:38.141 VM503858:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:38.142 VM503859:1 WARN:max fragment load retry reached, skip fragment and load next one
2015-12-08 03:10:38.165 VM503863:1 DEBUG:loadnextfragment()
2015-12-08 03:10:38.166 VM503864:1 DEBUG:loadnextfragment : getSeqNumNearestPTS(level,pts,cc:0,NaN,0)=-1
2015-12-08 03:10:38.166 VM503865:1 DEBUG:loadnextfragment : getFirstSeqNumfromContinuity(level,cc:0,0)=1
2015-12-08 03:10:38.166 VM503866:1 DEBUG:analyzing PTS 57 of [1,57],level 0
2015-12-08 03:10:38.167 VM503867:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:38.186 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:38.186 VM503870:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:38.187 VM503871:1 WARN:retry fragment load in 1000 ms, count=0
2015-12-08 03:10:38.539 VM503876:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:39.199 VM503889:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:39.224 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:39.225 VM503890:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:39.225 VM503891:1 WARN:retry fragment load in 2000 ms, count=1
2015-12-08 03:10:40.587 VM503912:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:41.231 VM503925:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:41.257 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:41.258 VM503926:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:41.259 VM503927:1 WARN:retry fragment load in 4000 ms, count=2
2015-12-08 03:10:42.588 VM503948:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:44.588 VM503982:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:45.266 VM503995:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:45.307 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:45.308 VM503997:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:45.309 VM503998:1 WARN:max fragment load retry reached, skip fragment and load next one
2015-12-08 03:10:45.335 VM503999:1 DEBUG:loadnextfragment()
2015-12-08 03:10:45.336 VM504000:1 DEBUG:loadnextfragment : getSeqNumNearestPTS(level,pts,cc:0,NaN,0)=-1
2015-12-08 03:10:45.337 VM504001:1 DEBUG:loadnextfragment : getFirstSeqNumfromContinuity(level,cc:0,0)=1
2015-12-08 03:10:45.337 VM504002:1 DEBUG:analyzing PTS 57 of [1,57],level 0
2015-12-08 03:10:45.338 VM504003:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:45.344 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:45.345 VM504004:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:45.346 VM504005:1 WARN:retry fragment load in 1000 ms, count=0
2015-12-08 03:10:46.366 VM504022:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:46.387 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:46.388 VM504023:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:46.388 VM504024:1 WARN:retry fragment load in 2000 ms, count=1
2015-12-08 03:10:46.586 VM504028:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:48.399 VM504058:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:48.426 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:48.427 VM504061:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:48.427 VM504062:1 WARN:retry fragment load in 4000 ms, count=2
2015-12-08 03:10:48.590 VM504065:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:50.589 VM504098:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:52.432 VM504130:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:52.454 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:52.454 VM504131:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:52.455 VM504132:1 WARN:max fragment load retry reached, skip fragment and load next one
2015-12-08 03:10:52.465 VM504133:1 DEBUG:loadnextfragment()
2015-12-08 03:10:52.466 VM504134:1 DEBUG:loadnextfragment : getSeqNumNearestPTS(level,pts,cc:0,NaN,0)=-1
2015-12-08 03:10:52.466 VM504135:1 DEBUG:loadnextfragment : getFirstSeqNumfromContinuity(level,cc:0,0)=1
2015-12-08 03:10:52.466 VM504136:1 DEBUG:analyzing PTS 57 of [1,57],level 0
2015-12-08 03:10:52.467 VM504137:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:52.505 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:52.506 VM504138:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:52.506 VM504139:1 WARN:retry fragment load in 1000 ms, count=0
2015-12-08 03:10:52.619 VM504141:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:53.534 VM504158:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:53.541 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:53.542 VM504159:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:53.543 VM504160:1 WARN:retry fragment load in 2000 ms, count=1
2015-12-08 03:10:54.622 VM504177:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:55.566 VM504194:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:55.591 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:55.593 VM504195:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:55.593 VM504196:1 WARN:retry fragment load in 4000 ms, count=2
2015-12-08 03:10:56.654 VM504214:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:58.653 VM504247:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:10:59.601 VM504263:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:59.621 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:59.622 VM504264:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:59.622 VM504265:1 WARN:max fragment load retry reached, skip fragment and load next one
2015-12-08 03:10:59.633 VM504266:1 DEBUG:loadnextfragment()
2015-12-08 03:10:59.633 VM504267:1 DEBUG:loadnextfragment : getSeqNumNearestPTS(level,pts,cc:0,NaN,0)=-1
2015-12-08 03:10:59.633 VM504268:1 DEBUG:loadnextfragment : getFirstSeqNumfromContinuity(level,cc:0,0)=1
2015-12-08 03:10:59.634 VM504269:1 DEBUG:analyzing PTS 57 of [1,57],level 0
2015-12-08 03:10:59.634 VM504270:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:10:59.655 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:10:59.656 VM504272:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:10:59.656 VM504273:1 WARN:retry fragment load in 1000 ms, count=0
2015-12-08 03:11:00.665 VM504290:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:11:00.704 VM504291:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:11:00.710 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:11:00.711 VM504292:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:11:00.711 VM504293:1 WARN:retry fragment load in 2000 ms, count=1
2015-12-08 03:11:02.715 VM504326:1 DEBUG:loading fragment:http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts
2015-12-08 03:11:02.735 VM504327:1 DEBUG:HLSAlternativeAudioTrait:numAlternativeAudioStreams:-1
2015-12-08 03:11:02.742 video-audio=97000-57.ts:1 GET http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts 502 (Unreachable Server)
2015-12-08 03:11:02.742 VM504328:1 WARN:I/O Error while loading fragment:HTTP status:502,msg:Error #2032
2015-12-08 03:11:02.743 VM504329:1 WARN:retry fragment load in 4000 ms, count=2

@rwlodkowski
Copy link
Contributor Author

Fragment: http://195.245.213.191/token/video/vod/19255456/20151208/168861880/a0e31a1d-c087-44dc-b122-76d88427b749/video.ism/video-audio=97000-57.ts is the last on the playlist:

#EXTM3U
#EXT-X-VERSION:1
## Created with mod_smooth_streaming(version=1.4.35)
#EXT-X-MEDIA-SEQUENCE:1
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:2
#EXTINF:2, no desc
video-audio=97000-1.ts
#EXTINF:2, no desc
video-audio=97000-2.ts
#EXTINF:2, no desc
video-audio=97000-3.ts
#EXTINF:2, no desc
video-audio=97000-4.ts
#EXTINF:2, no desc
video-audio=97000-5.ts
#EXTINF:2, no desc
video-audio=97000-6.ts
#EXTINF:2, no desc
video-audio=97000-7.ts
#EXTINF:2, no desc
video-audio=97000-8.ts
#EXTINF:2, no desc
video-audio=97000-9.ts
#EXTINF:2, no desc
video-audio=97000-10.ts
#EXTINF:2, no desc
video-audio=97000-11.ts
#EXTINF:2, no desc
video-audio=97000-12.ts
#EXTINF:2, no desc
video-audio=97000-13.ts
#EXTINF:2, no desc
video-audio=97000-14.ts
#EXTINF:2, no desc
video-audio=97000-15.ts
#EXTINF:2, no desc
video-audio=97000-16.ts
#EXTINF:2, no desc
video-audio=97000-17.ts
#EXTINF:2, no desc
video-audio=97000-18.ts
#EXTINF:2, no desc
video-audio=97000-19.ts
#EXTINF:2, no desc
video-audio=97000-20.ts
#EXTINF:2, no desc
video-audio=97000-21.ts
#EXTINF:2, no desc
video-audio=97000-22.ts
#EXTINF:2, no desc
video-audio=97000-23.ts
#EXTINF:2, no desc
video-audio=97000-24.ts
#EXTINF:2, no desc
video-audio=97000-25.ts
#EXTINF:2, no desc
video-audio=97000-26.ts
#EXTINF:2, no desc
video-audio=97000-27.ts
#EXTINF:2, no desc
video-audio=97000-28.ts
#EXTINF:2, no desc
video-audio=97000-29.ts
#EXTINF:2, no desc
video-audio=97000-30.ts
#EXTINF:2, no desc
video-audio=97000-31.ts
#EXTINF:2, no desc
video-audio=97000-32.ts
#EXTINF:2, no desc
video-audio=97000-33.ts
#EXTINF:2, no desc
video-audio=97000-34.ts
#EXTINF:2, no desc
video-audio=97000-35.ts
#EXTINF:2, no desc
video-audio=97000-36.ts
#EXTINF:2, no desc
video-audio=97000-37.ts
#EXTINF:2, no desc
video-audio=97000-38.ts
#EXTINF:2, no desc
video-audio=97000-39.ts
#EXTINF:2, no desc
video-audio=97000-40.ts
#EXTINF:2, no desc
video-audio=97000-41.ts
#EXTINF:2, no desc
video-audio=97000-42.ts
#EXTINF:2, no desc
video-audio=97000-43.ts
#EXTINF:2, no desc
video-audio=97000-44.ts
#EXTINF:2, no desc
video-audio=97000-45.ts
#EXTINF:2, no desc
video-audio=97000-46.ts
#EXTINF:2, no desc
video-audio=97000-47.ts
#EXTINF:2, no desc
video-audio=97000-48.ts
#EXTINF:2, no desc
video-audio=97000-49.ts
#EXTINF:2, no desc
video-audio=97000-50.ts
#EXTINF:2, no desc
video-audio=97000-51.ts
#EXTINF:2, no desc
video-audio=97000-52.ts
#EXTINF:2, no desc
video-audio=97000-53.ts
#EXTINF:2, no desc
video-audio=97000-54.ts
#EXTINF:2, no desc
video-audio=97000-55.ts
#EXTINF:2, no desc
video-audio=97000-56.ts
#EXTINF:2, no desc
video-audio=97000-57.ts
#EXT-X-ENDLIST

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants