Sign inSign up

htobi02/f1tv

By htobi02

Updated over 4 years ago

Play live content from F1TV with any RTMP Player

Image
1

100K+

htobi02/f1tv repository overview

F1TV -> RTMP

Play live content from F1TV with any RTMP Player


Installation-Docker

If you want to get a rtmp stream of live events use:
docker run -d -p 1935:1935 -e F1TV_EMAIL="<YOUR F1TV EMAIL>" -e F1TV_PASSWORD="<YOUR F1TV PASSWORD>" -e LANGUAGE=<LANG-CODE> -e LIVE=true -e RECORD=false htobi02/f1tv:latest

If you want to get a rtmp stream of the most recent event use:
docker run -d -p 1935:1935 -e F1TV_EMAIL="<YOUR F1TV EMAIL>" -e F1TV_PASSWORD="<YOUR F1TV PASSWORD>" -e LANGUAGE=<LANG-CODE> -e LIVE=false -e RECORD=false htobi02/f1tv:latest

If you want to record all upcoming live events use (NOTE: This disables the rtmp stream!):
docker run -d -e F1TV_EMAIL="<YOUR F1TV EMAIL>" -e F1TV_PASSWORD="<YOUR F1TV PASSWORD>" -e LANGUAGE=<LANG-CODE> -e LIVE=true -e RECORD=true -v </HOST/PATH/TO/SAVE/RECORDS>:/record htobi02/f1tv:latest

If you want to record the most recent event use (NOTE: This disables the rtmp stream!):
docker run -d -e F1TV_EMAIL="<YOUR F1TV EMAIL>" -e F1TV_PASSWORD="<YOUR F1TV PASSWORD>" -e LANGUAGE=<LANG-CODE> -e LIVE=false -e RECORD=true -v </HOST/PATH/TO/SAVE/RECORDS>:/record htobi02/f1tv:latest



Configuration

VariableDescriptionExample
F1TV_EMAILType in your F1TV E-Mail Address[email protected]
F1TV_PASSWORDType in your F1TV PasswordSuperSecretPassword
LANGUAGEin which language do you prefer watching F1fx
LIVEdo you want to only see live eventstrue
RECORDdo you want to record
(IMPORTANT: This disables the rtmp stream)
false

Available LanguagesDescription
deuGerman Audio Track
fraFrench Audio Track
spaSpanish Audio Track
porPortugese Audio Track
nldNetherlands Audio Track
engEnglish Audio Track
fxFX Audio Track (No Commentators)

ToDo

[x] Add other languages (german and english)
[x] Remove audio/video desync
[x] Add Healthcheck
[ ] Use Alpine Image
[ ] Add HLS
[ ] Add Recording Feature

Link to Github

Tag summary

Content type

Image

Digest

Size

406.5 MB

Last updated

over 4 years ago

docker pull htobi02/f1tv