RFR: 8264737: JavaFX media stream stops playing after reconnecting via Remote Desktop [v2]
Alexander Matveev
almatvee at openjdk.java.net
Wed Apr 28 22:29:53 UTC 2021
On Wed, 28 Apr 2021 19:02:41 GMT, Ambarish Rapte <arapte at openjdk.org> wrote:
>> Alexander Matveev has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8264737: JavaFX media stream stops playing after reconnecting via Remote Desktop [v2]
>
> The change fixes the issue and looks good.
> While testing it regressively, I observed an issue. The issue can occur always.
> steps to reproduce:
> 1. Run Ensemble app on remote desktop
> 2. Run Streaming Media Player app
> 3. Press the media player buttons for several times. Keep pressing different buttons for a minute or more and at the end press stop backward.
> 4. Disconnect remote desktop and connect again
> 5. Press play button
> 6. I observed two different issues at two different instances
> - Video and audio bot do not play
> - Audio plays but video does not play
>
> However, Looking at the steps to reproduce this does not seem like a stopper to me, so approving
> Let me know if you can or cannot reproduce the issue, we can take that as a follow on issue.
@arapte I was not able to reproduce issue as described. It might not be related to removal of audio device during Remote Desktop disconnect. I will go ahead and integrate fix. Can you file a bug for it?
-------------
PR: https://git.openjdk.java.net/jfx/pull/479
More information about the openjfx-dev
mailing list