In(Sanity) Testing Mondays

2015-05-22 Thread Vadim Pakhnushev
Reminder, Monday is our weekly sanity testing. You can find your testing assignment at: https://wiki.openjdk.java.net/display/OpenJFX/Sanity+Testing Also please remember that the repo will be locked from 1am PDT until 1pm PDT. Happy testing! Thanks, Vadim

Re: In(Sanity) Testing Mondays

2015-05-22 Thread Kevin Rushforth
Note that Monday, May 25 is a holiday in the US, so testing is likely to be a bit light this week. Since I will be offline, consider the repo to be automatically open at 1pm PDT on Monday (don't wait for a message from me that day...it will be a long wait). -- Kevin Vadim Pakhnushev wrote:

MediaPlayer - Out of sync video audio when playing from slow medium

2015-05-22 Thread Rafal Leibzig
Hi, my friends use MediaPlayer in their javafx application to play videos (mp4, 50fps) from DVD. They have noticed out of sync video/audio in such case. Problem doesn't exist when file is loaded from HDD. I know that it is because of slow medium like DVD (or poor quality DVD disc / bad recording)

Re: MediaPlayer - Out of sync video audio when playing from slow medium

2015-05-22 Thread Robert Krüger
Well, technically a slow connection should not cause A/V desync. If it does, I would suspect there is a bug in MediaPlayer. Syncronization should happen based on media timestamps not based on the time the individual packets come in. So, if you have a more or less reproducible case, file a bug