GithubHelp home page GithubHelp logo

jellyfin-streamer's Introduction

Go Streamlink Integration for Jellyfin

Overview

This project provides a Go application designed to interface between live streams captured via Streamlink and the Jellyfin media server. The application generates an M3U playlist dynamically, making it possible for Jellyfin to access and display live streams as part of its media offerings. This setup is ideal for users looking to incorporate live streaming content directly into their Jellyfin server environment.

Features

  • Dynamic M3U Playlist Generation: Automatically generates and updates playlists for live streaming.
  • Streamlink Integration: Leverages Streamlink to fetch and serve live streams.
  • Easy Integration with Jellyfin: Designed to be integrated with Jellyfin for streaming live content.
  • Docker Support: Includes Dockerfile for easy deployment.

Prerequisites

  • Go 1.16 or higher
  • Docker (for containerization)
  • Jellyfin Media Server
  • Streamlink

Installation

Here's what worked for me. Note that I wrote this so that'll work for my use case. Might need to change a thing here and there:

Clone the Repository

First, clone this repository to your local machine:

    git clone https://github.com/Pand3ru/jellyfin-streamer.git
    cd jellyfin-streamer

Build the Application

Compile the Go application:

    go build -o streamlink-service

Build Docker Image

If you prefer to run the application in a Docker container:

    docker build -t streamlink-service .

Running the Application

To run the application directly:

./streamlink-service

To run using Docker:

docker run -d -p 8801:8801 streamlink-service

Integration with Jellyfin

To integrate with Jellyfin:

Add a Live TV M3U Tuner:

  • Go to Jellyfin's Dashboard.
  • Navigate to Live TV under the settings.
  • Add a new tuner, choose M3U Tuner, and provide the URL where this service is running, e.g., http://yourserverip:8801/.

Usage

Once the service is running and configured in Jellyfin, you should be able to view the live streams under the Live TV section of Jellyfin.

Contributing

Make a fork. I will not maintain this repo

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

jellyfin-streamer's People

Contributors

pand3ru avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.