SSL encryption for streaming #2
Open
opened 2024-01-09 02:34:24 +00:00 by 3wordchant
·
4 comments
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
appletalk
arjan
basebuilder
BornDeleuze
Brooke
carla
cas (Cassowary)
codegod100
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
flancian
Frando
iexos
jade (Jade Ambrose)
javielico (Javielico)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
marlon (marlon)
mayel
mirsal
moosemower
moritz
nicksellen (Nick Sellen)
notplants
oxaliq (sorrel)
p4u1
pau
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
PhiNatalie
renovate-bot (Comrade Renovate Bot)
ripclap
rix
rscmbbng
sef (sef)
simon
sixsmith (Sixsmith)
stevensting
tobias
trav (Trav Fryer)
val (val (he/him))
vaznasty
virtualboys
wolcen (Chris Thompson)
wykwit
xynosis
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: coop-cloud/icecast#2
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Currently, streaming has to be done unencrypted.
Icecast supports its own TLS encryption, which would be possible using
traefik-cert-dumper, but annoying.An alternative would be to get everything routed through Traefik; see #1
It's Fine, Actually? See #1
It's not fine :( Streaming was cutting out every ~10 seconds as reported here: https://community.traefik.io/t/icecast-services-behind-traefik/8679/7
Bypassing Traefik SSL seems to work OK though.
When I configured Nginx as a reverse proxy for Icecast I had to proxy it using HTTP/1.0 and disable chunking, otherwise it wouldn't behave as a stream on browsers. I don't remember if I got to reverse proxy the streamer, but I do remember it uses a non-standard HTTP verb, which reverse proxies don't recognize. Maybe it can be set as TCP reverse proxy instead of HTTP on Traefik?
I skimmed through #1 and realized my advice may be outdated, but I can ask friends how they're doing :P