rejetto forum

media files

star74 · 5 · 2449

0 Members and 1 Guest are viewing this topic.

Offline star74

  • Occasional poster
  • *
    • Posts: 1
    • View Profile
Hi
Just installed the HFS. I have a network in my cafe and want to share my movies and mp3 s with password. when sharing with HFS files downloded to client and open from client computer. Is it possible to open files from server machine to save time and network trafic?
Waiting for your help
Thanks


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
it is not up to HFS (the server), but up to the client.

VLC media player does it www.videolan.org/vlc/


Offline Inco

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
VLC media player doesn't acceptable in that case.
A main complexity for simple users is difficult to adding files for streaming.


Does anyone can help, if possible, to change link to file browser format?
I mean, to replace IP address with network name.

For example, I've all media files in one folder: \\Server\Video
And if I change code in HTML template of HFS to "... <a href="\\Server\Video\%item-name%"> ..." (line 89 col 24) - selected file runs with media player by default when you select "Open" in dialog.
But if you've more folders, its can't be work.


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
Code: [Select]
<a href="\\Server\Video\%item-name%">
why dont you replace your code with this?

Code: [Select]
<a href="http://%host%%encoded-folder%%item-name%">
<<LeDuFe>>


Offline Inco

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
Thanks a lot !!!
It works!!! Cool !!!

But, I make the following change: <a href="\\Server\%encoded-folder%%item-name%">