rustymedia icon indicating copy to clipboard operation
rustymedia copied to clipboard

Does this compile on FreeBSD

Open PhilZ-cwm6 opened this issue 2 years ago • 5 comments

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

PhilZ-cwm6 avatar Oct 02 '22 20:10 PhilZ-cwm6

Can you provide compile details ?

https://github.com/kevincox/rustymedia#usage

Can the server compile and run on FreeBSD ?

I have never tried. I am not aware of any reason why it wouldn't.

Does it support subtitles when transcoding ?

IIRC extra streams like subtitles are passed through so it should work.

What formats are supported ?

I think it shuold support just about anything that ffmpeg does. But IIRC there is a hardcoded (but easy to extend) extension list that it considers.

kevincox avatar Oct 03 '22 13:10 kevincox

Thank you a lot, I will test it and report back ! A last question: is there a config file in sources where we can modify ~~SMB~~ DLNA server settings: Name, icon, user/owner ? If it works properly, I will try to add script to run it as a service under FreeBSD Best regards

PhilZ-cwm6 avatar Oct 03 '22 15:10 PhilZ-cwm6

No, it is really all hardcoded right now: https://github.com/kevincox/rustymedia/blob/master/src/dlna/root.xml

Also this does DLNA, not SMB.

kevincox avatar Oct 03 '22 15:10 kevincox

Sorry for the typo, yes, I meant DLNA friendlyName and iconList xml tags can be used to customize icon and server name ? I know it is only cosmetics, but just asking before I have time to try it, probably in the next 2 weeks Thank you again for the prompt support, as this looks interesting compared to heavy tools like Plex

PhilZ-cwm6 avatar Oct 03 '22 20:10 PhilZ-cwm6

I really don't remember. I haven't used this in a long time.

kevincox avatar Oct 03 '22 20:10 kevincox