Skip to content

Kannan112/video-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

video-streaming

HLS Streaming in Go

Overview

This Go application demonstrates how to implement HLS (HTTP Live Streaming) using the Go programming language. HLS is a widely used streaming protocol for delivering multimedia content over the internet, and this project provides a basic example of how to set up an HLS server in Go.

Prerequisites

Before getting started, ensure you have the following prerequisites:

Installation

  1. Clone this repository:
    git clone https://github.com/kannan112/video-streaming
  2. Change to the project directory: cd video-streaming

Install any Go dependencies (if applicable) using go get or a package manager of your choice.

Usage Running the HLS Server

About

Go app demonstrates HLS server implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages