Skip to content

Instantly share code, notes, and snippets.

@Gebbi
Forked from alexroston/nanaone_livestream.md
Last active June 18, 2023 15:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gebbi/ef91caef55e60d65047bbe455d3f4e7d to your computer and use it in GitHub Desktop.
Save Gebbi/ef91caef55e60d65047bbe455d3f4e7d to your computer and use it in GitHub Desktop.
Es ist möglich den NanaOne-Livestream über die eigenen Server abzugreifen. Ein paar kurze Notizen dazu:

URL-Template

rtmp://nolive.brb.re/live/<STREAM>

Stream-Optionen

Name Auflösung Bitrate
nanaone_1080p 1920x1080 6300
nanaone_576p 1280x720 3200
nanaone_480p 856x480 900

Nutzung im Mediaplayer

Ihr könnt euch den NanaOne-Livestream auch lokal in einem Mediaplayer eurer Wahl (VLC, mpv, etc.) reinballern.
Hierzu einfach Streamlink installieren und – entsprechend der gewünschten Auflösung – folgendes in die Kommandozeile / ins Terminal eures Betriebssystems nei’rendern:

# 720p
streamlink rtmp://nolive.brb.re/live/nanaone_720p
# 576p
streamlink rtmp://nolive.brb.re/live/nanaone_576p
# 360p
streamlink rtmp://nolive.brb.re/live/nanaone_360p

Hinweis: Streamlink ist idR heutzutage nicht mehr notwendig, da mpv und Co. eigene RTMP-Demuxer mitbringen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment