rustymedia
rustymedia copied to clipboard
A Transcoding DLNA Server
Fixes https://github.com/kevincox/rustymedia/issues/7
MacOS 10.14.2 rustc 1.31.1 (b6c32da9b 2018-12-18) Panics at `socket.connect("239.255.255.250:1900").unwrap();` in `src/dlna/discovery.rs`. ```console $ RUST_BACKTRACE=1 target/debug/rustymedia -l stuff=~/Movies | pbcopy Listening on http://[fe80::c2c:d1e:7cd:7918]:4950/ thread 'main' panicked at 'called `Result::unwrap()` on an...
It would be good to set it by `hash(machine-id, ip, port)` or something similar
It would be nice to have the cache survive across server restarts. Although it is also kinda nice to have a clean state on restart, so we would probably have...
Hi, Can you provide compile details ? Can the server compile and run on FreeBSD ? Does it support subtitles when transcoding ? What formats are supported ? Best regards