Hi everyone. I'm interested in using CloudFlare WebRTC for an existing application. The server is w
Hi everyone.
I'm interested in using CloudFlare WebRTC for an existing application. The server is written in python using aiortc, so I tried to port the example index.html to python (the example works).
However I can't get my example to work.
sessions/new
returns 500 "Backend error". The sdp should be valid, as SRS and Janus both are able to deal with it.
Scripts and logs are attached. In cloudflare.py replace app_id, app_secret and the url in MediaPlayer. Using python 3.11.9, aiortc==1.8.0
@Taylor | Stream PM14 Replies
can liveInput deleteRecordingAfterDays be 3 days?
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Hello, I want to stream a live stream with m3u8 extension through cloudflare stream and publish it on my website, how can I do it?
Hey, can cloudflare calls be recorded (calls as in webrtc)?
Just saw you mention headless clients to record, do you have any demos?
Been waiting for this more than 2 years now, all I hear is that “it is in beta mode” - ridiculous
https://blog.cloudflare.com/introducing-high-definition-portrait-video-support-for-cloudflare-stream/ Support for high quality vertical video is now available!
The Cloudflare Blog
Introducing high-definition portrait video support for Cloudflare S...
Cloudflare Stream is an end-to-end solution for video encoding, storage, delivery, and playback, focused on simplifying all aspects of video for developers. Newly uploaded or ingested portrait videos will now automatically be processed in full HD quality.
Hey guys i've got a problem..
We are copying a hosted video on vimeo via m3u8 stream link with the api and everything works fine except that cloudflare has the video only in 360p/480p even so the origin video is 1080p.
When i try the same with the 1080p mp4 video link then the resulting quality is correct and all lower resolutions are also there.
Anyone any ideas why cloudflare only gets the 360p link even so every other player (when consuming the vimeo m3u8 stream link) shows the 1080p quality option?
I've posted this question in the help channel and was redirected over here so i tested a bit further and tried the same api command twice with different results.
Once it did 1080p and once it only did 480p.. so something seems off...
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Any update on low latency HlS video stream via obs ? Vimeo has like 10 second delay which is pretty good.
Right now we use webrtc from cloudflare HLS via Vimeo. We still cannot switch fully to cloudflare m, cause they still did not address these two major issue any serious video streaming company will have :
Lack of WEBRTC playback on demand
And low latency HLS streaming (currently cloudflare delay can be more than 1 minute which is ridiculous in todays standard )
give me a hint. Can I realize on the server side that my video has been viewed in its entirety? From beginning to end
do I have to reupload my videos? Or will my current videos work better?
The change only applies to newly encoded videos
when embedding a video i notice in the dashboard the embed link contains a '?poster=' what is this poster? i cannot seem to find it in the docs
i am guessing it is just the thumbnail and defaults to the first frame? so there is no point including this unless i want to adjust the thumbnail?
It's documented here https://developers.cloudflare.com/stream/viewing-videos/displaying-thumbnails/
but yeah it's just the thumbnail and defaults to what seems to be the first frame
by combining the special
/thumbnail/
path also documented on there and the ?poster=
you can customise which frame of the video is shown, or supply any other arbitrary image urlHi, I'm a developing a Flask PWA sharing user uploaded video content. I want to use Cloudflare Streams for uploads, encoding and streaming, but plan to develop my own player to keep control of content delivery. I specifically want to know whether it's feasible to use CF Stream to drive a video carousel with a TikTok-like interface