JamesKyburz/youtube-audio-stream

ffmpeg throws an error...

Closed this issue · 7 comments

Hello,

I am encountering this error

Error: ffmpeg exited with code 1: Output #0, mp3, to 'pipe:1':
Output file #0 does not contain any stream

I am not sure if it's just due to my use case or what..

(I am trying to take the stream and pipe it into a mumble input stream; playing yt audio over mumble)

Sorch commented

Still no fixes for this?

@shrukeh @Sorch most likely an ffmpeg installation issue.

Does it work for you if you clone the repo and run

npm t

I don't know what OS you are running but an example of how to install ffmpeg on ubuntu can be found at https://github.com/JamesKyburz/soundify/blob/master/Dockerfile which uses this module.

Sorch commented

its working right now on Manjaro with FFMPEG 1.3.x

@shrukeh Is it working for you now?

Yes thank you :)

Great.