Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

A modified srt.c access module for adding `streamid` parameter support to VLC.

License

GPL-2.0, LGPL-2.1 licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB
Notifications You must be signed in to change notification settings

IRLToolkit/vlc-srt-urlparam-mod

Repository files navigation

=============== vlc-srt-urlparam-mod ===============

ARCHIVE NOTE: VLC has recently added support for srt url query parameters, so this repo has served its purpose.

A modified version of VLC 3.0.x which adds support for SRT query parameters.

========== Supported Parameters ==========

- `streamid`

========== Notice ==========
This is uncompiled source code! Meaning you will have to compile VLC yourself in order to be able to use this modification.

========== Using this yourself (Ubuntu) ==========
This is not a perfect step-by-step guide, only the basic information required to get it working. I built and use this on Linux, your results may vary.

- Clone this repository: `git clone https://github.com/IRLToolkit/vlc-srt-urlparam-mod.git`
- You must remove any existing version of vlc and libvlc via apt and/or snap.
- Uncomment the `deb-src` line for `universe` in your `/etc/apt/sources.list`, then run `sudo apt update`
- Install all necessary VLC dependencies with `sudo apt build-dep vlc` and `sudo apt install git build-essential pkg-config libtool automake autopoint gettext`
- CD into the cloned repository and run `./bootstrap`, then `./configure`, then assuming it works run `make -j4`. Compiling will take a while.
- To install it onto your system, run `sudo make install`, and then `sudo ldconfig`.

And you should be done! Here's an example SRT URL containing a `streamid` parameter: `srt://123.123.123.123:6969?streamid=app/streamname`

========== IRLTookit Links ==========

- https://twitter.com/IRLToolkit
- https://irltoolkit.com/discord
- https://irltoolkit.com

=============== ORIGINAL VLC README BELOW ===============

README for the VLC media player
===============================

VLC is a popular libre and open source media player and multimedia engine,
used by a large number of individuals, professionals, companies and
institutions. Using open source technologies and libraries, VLC has been
ported to most computing platforms, including GNU/Linux, Windows, Mac OS X,
BSD, iOS and Android.
VLC can play most multimedia files, discs, streams, allows playback from
devices, and is able to convert to or stream in various formats.
The VideoLAN project was started at the university École Centrale Paris who
relicensed VLC under the GPLv2 license in February 2001. Since then, VLC has
been downloaded close to one billion times.

Links:
======

The VLC web site  . . . . . http://www.videolan.org/
Support . . . . . . . . . . http://www.videolan.org/support/
Forums  . . . . . . . . . . http://forum.videolan.org/
Wiki  . . . . . . . . . . . http://wiki.videolan.org/
The Developers site . . . . http://wiki.videolan.org/Developers_Corner
VLC hacking guide . . . . . http://wiki.videolan.org/Hacker_Guide
Bugtracker  . . . . . . . . http://trac.videolan.org/vlc/
The VideoLAN web site . . . http://www.videolan.org/

Source Code Content:
===================
ABOUT-NLS          - Notes on the Free Translation Project.
AUTHORS            - VLC authors.
COPYING            - The GPL license.
COPYING.LIB        - The LGPL license.
INSTALL            - Installation and building instructions.
NEWS               - Important modifications between the releases.
README             - This file.
THANKS             - VLC contributors.

bin/               - VLC binaries.
bindings/          - libVLC bindings to other languages.
compat/            - compatibility library for operating systems missing
                     essential functionalities.
contrib/           - Facilities for retrieving external libraries and building
                     them for systems that don't have the right versions.
doc/               - Miscellaneous documentation.
extras/analyser    - Code analyser and editor specific files.
extras/buildsystem - different buildsystems specific files.
extras/misc        - Files that don't fit in the other extras/ categories.
extras/package     - VLC packaging specific files such as spec files.
extras/tools/      - Facilities for retrieving external building tools needed
                     for systems that don't have the right versions.
include/           - Header files.
lib/               - libVLC source code.
modules/           - VLC plugins and modules. Most of the code is here.
po/                - VLC translations.
share/             - Common Resources files.
src/               - libvlccore source code.
test/              - testing system.

About

A modified srt.c access module for adding `streamid` parameter support to VLC.

Resources

License

GPL-2.0, LGPL-2.1 licenses found

Licenses found

GPL-2.0
COPYING
LGPL-2.1
COPYING.LIB

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published