Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this compile on FreeBSD #22

Open
PhilZ-cwm6 opened this issue Oct 2, 2022 · 5 comments
Open

Does this compile on FreeBSD #22

PhilZ-cwm6 opened this issue Oct 2, 2022 · 5 comments
Labels
question Further information is requested

Comments

@PhilZ-cwm6
Copy link

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

@kevincox
Copy link
Owner

kevincox commented Oct 3, 2022

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 kevincox added the question Further information is requested label Oct 3, 2022
@PhilZ-cwm6
Copy link
Author

PhilZ-cwm6 commented Oct 3, 2022

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

@kevincox
Copy link
Owner

kevincox commented Oct 3, 2022

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.

@PhilZ-cwm6
Copy link
Author

PhilZ-cwm6 commented Oct 3, 2022

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

@kevincox
Copy link
Owner

kevincox commented Oct 3, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants