Closed (fixed)
Project:
Cloudflare Stream
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2021 at 10:35 UTC
Updated:
12 Oct 2021 at 11:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tim-dielsSounds good. Let's use that service throughout the whole module and clean up the needed files:
Comment #3
pjbaertYes, indeed.
Updated the issue summary as suggested by @tim-diels
Comment #4
pjbaertThis patch creates a Cloudflare Stream service file & interface.
The existing
cloudflare_stream.file_extensionsis integrated in this new general service.We now correctly use these new service in our
CloudflareVideoItem.php&CloudflareVideoFormatter.phpfilesPlease review the patch.
Comment #5
tim-dielsDidn't had the time to fully test this. but here are some remarks already.
You should also remove the property definition.
I'm missing the property definition here?
I'm missing the property definition here?
Comment #6
pjbaertThanks for the initial feedback. I reworked your suggestions & removed some other nitpicks.
Please review
Comment #7
tim-dielsYou forgot the argument for the service. So added this and small nitpick on the service doc.
Comment #8
pjbaertThanks for your review & feedback.
I consider this done for now. This is pushed to the 8.x-2.x branch