-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
.flv videos generated by testcontainers webdriver aren't scrollable #512
Comments
Ah ok - this is useful. Perhaps we can create a new VNC recording container that uses this. Thanks very much for suggesting it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this. |
This still seems valid. |
Bumps [HikariCP-java6](https://github.com/brettwooldridge/HikariCP) from 2.3.8 to 2.3.13. <details> <summary>Changelog</summary> *Sourced from [HikariCP-java6's changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES).* > HikariCP Changes > > Changes in 3.2.0 > > * check connection closed condition before attempting to set network timeout to avoid spurios exceptions > in the log. > > * updated validation failure message to include recommendation to check maxLifetime value. > > * fixed 1141 do not throw SQLException when calling isClosed() or close() on a already closed unwrapped > Connection, as per JDBC specification. > > * fixed 1137 support changing user/password at runtime for DriverDataSource-wrapped driver connections. > > * fixed 1136 log loaded driver when using jdbcUrl. > > * pull 1135 extract sealed pool check into independent method. > > * fixed 1126 correct error in JavaDoc for HikariConfig.setInitializationFailTimeout(). > > * fixed 1114 removed unreachable code. > > Changes in 3.1.0 > > * Add get/setCatalog() to HikariConfigMXBean, allowing the catalog to be changed at runtime. > The catalog should only be changed while the pool is suspended, and after evicting existing > connections via HikariPoolMXBean.softEvictConnections(). > > Changes in 3.0.0 > > * Removed previously deprecated methods; > HikariConfig.copyState() > HikariConfig.getScheduledExecutorService() > HikariConfig.setScheduledExecutorService() > HikariConfig.isInitializationFailFast() > HikariConfig.setInitializationFailFast() > HikariConfig.isJdbc4ConnectionTest() > HikariConfig.setJdbc4ConnectionTest() > > HikariDataSource.copyState() > HikariDataSource.getScheduledExecutorService() > HikariDataSource.setScheduledExecutorService() > HikariDataSource.suspendPool() > HikariDataSource.resumePool() > HikariDataSource.shutdown() > HikariDataSource.isInitializationFailFast() > HikariDataSource.setInitializationFailFast() > HikariDataSource.isJdbc4ConnectionTest() > HikariDataSource.setJdbc4ConnectionTest() > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`390c569`](brettwooldridge/HikariCP@390c569) [maven-release-plugin] prepare release HikariCP-2.3.13 - [`e94d920`](brettwooldridge/HikariCP@e94d920) Fixes [#512](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/512) back port to 2.3.x stream. - [`d5e496c`](brettwooldridge/HikariCP@d5e496c) [maven-release-plugin] prepare for next development iteration - [`260ac29`](brettwooldridge/HikariCP@260ac29) [maven-release-plugin] prepare release HikariCP-2.3.12 - [`a312c5a`](brettwooldridge/HikariCP@a312c5a) Skip proxy generation during test runs - [`f0ba4b7`](brettwooldridge/HikariCP@f0ba4b7) Fixed issue with new proxy class generation whereby Java 6 classes were gener... - [`fe6eb41`](brettwooldridge/HikariCP@fe6eb41) [maven-release-plugin] prepare for next development iteration - [`af5ba3b`](brettwooldridge/HikariCP@af5ba3b) [maven-release-plugin] prepare release HikariCP-2.3.11 - [`2c632e7`](brettwooldridge/HikariCP@2c632e7) Fixes major class version number for generated proxy classes. - [`e2f1915`](brettwooldridge/HikariCP@e2f1915) [maven-release-plugin] prepare for next development iteration - Additional commits viewable in [compare view](brettwooldridge/HikariCP@HikariCP-2.3.8...HikariCP-2.3.13) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.zaxxer:HikariCP-java6&package-manager=gradle&previous-version=2.3.8&new-version=2.3.13)](https://dependabot.com/compatibility-score.html?dependency-name=com.zaxxer:HikariCP-java6&package-manager=gradle&previous-version=2.3.8&new-version=2.3.13) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
Bumps [HikariCP-java6](https://github.com/brettwooldridge/HikariCP) from 2.3.8 to 2.3.13. <details> <summary>Changelog</summary> *Sourced from [HikariCP-java6's changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES).* > HikariCP Changes > > Changes in 3.2.0 > > * check connection closed condition before attempting to set network timeout to avoid spurios exceptions > in the log. > > * updated validation failure message to include recommendation to check maxLifetime value. > > * fixed 1141 do not throw SQLException when calling isClosed() or close() on a already closed unwrapped > Connection, as per JDBC specification. > > * fixed 1137 support changing user/password at runtime for DriverDataSource-wrapped driver connections. > > * fixed 1136 log loaded driver when using jdbcUrl. > > * pull 1135 extract sealed pool check into independent method. > > * fixed 1126 correct error in JavaDoc for HikariConfig.setInitializationFailTimeout(). > > * fixed 1114 removed unreachable code. > > Changes in 3.1.0 > > * Add get/setCatalog() to HikariConfigMXBean, allowing the catalog to be changed at runtime. > The catalog should only be changed while the pool is suspended, and after evicting existing > connections via HikariPoolMXBean.softEvictConnections(). > > Changes in 3.0.0 > > * Removed previously deprecated methods; > HikariConfig.copyState() > HikariConfig.getScheduledExecutorService() > HikariConfig.setScheduledExecutorService() > HikariConfig.isInitializationFailFast() > HikariConfig.setInitializationFailFast() > HikariConfig.isJdbc4ConnectionTest() > HikariConfig.setJdbc4ConnectionTest() > > HikariDataSource.copyState() > HikariDataSource.getScheduledExecutorService() > HikariDataSource.setScheduledExecutorService() > HikariDataSource.suspendPool() > HikariDataSource.resumePool() > HikariDataSource.shutdown() > HikariDataSource.isInitializationFailFast() > HikariDataSource.setInitializationFailFast() > HikariDataSource.isJdbc4ConnectionTest() > HikariDataSource.setJdbc4ConnectionTest() > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`390c569`](brettwooldridge/HikariCP@390c569) [maven-release-plugin] prepare release HikariCP-2.3.13 - [`e94d920`](brettwooldridge/HikariCP@e94d920) Fixes [#512](https://github-redirect.dependabot.com/brettwooldridge/HikariCP/issues/512) back port to 2.3.x stream. - [`d5e496c`](brettwooldridge/HikariCP@d5e496c) [maven-release-plugin] prepare for next development iteration - [`260ac29`](brettwooldridge/HikariCP@260ac29) [maven-release-plugin] prepare release HikariCP-2.3.12 - [`a312c5a`](brettwooldridge/HikariCP@a312c5a) Skip proxy generation during test runs - [`f0ba4b7`](brettwooldridge/HikariCP@f0ba4b7) Fixed issue with new proxy class generation whereby Java 6 classes were gener... - [`fe6eb41`](brettwooldridge/HikariCP@fe6eb41) [maven-release-plugin] prepare for next development iteration - [`af5ba3b`](brettwooldridge/HikariCP@af5ba3b) [maven-release-plugin] prepare release HikariCP-2.3.11 - [`2c632e7`](brettwooldridge/HikariCP@2c632e7) Fixes major class version number for generated proxy classes. - [`e2f1915`](brettwooldridge/HikariCP@e2f1915) [maven-release-plugin] prepare for next development iteration - Additional commits viewable in [compare view](brettwooldridge/HikariCP@HikariCP-2.3.8...HikariCP-2.3.13) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=com.zaxxer:HikariCP-java6&package-manager=gradle&previous-version=2.3.8&new-version=2.3.13)](https://dependabot.com/compatibility-score.html?dependency-name=com.zaxxer:HikariCP-java6&package-manager=gradle&previous-version=2.3.8&new-version=2.3.13) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
Yeah I also stumbled over this I'd suggest |
Is this issue up for taking ? Could try to dig in into it |
@artjomka well testcontainers/vnc-recorder#3 is marked with help wanted and if you fixed that, then this should be fixed as well. |
Any progress here? |
This PR adds a second video recording mode, MP4, which is easier to consume and is scrollable. Fixes #512 Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com> Co-authored-by: Sergei Egorov <segorov@vmware.com>
for now I fix them with:
ffmpeg -i video.flv -c:v copy -c:a copy fixed.flv
The text was updated successfully, but these errors were encountered: