basic streaming from webinterface is functioning
This commit is contained in:
@@ -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'],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user