m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.98k stars 449 forks source link

Feature request: Recording sessions #153

Open satyadeepk opened 2 years ago

satyadeepk commented 2 years ago

Thanks for this amazing project. I am looking for a way to record the session to disk.

Any browser plugin that can help? Or any plans to build it into Neko itself?

m1k1o commented 2 years ago

We support broadcasting. You can set up own rtmp server (e.g. tiangolo/nginx-rtmp or https://github.com/aler9/rtsp-simple-server) and publish your stream there.

c4lliope commented 1 year ago

based on: https://neko.m1k1o.net/#/getting-started/configuration?id=broadcast , in /etc/neko/neko.yaml:

neko_broadcast_url: rmtp://sings.ong:1935/ingest/somehiddenkey

I'll run rmtp on my local domain soon and can help people check connections.

m1k1o commented 1 year ago

Thanks @c4lliope, but if using yaml then its without neko_ prefix.