mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
stream/types: set headers for both inputs in streamLiveRender
This commit is contained in:
parent
5fbf35a8d3
commit
be626021bd
@ -103,6 +103,7 @@ export function streamLiveRender(streamInfo, res) {
|
||||
'-loglevel', '-8',
|
||||
'-headers', rawHeaders,
|
||||
'-i', streamInfo.urls[0],
|
||||
'-headers', rawHeaders,
|
||||
'-i', streamInfo.urls[1],
|
||||
'-map', '0:v',
|
||||
'-map', '1:a',
|
||||
|
Loading…
Reference in New Issue
Block a user