Hi,
During testing the french site i notice some différence between MP1 and MP2. While reading HLS/M3u8 stream, for example:
In that case MP1 read the whole stream. Mp2 start listening but stop shortly (maybe at the end of the first chunk).
But in other case:
First i thank than MP2 didn't support HLS, so it play the last playlist, the difference is than the last one has final mark. Is it a possible issue in MP2 ? Is anyone experience something similar with M3u8 stream ?
During testing the french site i notice some différence between MP1 and MP2. While reading HLS/M3u8 stream, for example:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:12
#EXT-X-MEDIA-SEQUENCE:2231
#EXTINF:8.68,
media_w1980351943_2231.ts
#EXTINF:11.04,
media_w1980351943_2232.ts
#EXTINF:10.0,
media_w1980351943_2233.ts
#EXT-X-VERSION:3
#EXT-X-ALLOW-CACHE:NO
#EXT-X-TARGETDURATION:12
#EXT-X-MEDIA-SEQUENCE:2231
#EXTINF:8.68,
media_w1980351943_2231.ts
#EXTINF:11.04,
media_w1980351943_2232.ts
#EXTINF:10.0,
media_w1980351943_2233.ts
In that case MP1 read the whole stream. Mp2 start listening but stop shortly (maybe at the end of the first chunk).
But in other case:
#EXTM3U
#EXT-X-TARGETDURATION:10a
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment1_4_av.ts?null=
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment2_4_av.ts?null=
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment3_4_av.ts?null=
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment4_4_av.ts?null=
.....
#EXT-X-ENDLIST
MP2 & MP1 read the stream. #EXT-X-TARGETDURATION:10a
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment1_4_av.ts?null=
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment2_4_av.ts?null=
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment3_4_av.ts?null=
#EXTINF:10.000,
http://replayftv-vh.akamaihd.net/i/...4,standard5,.mp4.csmil/segment4_4_av.ts?null=
.....
#EXT-X-ENDLIST
First i thank than MP2 didn't support HLS, so it play the last playlist, the difference is than the last one has final mark. Is it a possible issue in MP2 ? Is anyone experience something similar with M3u8 stream ?