Questions tagged [cloudflarestream]

10 questions
3
votes
1 answer

How to fix authentication error code 10000 in cloudflare

There is problem, i keep encountering in cloudflare. It says - authentication error (code 10000) while logging to my cloudflare dashbord. don't know why that's happen,but i searched for that problem on google,ask cloudflare help center, but did't…
1
vote
0 answers

Customize Cloudflare Stream Player by remove the gear icon

I’m trying to remove just setting the gear icon but If I set false for controls it’s going out all other like Play/Pause. If I’m using my own player it’s ok BUT I want to use Cloudflare Player, not my custom player. Because in Cloudflare player…
Abdullah
  • 135
  • 2
  • 14
1
vote
1 answer

Integrating Cloudflare player into angular 7 for Cloudflare stream

I am trying to get cloudflare stream to work in angular. I have tried the solution given here: Angular attribute for HTML stream. However, it is always a hit or a miss: Out of 10 reloads, one loads the player. But anytime I make a change to…
user165242
  • 1,379
  • 2
  • 12
  • 18
0
votes
0 answers

tus-java-client + Cloudflare: ProtocolException: unexpected status code (400) while creating upload

I'm attempting to upload a video from a Java (Spring Boot) application to the Cloudflare servers by pulling the video using Spring's RestTemplate and then using the response InputStream to upload the content. To upload the video content…
lealceldeiro
  • 14,342
  • 6
  • 49
  • 80
0
votes
1 answer

How to allow CloudFlare stream videos on localhost

I am unable to view a video served on localhost:8000 (or 127.0.0.1:8000). I tried the following allowedOrigins: localhost, 127.0.0.1, localhost:8000 and 127.0.0.1:8000. I get the This video has not been configured to be allowed on this domain error.
mincom
  • 670
  • 5
  • 21
0
votes
1 answer

TUS upload video problem in cloudflare stream service

I send request to https://api.cloudflare.com/client/v4/accounts//stream?direct_user=true with curl in PHP, and get header location value as upload link then pass it to java Script. this link is like…
sh_mirzaee
  • 41
  • 2
0
votes
1 answer

How to send allowedorigins and requiresignedurls in Upload-Metadata header?

I’m trying to implement TUS and according to this doc I can send requireSignedUrls and allowedOrigin options in Upload-Metadata header.…
0
votes
1 answer

Simple way to load remote json file into Android app ?(video view)

I would like to run this the same way as I do it's Swift counterpart. In the Swift version I'm loading the json into a parser that loads the list in id (highest to lowest) and displays the thumbnail image and title (provided by the json) and when…
RealTechyGod
  • 121
  • 1
  • 1
  • 11
0
votes
1 answer

Cloudflare Steam video not working in firefox

Hi I have implemented cloudflare stream video service in one of the website I am developing. The video used to play just fine but since the last 2 days it is broken in Firefox. It works fine in Chrome but won’t work in firefox. The console gives…
Rick Roy
  • 1,656
  • 2
  • 21
  • 47
0
votes
1 answer

Angular attribute for HTML stream

I am trying to add a video from cloudflare stream into my website. The code that cloudflare gives runs in html but when I paste the code in the html component of my angular project. I am getting the error - Error: Template parse errors: …
Rick Roy
  • 1,656
  • 2
  • 21
  • 47