kixelated / moq-rs

Rust library for Media over QUIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

moq-pub: Avoid namespace conflict

englishm opened this issue · comments

We should either (or both):

  • Allow users to specify a particular namespace as a command line argument
  • Generate UUIDs as part of the namespaces (or maybe just as the default if nothing is specified) to avoid conflict

The current value is simply hardcoded here:

media_runner.announce("quic.video/moq-pub-foo", media.source()).await?;

I got this.

Resolved by #66. Thanks @zafergurel!