basic streaming from webinterface is functioning

This commit is contained in:
2025-06-07 13:39:01 +02:00
parent b0e2ae8e83
commit 366d821f8a
5 changed files with 86 additions and 15 deletions

View File

@@ -40,9 +40,9 @@ if audio_mode in ["Webapp", "Network"]:
name=stream_name,
program_info=f"{stream_name} {quality}",
language=language,
audio_source="network" if audio_mode=="Webapp" else "network",
audio_source="webrtc" if audio_mode=="Webapp" else "network",
input_format="auto",
iso_que_len=64, # TODO: this should be way less to decrease delay
iso_que_len=1, # TODO: this should be way less to decrease delay
sampling_frequency=q['rate'],
octets_per_frame=q['octets'],
),