recording
Discussion List
-
What is the cause of this error during HLS recording?
VM918:3 Live stream stopped due to error, Cannot read properties of undefined (reading 'startsWith') (actionTraceId: 4eaf0dc9-3fc0-4640-8852-7b868d1c572f) I have my bucket setup with the appropriate assume_role_arn: { name: "hls_s3", type: "hls", hls_config: { save_hls_recording: true, storage: { bucket_name: "bbbbbb",…
-
How to avoid screenshared audio while recording?
Hi, We are using recording feature, with the following configuration, We have a requirement to toggle the screenshare audio recording. Which configuration or property need to add to achieve it?
-
[New VCS Component] Introducing WebFrame
The team at Daily is excited to share WebFrame, a new component of VCS, our compositing framework. It lets developers embed live web content into recordings or live streams of a Daily-built app. Create higher-quality recordings for your use case. Read the blog post: Add your questions and feedback below ⬇️
-
Issue while recording Video
Hi, In our application, Trainer and participants can join a video session. we use mediapipe and AI to detect the position of a participant and draw lines on the participant's video stream. we are recording the feed of a trainer. When a trainer and participant join from the same system and when we check logs from the daily…
-
How to mirror the video while recording? Or flip text horizontally on recorded video?
Hi I am recording a owner's video and adding some text to the recorded video. And I am using this recording video and it should be mirrorred. But when we mirror this video, the text on the recorded video is also mirrored. So is there a way to mirror the video while recording? Or, is there any property to flip the text that…
-
[Cloud recording] Changing the content-type in recording files on s3
Hi. We are using cloud recording in our current project and everything works great except for one thing. The content-type of each recorded file is binary/octet-stream. Would it be possible to have a header added when uploading the file stating that Content-type: video/mp4? Thanks in advance!
-
Changelog #33 - 2022-10-17
Hello! I'm here to tell you about the latest changes to Daily. If you have any questions, post them in the comments below and we will follow up with you in the thread. If you are looking for a feature that we don't offer yet, you can tell us about it here. Now for the latest... Dashboard 🐛 Made a few bug fixes like…
-
Changelog #31 - 2022-09-26
Hello! I'm here to tell you about the latest changes to Daily. If you have any questions, post them in the comments below and we will follow up with you in the thread. If you are looking for a feature that we don't offer yet, you can tell us about it here. Now for the latest... Daily Prebuilt 💅 Lots of UI polish, as usual,…
-
Transcript on top of Daily recordings
If you'd like to add captions to your Daily recordings, you can combine the transcription feature with the new VCS recording feature like so: callObject.on('app-message', (newText) => { if (msg.fromId === 'transcription' && msg.data.is_final) { call.updateLiveStreaming({ layout: { preset: "custom", composition_params: {…
Upcoming Events
-
[Technical Webinar] Build an Interactive Live Streaming Video Experience
Join us on Wednesday, October 4th at 12 pm ET / 9 am PT and learn about building Interactive Live Streaming Video experiences! During the event, you’ll get access to exclusive content, including: Discover what interactive live streaming is and why developers in the video space need to know about it. Understand why WebRTC…