-
Notifications
You must be signed in to change notification settings - Fork 541
8277309: Add support for H.265/HEVC to HTTP Live Streaming #726
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
Conversation
|
👋 Welcome back almatvee! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
/reviewers 2 |
|
@kevinrushforth |
|
Why not use BitSet instead of ArrayList<Boolean>? Because I forgot to add Markdown escaping, the |
Can you be more specific? The only use of |
|
modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/HLSConnectionHolder.java I noticed that in this change, ArrayList<Boolean> is rewritten as ArrayList<>. |
kevinrushforth
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All my testing looks good. I spot checked the new code, and it looks good as well. I left a couple questions for you, but I'll approved it as is.
modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/HLSConnectionHolder.java
Outdated
Show resolved
Hide resolved
modules/javafx.media/src/main/native/gstreamer/plugins/dshowwrapper/dshowwrapper.cpp
Outdated
Show resolved
Hide resolved
|
Fixed several issues found during additional testing:
|
|
This looks really great. I'm doing a few more tests before approving, but I don't expect issues. |
|
@sashamatveev This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 27 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
I can't think of a good way to do that, especially for this feature, since it requires a web server. |
|
/integrate |
|
Going to push as commit 424aeba.
Your commit was automatically rebased without conflicts. |
|
@sashamatveev Pushed as commit 424aeba. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
|
Mailing list message from Scott Palmer on openjfx-dev: On Mar 23, 2022, at 8:20 AM, Kevin Rushforth <kcr at openjdk.java.net> wrote:
Just wondering why that?s an issue, specifically for HLS. Java?s built-in web server, the old one at com.sun.net.httpserver.HttpServer (i.e. it wouldn?t need JDK 18), would work fine. E.g. something not much more complicated than: int port = 8888; The content would all be short static test files, easily fitting in the byte array. You could grab something from a public domain source (just edit the paths in the .m3u8 files as needed) Cheers, Scott |
|
Interesting idea. Btw, we don't have any media tests at all in our repo at present, so there is a more basic issue that would need to be solved. We could file an RFE, but there are some challenges in doing anything that is useful enough to justify the effort. |
Progress
Issues
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/726/head:pull/726$ git checkout pull/726Update a local copy of the PR:
$ git checkout pull/726$ git pull https://git.openjdk.java.net/jfx pull/726/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 726View PR using the GUI difftool:
$ git pr show -t 726Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/726.diff