Hacker News new | ask | show | jobs
by whoisjohnkid 1734 days ago
Nice stuff; I did something similar with ffmpeg and pion.

It was for audio and it was webrtc to ffmpeg. I was streaming a group chat directly to s3.

It mostly worked, but the only problem I ran into was syncing issues if a user had a spotty connection. The solution seemed to involve using rtmp to synchronize but I didn’t have a chance to go down that rabbit hole.