-
Notifications
You must be signed in to change notification settings - Fork 5
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
overlapping fragments code and test-config.json needs careful review #122
Comments
Thanks for pointing that out, I will fix the playout parameters accordingly. |
The results from running this test in July were worse than many of the other tests. I really recommend not just running it but very carefully checking that it plays the media according to playout[] in the correct order and for the correct time. |
@FritzHeiden noted a change to the playout parameters were needed. He will add additional comments on what he has done and its status. |
As @jpiesing already suggested and what can be seen in the SS1 MPD, representations are not ordered by quality, so the playout parameter needs to be adjusted accordingly. Doing so results in the correct behaviour of playback of representations in order of increasing quality. As the specification suggest, there should be multiple tracks which should be played in increasing order, however, the sparse matrix for video content specifies the overlapping fragments test to use t1 content, which only has one track. Should I change the test to use SS1 content? |
Fraunhofer will test again on 2 TVs in the lab. If the results are OK, close this issue. |
@louaybassbouss @FritzHeiden Did you do these tests as mentioned before Christmas? |
@jpiesing as @FritzHeiden mentioned, |
Yes I agree. |
February 20th meeting: Fraunhofer to go ahead and use ss1. Documentation can then be adjusted afterwards. |
March 5th |
In the London plugfest;
|
This is addressed by the solution to cta-wave/device-playback-task-force#123 .
On the 3 better TVs from the London Plugfest, the duration failures are due to missing frames, which are below the failure threshold in 2 of 3 cases.
I recommend we close this when cta-wave/device-playback-task-force#123 is closed. |
The code and configuration data for overlapping_fragments needs a careful review.
The playout array uses ss1 and steps from [1,1,1] to [1.1.4] then [1,2,5] to [1,2,8] and so on.
However the Representations in ss1 are not in quality order. Looking at the MPD, I might expect the following to give increasing quality order ...
I think this is 401 to 600 at one bitrate and then 601 to 800 at a second bitrate but this change of representation isn't being flagged to the OF.
(1024x576 would be I and is completely missing, most likely I1 for the lower bitrate and I2)
The text was updated successfully, but these errors were encountered: