Rishabh kumarkrishabh080.hashnode.dev·Sep 15, 2023Simple Live Video Streaming App with Python and OpenCVIn this exciting project, we're diving into the world of real-time video streaming using Python and the powerful OpenCV library. By the end of this guide, you'll have two computers communicating seamlessly, sharing live video streams. Let's gear up f...DiscussPython
Venkatesh Kulkarnivenky2507.hashnode.dev·Jul 18, 2023Implementing a Video-Calling App using Jitsi SDKIntroduction In today's interconnected world, video calling is essential for collaboration and communication. If you are an Android developer and want to implement a video calling feature in your application, you have come to the right place. Jitsi S...Discussvideo streaming
KARTIK SAINkartiksain.hashnode.dev·Jun 29, 2023Everything you need to learn "The Basic of Gstreamer"GStreamer, an open-source multimedia framework, offers developers a powerful platform for processing and manipulating multimedia content. This guide provides a comprehensive overview of GStreamer, covering the basics of pipeline construction, video a...Discussstreaming
David SerranoProdavidserrano.io·Jun 9, 2023Add a Video Conference feature to your Flutter AppIn this article, I will explain how to quickly and easily add video conferencing functionality to your application. This kind of technology usually involves a significant amount of work behind it. Not only do you need to understand how to implement a...Discuss·204 readsFlutter
Asharam Seerviseervi.hashnode.dev·Jun 7, 2023Unleashing the Power of RTMP: A Guide to Free RTMP Servers for Seamless Live StreamingIntroduction The rise of video consumption and the popularity of live-streaming platforms have created a growing demand for efficient and cost-effective streaming solutions. Real-Time Messaging Protocol (RTMP) has emerged as a key player in powering ...Discussvideo streaming
Asharam Seerviseervi.hashnode.dev·Jun 2, 2023Scalable Video Streaming ArchitectureHey there, fabulous folks! Introduction In today's digital landscape, video streaming platforms are witnessing a surging demand for high-quality content. Scalability plays a pivotal role in meeting this demand, ensuring seamless content delivery to a...Discussvideo streaming
Vishwas Acharyavishwasacharya.hashnode.dev·May 28, 202310 Things You Need to Know About WebRTC for Video ConferencingWebRTC (Web Real-Time Communication) is a powerful technology that has revolutionized video conferencing and real-time communication on the web. In this article, we will explore the key aspects of WebRTC and provide you with the essential knowledge t...DiscussWebRTC
Vishwas Acharyavishwasacharya.hashnode.dev·May 14, 2023What is webRTC and how it is used for Live Streaming?WebRTC stands for Web Real-Time Communication, an open-source project that enables real-time communication on web browsers and mobile applications. WebRTC provides APIs for browsers and mobile applications to access and use Real-Time Communications (...DiscussWebRTC
Tech Myssteequeaqfatma.hashnode.dev·Mar 20, 2023Video Content Curation in Web3Video content has become a critical component of online communication, marketing, education and entertainment. This article will discuss the top blockchain technologies and protocols that can be used to develop video curation applications combined wi...Discuss·12 likes·41 readsWeb3
Suyash Thakursuyashthakurblog.hashnode.dev·Feb 19, 2023Building a Video Streaming App with Node.js and Express.jsIntroduction The code is a simple implementation of a video streaming application using the Express framework for Node.js. It sets up an HTTP server that listens on a specified port and responds to various routes with different functionalities. It us...Discuss·137 readsNode.js