mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-13 03:39:59 +00:00
stream/types: set headers for both inputs in streamLiveRender (#470)
This commit is contained in:
parent
5fbf35a8d3
commit
8f27c86a43
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue