mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
Add 'params' field to MediaSource tuple information
This commit is contained in:
parent
390c374086
commit
0602cc0c0b
@ -389,6 +389,7 @@ void dumpMediaTuple(const MediaTuple &tuple, Json::Value& item) {
|
|||||||
item[VHOST_KEY] = tuple.vhost;
|
item[VHOST_KEY] = tuple.vhost;
|
||||||
item["app"] = tuple.app;
|
item["app"] = tuple.app;
|
||||||
item["stream"] = tuple.stream;
|
item["stream"] = tuple.stream;
|
||||||
|
item["params"] = tuple.params;
|
||||||
}
|
}
|
||||||
|
|
||||||
Value makeMediaSourceJson(MediaSource &media){
|
Value makeMediaSourceJson(MediaSource &media){
|
||||||
|
Loading…
Reference in New Issue
Block a user