@saghul @damencho any ideas? Weird that it works for recording but not live streaming.
YES
Did you run ffmpeg as the Jibri user? I’d look at your asoundrc and the setup around cloop, something appears to be wrong there.
This?
Please help me!!!
Is your kernel support the snd_aloop modules?
What are the output of theese commands?
lsmod | grep snd_aloop
sudo modprobe snd_aloop
uname -a
This:
lsmod | grep snd_aloop:
snd_aloop 24576 0
snd_pcm 106496 1 snd_aloop
snd 81920 3 snd_aloop,snd_timer,snd_pcm
sudo modprobe snd_aloop
uname -a :
Linux VIDEOMEETING 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Could you try to stream the recorded MP4 file to Youtube?
ffmpeg -i recorded_file_name.mp4 -c:v copy -c:a copy -f flv rtmp://your-youtube-address/...
Is this Ubuntu 16.04 or 18.04
The kernel appears to be old
Can You also share if you’re using the stable or unstable branch?
This seems to be Ubuntu 16, xenial.
Upgrade to 18.04 for jibri to work
@masteryoda
i am using 18.04. i build jibri from master branch and i also try with the jibri stable version. some jibri is working some are not working.
i followed this Stream to any OR Multiple RTMP Destinations + Record Simultaneously for streaming and recording same time
with the time some jibri availble and can start stream
but @videomeetingthcs info was clearly xenial
I always only use streaming and enable recording on the RTMP end. so i can do them simultaneously. you can try that