Rock-N-Troll

Results 5 comments of Rock-N-Troll

Possible via FFMPEG with Linux PulseAudio https://trac.ffmpeg.org/wiki/Capture/PulseAudio Or without FFMPEG as mentioned here: https://superuser.com/questions/1339038/how-can-i-can-create-a-virtual-pulseaudio-soundcard-on-linux-with-no-audio-hardw That StackOverflow article also shows PulseAudio can stream over RTP which could prove useful: https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#index7h2

@giongto35 https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Network/RTP/ **"Stream it with vlc as mp3 for low bandwidth"** section (demonstrates on-the-fly transcoding to mp3) ``` load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 description="RTP Multicast Sink" load-module module-rtp-send source=rtp.monitor...

Glad to help :). I am curious how to synchronize audio and video via pulse audio and xvfb in a ffmpeg stream. I see you already handled audio with cloud...

https://trac.ffmpeg.org/wiki/StreamingGuide maybe try: https://stackoverflow.com/questions/16658873/how-to-minimize-the-delay-in-a-live-streaming-with-ffmpeg -fflags nobuffer -flags low_delay (and maybe less important but try a smaller probesize) -probesize 32 https://ffmpeg.org/ffmpeg-formats.html can also maybe try alsa instead of pulse https://superuser.com/questions/144648/how-do-alsa-and-pulseaudio-relate -f...

Also, forgot to say how cool that is you were able to get it working!