Avneesh Agarwalavneesh0612.hashnode.net·Oct 31, 2021Create a custom video player in React 📽️Wassup guys, in this tutorial we are going to see how to build a custom video player in React. Let's jump straight into it! Setup Create a new react app npx create-react-app custom-video-player Cleanup Delete everything in the app div in App.js. i...159 likes·12.3K readsReact
Bibek Kakatibibekkakati.hashnode.net·May 13, 2021Capture Screen And Stream Like Zoom Using JavaScriptHello everyone👋 In this article, we will see how applications like zoom use Screen Capture API provided by the browsers to capture your screen and stream it to the other end. We will see a basic implementation of capturing the screen just to get an ...105 likes·1.7K readsJavaScript
Ayodele Samuel Adebayounclebigbay.hashnode.net·Jul 21, 202110 Must-Follow Developers on Tik-TokHello beautiful people, how are you doing today 🤗? A lot of people including developers themselves thought people who write code do not have a life outside coding and Twitter, they believe we can only be seen in our workspace clicking the keyboard a...104 likes·5.3K reads7daystreak
Mike Youngmikeyoung44.hashnode.net·Apr 22, 2023April 2023 Monthly UpdateHey there, Time for your monthly update, featuring the newest AI models we’ve indexed on Replicate Codex! This month, I have some exciting models to share with you. But first… SPONSOR US! Share your project with 5,000 AI founders and developers on ou...ai
Lee Mallonleemallon.hashnode.net·Apr 11, 2023What if we just used chatGPT as an API to the internet?I give you generative APIs I love drinking the kool-aid of this new AI age but in the hype cycle we are currently in there is a lot of noise and tools like chatGPT are being overlooked for more simple yet powerful tasks such as acting as an API to th...43 readschatgpt
Huynh N N Minhminhhnn.hashnode.net·Apr 2, 2023Things that affect video quality: Video compressionVideo files are often very large. A typical 1920x1080 video, 30fps, 24 bits color depth will need about 1.5 gigabits for only a second. This is a challenge when we need to store or deliver those files, especially in live-streaming services, where we ...27 readsMiscellaneousvideo
Huynh N N Minhminhhnn.hashnode.net·Apr 2, 2023Things that affect video quality: Resolution, Color depth, Frame rate, BitrateVideos are becoming a very significant part of our everyday life. The report from The Social Shepherd in 2023 reveals that people watch videos for 84 minutes every day worldwide. Social platforms such as TikTok and YouTube are heavily invested in pro...Miscellaneousvideo
Devyanshdevbytes.hashnode.net·Mar 29, 2023Getting a Image, Video and Audio on Html Web page.Any Website without Image, Video or Audio is incomplete. Here Audio is not necessary but Images and Video are important, adding media on a webpage can have different agendas, such as these can be used for educational purposes which can be observed on...images
Amogh LeleforDytedyte-io.hashnode.net·Mar 20, 2023WebRTC 102: #3 Getting Real with RTP and RTCPIntroduction Real-time communication over the internet has become increasingly popular in recent years, and WebRTC has emerged as one of the leading technologies for enabling it over the web. WebRTC uses a variety of protocols, including Real-Time Tr...WebRTC
Mayur TendulkarforDytedyte-io.hashnode.net·Mar 14, 2023Building a Video Calling App Using WPF & DyteWindows Presentation Foundation, also popularly known as WPF, is a popular UI framework for building Windows applications. Since its launch in 2006, it has gained popularity, and many apps running on Windows these days benefit from its features. Due ...dotnet
Theophilus Kolawolecodetutorialz.hashnode.net·Mar 9, 2023Create Professional-Quality Videos in Minutes with SynthesiaSynthesia is transforming how we make videos. Users of this cutting-edge AI video creation platform can produce high-quality videos without the use of filming equipment or technical expertise. With Synthesia, you can easily make beautiful videos from...ai
Aminur Islamcoding-life.hashnode.net·Mar 3, 2023How to add videos on your web page?Video adding method:- Use these attributes:- <video src="pest URL"></video> Controls. Muted. Autoplay. Height. width. `<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"...video
Michael Salimmichaelsalim.hashnode.net·Feb 24, 2023Making YouTube video with ReactI recently started a YouTube channel. It's the educational kind where I explain cool technologies. My inspiration was channels like Wendover Productions and Kento Bento. One thing I want to get right is animations. I have previously watched a lot of ...youtube