#Transcoding on the fly

12 messages · Page 1 of 1 (latest)

mild kraken
#

error when using fluent-ffmpeg

Error in ffmpeg: Error: ffmpeg exited with code 4294967274: Error opening output file pipe:1.
Error opening output files: Invalid argument

autumn shuttle
#

How it is related to electron?

mild kraken
#

const responseStream = https.request(stream[1], options);
ffmpeg(responseStream)
.videoCodec('libx264')
.audioCodec('aac')
.format('mp4')
.on('error', (err) => {
console.error('Error in transcoding:', err);
})
.pipe(res, { end: true });

mild kraken
autumn shuttle
#

This is independent module

mild kraken
#

i though electron does have any buildin player with transcoder?

autumn shuttle
#

Electron have a player

#

Like any other browser

mild kraken
#

but it doesnt work if device doesnt support hevc

#

thats why i want to transcode it

autumn shuttle
#

Transcoder it's not part of electron

#

Nobody know how it works