joshh
06/27/2022, 5:26 PMkian
06/27/2022, 9:30 PMjoshh
06/27/2022, 9:34 PMrrnn
06/29/2022, 9:57 PMjoshh
07/06/2022, 8:51 AMpoacher2k
07/06/2022, 9:55 AMjoshh
07/06/2022, 9:56 AMpoacher2k
07/06/2022, 9:57 AMstreamRef
@ https://github.com/cloudflare/stream-react#propsjoshh
07/06/2022, 9:58 AMpoacher2k
07/06/2022, 9:58 AMpoacher2k
07/07/2022, 8:43 AMUpload-Metadata
header (ref. https://community.cloudflare.com/t/specifying-creator-id-when-using-tus/392642/2?u=poacher2k), isn't this portion of the docs wrong? (ref. https://developers.cloudflare.com/stream/uploading-videos/creator-id/#tus)thegeek
07/11/2022, 8:58 AMS Abhishek
07/11/2022, 10:10 AMJohnsCreek
07/12/2022, 1:51 AMJustinNoel
07/12/2022, 11:37 AMJohnsCreek
07/12/2022, 1:43 PMS Abhishek
07/13/2022, 6:07 AMpoacher2k
07/13/2022, 11:33 AMpoacher2k
07/13/2022, 11:34 AMthegeek
07/13/2022, 12:12 PMallowFullscreen="false"
but I wasn't able to find a way to do that with the angular cloudflare-stream componentpoacher2k
07/13/2022, 12:53 PMcontrolsList
attribute:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attr-controlslist
https://caniuse.com/mdn-api_htmlmediaelement_controlslistthegeek
07/13/2022, 1:06 PMcontolsList
attribute works for the video tag right? I tried but it is not working with the angular cloudflare-stream
component. I'm using @cloudflare/stream-angular
for the componentspoacher2k
07/13/2022, 1:10 PMthegeek
07/13/2022, 1:52 PMcloudflare-stream
component. How can I get a reference to the video element?thegeek
07/13/2022, 1:53 PM<cloudflare-stream #stream [controls]="true" [src]="src" [currentTime]="time">
</cloudflare-stream>
I only have this in my code. How do I get access to the video element form this?poacher2k
07/13/2022, 3:04 PMvideo
element (or so I assume), you should be able to access this from your JS somewherepoacher2k
07/13/2022, 3:05 PMBluebeel
07/17/2022, 1:40 PMIsaac McFadyen | YYZ01
07/17/2022, 1:42 PMIsaac McFadyen | YYZ01
07/17/2022, 1:42 PM