https://discord.cloudflare.com logo
Join Discord
Powered by
# stream
  • w

    warriors

    10/18/2021, 12:19 AM
    When I click those links I get
    NoSuchKey
    error
  • e

    elithrar

    10/18/2021, 2:26 PM
    Did you solve the issue? Can you share an example - e.g. how are you embedding, and is the video public or private?
  • c

    Ceru ©

    10/18/2021, 5:07 PM
    @User those are map files, not JS files.
  • c

    Ceru ©

    10/18/2021, 5:07 PM
    map files turn bundled javascript into the original source code and are usually hidden from public
  • b

    brotherhood

    10/19/2021, 5:57 PM
    Hi guys. I'm using Cloudflare Stream with my Workers. I got an app where users upload videos, so my videos on Stream got an "owner_id". I would like to get usage data (streamed minutes that result in cost) based on "owner_id". Is anyone familiar with the Stream product and it's analytics? It looks like you can't filter by video metadata, so my "owner_id" field in the bulk analytics: https://developers.cloudflare.com/stream/getting-analytics/fetching-bulk-analytics So I guess I would need to loop through all videos of a user, then sum the data to get usage data for this specific user. https://developers.cloudflare.com/stream/getting-analytics/fetching-per-video-analytics But - now I'm puzzled because the later API would require maybe 50 calls for a user. Not sure about Cloudflare limits and the worker Execution time. Anyone familiar with these APIs? 🧐
  • z

    Zaid (Cloudflare)

    10/20/2021, 6:38 PM
    @User you could use the graphql API and specify a list of videos you'd like the analytics for, in a single call
  • w

    warriors

    10/20/2021, 10:28 PM
    Okay, so it expected to see those logs.
  • c

    Ceru ©

    10/20/2021, 10:29 PM
    yes, but any other file endings should be reported
  • c

    Ceru ©

    10/20/2021, 10:29 PM
    so .js, .css, etc
  • w

    warriors

    10/20/2021, 10:32 PM
    Alright, thanks.
  • w

    warriors

    10/20/2021, 10:33 PM
    I've solved the issue. Some of the styles that I have as the main container didn't like the ones that comes with the embed code. One issue I'm having is the black borders that appear on the sides. You can see this issue in Cloudflare's preview as well.
  • w

    warriors

    10/20/2021, 10:33 PM
  • e

    elithrar

    10/21/2021, 1:02 AM
    Do you have a browser extension / user styles that are changing the dashboard? I’m curious as to why that’s only happening to you.
  • b

    brotherhood

    10/21/2021, 8:57 AM
    Sounds perfect, just by passing a list of video uid's? Didn't find the endpoint for that
  • p

    poacher2k

    10/21/2021, 2:06 PM
    I understand that Stream and Images is two completely different services and things, but due to the inherent similarity of images and videos, I would expect their APIs to be similar as well. as of now, there are some discrepancies with what you can pass to
    direct_upload
    for Stream and what you can pass to Images - only
    expiry
    can be passed to Images, although both
    allowedOrigins
    (I know this one doesn't exist for Images yet) and
    requireSignedURLs
    could make sense as well. Stream also lacks the
    metadata
    field, and for Images you can specify
    metadata
    and
    requireSignedURLs
    when uploading using a token, but can't specify either when using
    direct_upload
  • p

    poacher2k

    10/21/2021, 2:07 PM
    \end rant 😅
  • w

    warriors

    10/22/2021, 3:18 AM
    The original one was Safari, here's Chrome and Chrome with incognito. Are we really sure that I'm the only one?
  • w

    warriors

    10/22/2021, 3:18 AM
  • w

    warriors

    10/22/2021, 3:28 AM
    No Safari extensions. Chrome has a few but nothing that manipulates the interface. Also checked Chrome after disabling all extensions as well as in incognito mode.
  • e

    elithrar

    10/22/2021, 10:20 AM
    Can you file a support ticket? We haven’t had other reports and I unfortunately don’t have enough to debug this from what’s been provided so far. Being able to reproduce it in the same browser version, platform, etc will help us.
  • w

    warriors

    10/23/2021, 12:06 AM
    No worries, I'll do that. Thanks.
  • u

    𝕟𝕨𝕦𝕣𝕕

    10/26/2021, 2:45 PM
    https://tenor.com/view/hello-hi-guys-penguin-gif-10980852
  • u

    𝕟𝕨𝕦𝕣𝕕

    10/26/2021, 2:46 PM
    https://tenor.com/view/beluga-the-cat-hakosh1307-hakosh-beluga-cat-hug-gif-22532913
  • w

    Walshy | Pages

    10/26/2021, 2:47 PM
    Yo
  • p

    Polyglot

    10/27/2021, 7:58 PM
    So 1080p + 30fps max is pretty poor, is there a plan in the near term to support higher resolution and 60fps ?
  • z

    Zaid (Cloudflare)

    10/28/2021, 3:14 PM
    @User can you dm me an example of a video with poor quality?
  • m

    Mikolaj

    10/29/2021, 11:04 AM
    Hi. I would like to have Stream API giving me (or rather CF Worker) callback/info on how much was played of a particular video by particular user (this Playback ID seems like it can be useful) for calculating how much customer should pay.
  • m

    Mikolaj

    10/29/2021, 11:06 AM
    Someone said some on forum, that webhooks are being worked on. Maybe this will be included?
  • m

    Mikolaj

    10/29/2021, 11:07 AM
    Playback ID is visible on Player on Cloudflare TV - right lower corner under gear menu.
  • p

    Polyglot

    10/30/2021, 1:00 AM
    I'm talking about 1080p 30 fps being the best you offer.
12345...105Latest