Speed up station guide startup
This commit is contained in:
parent
cfc4902016
commit
797f96e7eb
8 changed files with 531 additions and 52 deletions
|
|
@ -171,7 +171,7 @@ fn e2e_remote_website_watch_existing_stream_id() -> anyhow::Result<()> {
|
|||
let site_url = std::env::var("EVERY_CHANNEL_SITE_URL")
|
||||
.unwrap_or_else(|_| "https://every.channel/".to_string());
|
||||
let relay_url = std::env::var("EVERY_CHANNEL_RELAY_URL")
|
||||
.unwrap_or_else(|_| "https://cdn.moq.dev/anon".to_string());
|
||||
.unwrap_or_else(|_| "https://relay.every.channel/anon".to_string());
|
||||
let stream_id = match std::env::var("EVERY_CHANNEL_STREAM_ID") {
|
||||
Ok(v) if !v.trim().is_empty() => v,
|
||||
_ => return Ok(()), // skip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue