stream/types: set headers for both inputs in streamLiveRender

This commit is contained in:
dumbmoron 2024-04-29 14:27:33 +00:00
parent 5fbf35a8d3
commit be626021bd
No known key found for this signature in database

View File

@ -103,6 +103,7 @@ export function streamLiveRender(streamInfo, res) {
'-loglevel', '-8', '-loglevel', '-8',
'-headers', rawHeaders, '-headers', rawHeaders,
'-i', streamInfo.urls[0], '-i', streamInfo.urls[0],
'-headers', rawHeaders,
'-i', streamInfo.urls[1], '-i', streamInfo.urls[1],
'-map', '0:v', '-map', '0:v',
'-map', '1:a', '-map', '1:a',