mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
stream/types: set headers for both inputs in streamLiveRender (#470)
This commit is contained in:
parent
5fbf35a8d3
commit
8f27c86a43
@ -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