- Issue created by @lolekbolek
- 🇬🇧United Kingdom aaron.ferris
Hello @lolekbolek
Given this module isn't actively maintained, you may struggle to get a fix for this via the module itself.
However - the root of your issue, I believe is down to the modules .info file.
core_version_requirement: ^9
Would need to read:
core_version_requirement: ^9 | ^10
So you could patch it with the above. The concern however would be that the module code itself (outside of the core_version_requirement) isn't compatible with Drupal 10, which would then need further code changes to make it compatible.
Ive very quickly made this change locally and enabled the module, no immediate issues that I can see but tread carefully!
Edit - noticed a similar issue here, with a merge request for this change already.
Many thanks, Aaron.
I edited modules/streaming_media_views/streaming_media_views.info.yml, so this file now looks like this:
name: Streaming Media Views description: 'A UI for Streaming by reusing Media and Views.' package: Media type: module core_version_requirement: ^9 | ^10 libraries: - streaming_media_views/videojs dependencies: - drupal:image - drupal:media - drupal:crop - drupal:user - drupal:streaming
However now, when I tried to enable both modules in Admin>Extend, I installed the first one, Streaming, but the Streaming Media Views checkbox is greyed out. Is it because it has "crop (missing)"?
Streaming Streaming is a FFMpeg video streaming transcoder. Machine name: streaming Requires: PHP-FFMpeg Required by: Streaming Media Views (disabled) Streaming Media Views A UI for Streaming by reusing Media and Views. Machine name: streaming_media_views Requires: Image, File, Field, Media, User, System, crop (missing), PHP-FFMpeg
- 🇬🇧United Kingdom aaron.ferris
Hello @lolekbolek
Thats right, for streaming_media_views it has a dependency on https://www.drupal.org/project/crop →
Thank you again, @aaron.ferris!
I installed crop and now I can select the Streaming Media Views checkbox!
-
arturopanetta →
committed eeb07b7e on 2.x
Issue #3437526 by lolekbolek: Streaming Media Views not compatible with...
-
arturopanetta →
committed eeb07b7e on 2.x
-
arturopanetta →
committed 2b6a391e on 2.x
Issue #3437526: Streaming Media Views not compatible with Drupal 10
-
arturopanetta →
committed 2b6a391e on 2.x
-
arturopanetta →
committed e6b0c4de on 2.x
Issue #3437526: up to videojs 8
-
arturopanetta →
committed e6b0c4de on 2.x
- Status changed to Needs review
6 months ago 2:08pm 25 May 2024 - 🇮🇹Italy arturopanetta Grotteria (RC)
I updated the dependencies and upgraded to videojs 8.
- Status changed to Fixed
6 months ago 10:27am 3 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.