https://github.com/mraerino/merdia
Experiments around shared display technology
https://github.com/mraerino/merdia
Last synced: about 1 month ago
JSON representation
Experiments around shared display technology
- Host: GitHub
- URL: https://github.com/mraerino/merdia
- Owner: mraerino
- License: bsd-2-clause
- Created: 2023-04-06T13:09:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T00:17:18.000Z (about 1 year ago)
- Last Synced: 2025-03-25T02:41:37.302Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Merdia
Silly media display
## Development
You need Rust. Install via https://rustup.rs
### Ubuntu
Requirements:
```
apt install --no-install-recommends \
build-essential \
libgstreamer1.0-dev libgstreamer-plugins-* \
gstreamer1.0-plugins-base \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-rtp \
gstreamer1.0-nice \
libnice-dev libnice-10
```### In a VM
When running in a VM, you can proxy the server to localhost like this:
```
socat TCP-LISTEN:3000,reuseaddr,fork,su=nobody TCP:192.168.64.2:3000
```