rustymedia icon indicating copy to clipboard operation
rustymedia copied to clipboard

A Transcoding DLNA Server

Results 5 rustymedia issues
Sort by recently updated
recently updated
newest added

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...

bug
os:macos

It would be good to set it by `hash(machine-id, ip, port)` or something similar

good first issue

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...

enhancement

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

question