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

Added snippet to play video using javaFX #141

Closed

Conversation

RohitPatel1122
Copy link

@RohitPatel1122 RohitPatel1122 commented Oct 27, 2022

  • Added code to play video via 3rd Party library JavaFX
  • Added required test case to validate valid and invalid file format
  • tested that build is passing locally.

Fix #109

Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
@RohitPatel1122
Copy link
Author

@iluwatar Build for some reason is taking long time to finish. Kindly review

@iluwatar
Copy link
Owner

iluwatar commented Nov 5, 2022

Please resolve the conflicts @RohitPatel1122

Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
README.md Outdated Show resolved Hide resolved
src/main/java/media/PlayVideoSnippet.java Outdated Show resolved Hide resolved
src/main/java/media/PlayVideoSnippet.java Show resolved Hide resolved
src/main/java/media/PlayVideoSnippet.java Outdated Show resolved Hide resolved
@iluwatar
Copy link
Owner

With the new code, our CI seems to hang. Need to figure out what to do with that...

Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
@stale
Copy link

stale bot commented Dec 24, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@iluwatar
Copy link
Owner

I think the code looks good, but we need to make the CI build pass. I tried to add JavaFX support in #158. Could you rebase this branch on top of master to check if it works now @RohitPatel1122 ?

… into feat/media/play-video

� Conflicts:
�	README.md
�	build.gradle
Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
@RohitPatel1122
Copy link
Author

I have resolved the merge conflicts. But not sure, for what reason the build is failing. Kindly look into it.

@iluwatar
Copy link
Owner

iluwatar commented Feb 5, 2023

I needed to revert the CI change since it didn't work. Do you have any suggestions how to make Github Actions work with JavaFX?

Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
@RohitPatel1122
Copy link
Author

RohitPatel1122 commented Feb 25, 2023

I needed to revert the CI change since it didn't work. Do you have any suggestions how to make Github Actions work with JavaFX?

What I understand is, Eclipse distribution temurin does not provide jdk+fx package. Check this.
While Zuul give it . Check this

We need to find way to install javaFX seperatly

Signed-off-by: Rohit Patel <rohitpatel.1122@gmail.com>
@stale
Copy link

stale bot commented Mar 27, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the status: stale label Mar 27, 2023
@stale
Copy link

stale bot commented May 11, 2023

Closed due to inactivity. Thank you for your contributions.

@stale stale bot closed this May 11, 2023
@iluwatar iluwatar mentioned this pull request Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Play video file
2 participants