ethan91.hashnode.devFlask Video Streaming App TutorialIntroduction Hello! 馃槑 In this tutorial I will show you how to build a video streaming application using Flask and FFmpeg. Overview The application is designed as a Flask web server that manages video uploads, processes them using FFmpeg, and server...Mar 3, 2025路12 min read
ethan91.hashnode.devWebCodec - Sending and ReceivingIntroduction Hello! 馃槑 In this tutorial I will show you how to use the WebCodec API to both send and receive video. First lets get coding the server. Setting Up The Server In order to send and receive packets between peers we will need a websocket s...Oct 9, 2024路6 min read
ethan91.hashnode.devIntroduction to the WebCodec API - Real Time Video Encoding and DisplayIntroduction Hello! 馃槑 In this tutorial I will be introducing the WebCodec API and how to use it to display a video track in a canvas element. The WebCodec API is an exciting advancement for developers looking to access low-level control over encodin...Sep 16, 2024路7 min read
ethan91.hashnode.devStreaming Camera with C++ WebRTC GStreamerIntroduction Hello! 馃槑 In this advanced WebRTC tutorial I will show you how to stream your camera to a HTML page using WebRTC, GStreamer and C++. We will be using boost to handle the signaling. By the end of this tutorial you should have a simple und...Jun 26, 2024路8 min read
ethan91.hashnode.devCreating a CRUD App With GoIntroduction Hello! 馃槑 In this tutorial I will show you how to build a CRUD app using the Go programming language. By the end, you'll have a fully functioning CRUD (Create, Read, Update, Delete) app running locally. Let's get started. Requirements ...Jun 24, 2024路5 min read