Avneesh AgarwalforAvneesh 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...Victoria Lo and 6 others are discussing this7 people are discussing thisDiscuss·159 likes·12.3K readsReactNice article Avneesh Agarwal Do well to add the screenshot of the final video player, so we can have a visual of what we will be building 😉 3
Bibek KakatiforBibek's Blogbibekkakati.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 ...Discuss·105 likes·1.7K readsJavaScript
Ayodele Samuel AdebayoforUnclebigbay's 🚀 Blogunclebigbay.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...Victoria Lo and 9 others are discussing this10 people are discussing thisDiscuss·104 likes·5.3K reads7daystreakTikTok has a surprisingly great dev community. I'd love to throw mine in the mix! I'm @JS_Bits and have been posting mainly JavaScript tips, hacks, and fun stuff. Would love to connect w/ y'all! 10
Mike YoungforMikeLabsmikeyoung44.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...Discussai
Lee MallonforLee 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...Discuss·43 readschatgpt
Huynh N N MinhforHuynh 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 ...Discuss·27 readsMiscellaneousvideo
Huynh N N MinhforHuynh 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...DiscussMiscellaneousvideo
DevyanshforDevBytesdevbytes.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...Discussimages
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...DiscussWebRTC
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 ...Discussdotnet
Theophilus Kolawoleforcodetutorialz.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...Discussai
Aminur IslamforCoding-lifecoding-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"...Discussvideo
Michael Salimformichaelsalim.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 ...Discussyoutube