projects
/
cubemap
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Refer to streams internally mostly by an index, not the stream_id.
[cubemap]
/
config.h
diff --git
a/config.h
b/config.h
index
5395d5a
..
d79d3d7
100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-12,7
+12,7
@@
struct MarkPoolConfig {
};
struct StreamConfig {
- std::string
stream_id;
+ std::string
url; // As seen by the client.
std::string src; // Can be empty.
size_t backlog_size;
int mark_pool; // -1 for none.