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

Possibility of support for new extensions #100

Open
diegogyn opened this issue Feb 1, 2025 · 1 comment
Open

Possibility of support for new extensions #100

diegogyn opened this issue Feb 1, 2025 · 1 comment

Comments

@diegogyn
Copy link

diegogyn commented Feb 1, 2025

Hi there,

I hope you're doing well. I was wondering if it's possible to add support for a few more file formats—specifically odp, pptx, pdf —in addition to the current ones (mp4, avi, mkv, mpeg, mov, webm, m4v, mpv, mp3, flac, wav, jpg, jpeg, png). Is this something that might be implemented, or is it a limitation of the protocol?

Thanks for your help!

@alexballas
Copy link
Owner

Hello. Unfortunately DLNA devices dont support these formats. There is also an API call "getProtocolInfo" which Go2TV also calls to determine the available formats for each device. (you can inspect that if you export the logs from the settings tab)

For PPTX and PDF files, controlling page navigation is essential. One workaround is converting the documents to images during streaming, allowing the UI to support next/previous navigation. However, this approach requires significant effort to implement correctly and can feel like a hacky solution.

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

No branches or pull requests

2 participants