为我的媒体服务器制作网络播放器前端

发布于 2024-10-18 04:26:14 字数 361 浏览 3 评论 0原文

我有一个小型媒体服务器。它实际上是运行 Plugbox Linux 的 Netgear GoFlex Home (NAS)。它目前正在运行一堆服务器 HTTP/FTP/WebDAV/DLNA/Webmin 等,我想为我的多媒体创建一个可以从互联网访问的前端。 (我主要将其用作 DLNA 媒体服务器)。

起初我考虑使用 Java Servlet 后端和基于 Flex 的前端,但事实上我无法在工作中使用 Flex Builder(许可)并且我不愿意为此支付几百英镑,这是不可能的。

读了一下之后,我现在正在考虑 HTML5 前端,也许后端可以保留 Tomcat 下的 Java Servlet?

有人对实现预期目标的最佳方法有什么建议吗?

谢谢

I have a small media server. It's actually a Netgear GoFlex Home (NAS) running Plugbox Linux. It's currently running a bunch of servers HTTP/FTP/WebDAV/DLNA/Webmin etc and I want to create a frontend for my multimedia that I can access from the internet. (I preimarily use it as a DLNA media server).

At first I considered using a Java Servlets backend with a Flex based frontend but that fact that I can't use Flex Builder from work (licensing) and I'm unwilling to pay a few hundred pounds for it, that's out of the question.

After reading a bit, I'm now considering HTML5 frontend, maybe the backend can remain Java Servlets under Tomcat?

Anyone have any suggestions on what might be best to achieve the desired goal?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木槿暧夏七纪年 2024-10-25 04:26:14

您可以使用 Flex 作为前端,而无需使用 Flex Builder,因为 Flex SDK 是开源的,
你应该尝试使用 Maven 构建,使用 Maven 构建你的项目更容易

You can use Flex as front end without using Flex Builder, as Flex SDK is open source,
you should try building with Maven, it's easier to build your projects using maven

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文