rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - bmartino1

Pages: 1 ... 50 51 52 53 54 ... 61
766
(as it might not be the "hfs self test script)
Just double check:
Sounds like you need to setup some basic networking to get things running!

-----------------

you will need to double check 3 things to make it use able over the web:

1. Windows side: ( i will assume you are using windows 7 ) at least i will post info link to windows 7...(most likely useable for all windows side os...)

You might need to set the "hfs machine" to a static ip address (this way when you open ports or use web traffice it has a "definite path"

windwos comand prompt:
cmd > "ipconfig /all"(<=command) has all the network info you need:
http://windows.microsoft.com/en-us/windows/change-tcp-ip-settings#1TC=windows-7

ip address is the machine address
subnet depends on your network most likely "255.255.255.0"
gateway is your router's ip adress most likely "192.168.1.1"

you will need to allow hfs thorugh your firewall
http://www.sevenforums.com/tutorials/542-windows-firewall-add-remove-exception.html

2. Router/(intranet) network side
you router will need the port you chose in hfs (say you set the port to 8080 go to you router- in a web browser typ in the ip address of your gateway)

enable "port forward" to your machine and the router to the same port ie port (starting port) 8080 to port (ending port) 8080
http://www.wikihow.com/Set-Up-Port-Forwarding-on-a-Router

*note some router don't allow you to use your "public" ip address to view inside, so while your at home your webpage is accessible via the ip address you set to the machine earlier

(if your router supports it you can have it memorize you "hfs" machine "network address (known as a mac address) and assign it a specific ip address so it will always be "192.168.1.x" x being the number you set i chose 254 as it is the last number dhcp will use...

3. Internet/Modem side
go to http://www.ipchicken.com/
This is your public ip adress so when you are not at home you will go to this ip adress (xxx.xxx.xxx.xxx) what is shown at the website above one of many website that can tell you your public ip adress...

You should now have hfs viewable form the outside world via:
http://xxx.xxx.xxx.xxx:8080
(xxx your public ip address)

Since modems can be dynamic ip adress you can opt to get a "dns name so instead of typing xxx.xxx.xxx.xxx you type a predefined word such as mywebsite.(frre public domain).org

DNS free domains names:
either by adding it into the router or have it client side, or even pre-setup in a dns online website..

I'm having good luck with http://freedns.afraid.org/ using mooo.com as my public domain...(website presetup)

767
it looks like you were using a "internet download manger" on a client windows machine(a machine that connects to a hfs web serve machine)

on the hfs web serve machine, make sure you have:
Hfs Menu > Limits> prevent leaching

Make sure it is unchecked!
See picture

768
RAWR-Designs / Re: Added DivX/Avi player to Terayon v1.3.2 theme
« on: June 17, 2014, 03:01:37 AM »
this is all cool code, but most of the time..

issues with files not playing is due to the mime types:
http://www.rejetto.com/forum/hfs-~-http-file-server/information-(mime-types)-embed-pdfsvideo-and-audio/

Great codes by the way.
Thank you for your work!

769
HFS ~ HTTP File Server / Re: hfs and php/mysql
« on: June 17, 2014, 02:49:19 AM »
i have stooped trying other and previous methods and will be trying something else:
I appreciate everyone's time and help on this so far and may not be continuing on it...

In a previous post with the "server to go", i will attempt to use and setup with hfs (with possible Apache as well )

And i'm starting over.

Again, i would like to thank all the users who have posted and given some form of help
As I would not have gotten this far with out there expertise and information!

THANK YOU

(I will post my finding with the server to go as most likely i will have to run Apache along side with hfs...)

771
F.A.Q.s / Re: mirror for hfs
« on: June 17, 2014, 02:09:23 AM »
Create a "google account" post you free 15 GB of data on the drive in separate folder, share the files "public to the web.. free file space and web hosting....

i'm searching for few webspaces where to put HFS.

requirements:
- good speed (50KB/s minimum)
- a dedicated folder, named "hfs" or similar, with write permissions (755 should be the best)
- disk space: it will never take more than 2MB
- bandwidth: 3GB/month or more
- PHP 4 or 5

instructions:
- create a folder named "hfs"
- set permissions to 755 (you may skip this step, the script will try to do it automatically, but it may fail)
- put the attached file in the folder
- post here the URL to that folder
- i will reply myself back here to confirm you the mirror has been added

check if it is working:
- access your mirror with your browser http://myserver/hfs/synchfs.php
- you should see a message like you can't call this script yourself, just report the URL to rejetto
- if you see "internal error", ensure permissions are 755 for the folder, and not 777

notes:
- you will have to care about nothing, the system will work by itself
- the HFS website will load-balance the downloads redirecting them to a different server each time
- every mirror is checked every minute or so, to guarantee the server is ON and serving the right version

772
F.A.Q.s / Re: .m3u or rss templates for HFS (customize MIME needed)
« on: June 17, 2014, 02:06:18 AM »
using live rarw template:

See posts:
http://www.rejetto.com/forum/hfs-~-http-file-server/information-(mime-types)-embed-pdfsvideo-and-audio/

and/or

http://www.rejetto.com/forum/hfs-~-http-file-server/video-(-avi-or-other)-preview-doesn't-work-on-folder-lock-11213/
windows media player doesn't suport "auth" stream(with out some major fiddling), use vlc for it

also, you can do it with html coding and a playlist file. have you ever herd of a "*.M3U"?
A m3u is a pre made cod elist of songs you put there via program or notepad...
using a msu file helps stream multiple files, and can put authentication in the file itself, so you create a list of music and put it in a m3u file the m3u become the single file that you play on a media player...

( yes these are going over music, but video formats also port over with them... )

http://en.wikipedia.org/wiki/M3U

Here a site that may work for you as well:

http://howto.wired.com/wiki/Stream_Your_Music_Online#Extended_M3U

please note:
--------------------------
Don't Feed the Lawyers:

You could be fined for broadcasting music/movies you don't own the copyright to, and in most cases the penalties are pretty severe. There are also plenty of rabid music industry lawyers with a history of going to great lengths to prosecute copyright violators. That said, be careful how you distribute your streams.
Some of the software solutions listed here have built-in password protection. Otherwise, you'll have to know some SSL and/or password protection web hosting configurations to lock down your stream.
Your other option -- and probably the safest -- is to just keep your station under wraps. You can listen to it freely, but don't go spreading the word. Remember, the internet has ears!
-------------------------------

773
F.A.Q.s / Re: Run HFS as a Windows Service
« on: June 17, 2014, 01:56:25 AM »
other wise you can add the items to your startup folder user windows:
(super)WIdnows key + "r"
run command:
control userspassword2

have a user auto login
have a startup script (run once) to lock the account, thereby
gives your hfs loaded and brings you back to the login screen...

login script:
Its been a while, looing through my old scripts...
---batch/run comand that locks the current user....
rundll32.exe user32.dll,LockWorkStation
----

info to edit you script:
http://social.technet.microsoft.com/Forums/windows/en-US/64c21a89-8e04-4031-b0d7-dc0355e39590/logging-out-locked-accounts-after-a-period-of-time?forum=w7itprosecurity

--what i have done in the past was make a startup batch script and add programs to that script
I added that to my webroot user  startup folder (that way if i have multiple users) that any one who logs in will not have acess to the server running...

I would have a "runonce" script in the programs that way when i the machine is restarted would log in and lock the account...

acomplished either by startup folder/group policys/ registry entries:
After a user has successfully logged into the machine, winlogon does the following:

http://en.wikipedia.org/wiki/Windows_startup_process#Windows_NT

User and Computer Group Policy settings are applied.

Startup programs are run from the following locations:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
HKCU\Software\Microsoft\Windows\CurrentVersion\RunOnce
All Users ProfilePath\Start Menu\Programs\Startup\ (this path is localized on non-English versions of Windows)
Current User ProfilePath\Start Menu\Programs\Startup\ (this path is localized on non-English versions of Windows)

774
F.A.Q.s / Re: Run HFS as a Windows Service
« on: June 17, 2014, 12:57:03 AM »
services don't start FOR every users, but ONCE, before the users

Rejetto, i don't understand your sentences...

Windows booting process:
http://resources.infosecinstitute.com/windows-booting-process/
see pic...

services run behind scenes in the background (usual in task manger as svhost....)
This happens(services begin to run) right at or just after the program winlogon.exe is executed...

upon user logon, item with in the startup folder begin to run
either by the selected user or by "any" user depending on which folder you put the program in...
(see previous post..)

if you want the program to run with no user logged in and/or at the user login screen, then you can use
INSTSRV.EXE which is a Microsoft program within the windows 2000 nt resource kit...
To MAKE IT A SERVICE...

so when you say:
quote:
services don't start FOR every users, but ONCE, before the users

Define-ing "FOR" every user, you have me puzzled...
followed by "Once"

Are you defining the boot/startup process to make the program run?
or
Saying that this is not possible???

Please define...

775
router & port problems / Re: HFS have GET command but don't respond
« on: June 17, 2014, 12:38:49 AM »
what os are you running to connect to the hfs server?
ie ubuntu os using terminal command: wget http://xxx.xxx.xxx.xxx/test
http://manpages.ubuntu.com/manpages/gutsy/man1/wget.1.html

hfs show that you are trying to download the folder...
(Haven't tried, i don't think you can download the folder only files...)

If you open (http://xxx.xxx.xxx.xxx/test)it in a web page there should be a "archive button which would download the contents in a zip file...

I would suggest you double check your hfs folder permissions to make sure you don't have "no download" checked and or need/supply username and password with your "get command"...

Double check the windows side real folder setting to make sure there is "allowed" permissions...

776
RAWR-Designs / Re: 5 years and counting.
« on: June 14, 2014, 02:52:17 PM »

http://www.rawr-designs.com/news/39/5-years-and-counting.html

 :D

Site is down :(

Congratulation! on makeing it past 5 year

Probably 7 now... lolz

777
RAWR-Designs / Re: .wav file playback?
« on: June 14, 2014, 02:47:52 PM »
http://www.rejetto.com/forum/hfs-~-http-file-server/information-(mime-types)-embed-pdfsvideo-and-audio/

See post above, edit your mime types and live will support it.... or vlc will kcik in

.wav mime type:
http://en.wikipedia.org/wiki/WAV

(you will most likely have to add all of them ...)
audio/vnd.wave, audio/wav, audio/wave, audio/x-wav

778
RAWR-Designs / Re: streaming mkv files
« on: June 14, 2014, 02:41:50 PM »
 .mka : Matroska audio audio/x-matroska. .mkv : Matroska video video/x-matroska.

edit your mime types...
see post:
http://www.rejetto.com/forum/hfs-~-http-file-server/information-(mime-types)-embed-pdfsvideo-and-audio/

779
RAWR-Designs / Re: How can i make VLC work in HFS please?
« on: June 14, 2014, 02:23:37 PM »
see previous post:
http://www.rejetto.com/forum/hfs-~-http-file-server/information-(mime-types)-embed-pdfsvideo-and-audio/

(You may need to use a template!)....

You will have to modify your mime list to include them:
hfs > menu > Other options > mime types

http://help.encoding.com/knowledge-base/article/correct-mime-types-for-serving-video-files/

example:
*.mkv would be video/mkv
etc... (See post for more information)

----NOTE:
Some mime types you have to search for, example, search
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=mkv%20mime%20type

and possible result:
http://stackoverflow.com/questions/2912044/iis-directory-listing-doesnt-reconize-mkv-files

and answer for mime type:
use  .mka : Matroska audio audio/x-matroska. .mkv : Matroska video video/x-matroska.

(this will work too: *.mkv would be video/mkv)...
-----

780
F.A.Q.s / Re: Run HFS as a Windows Service
« on: June 14, 2014, 02:19:21 PM »
I don't understand your issues, if you want "hfs" to startup for any user, then put it into the "all users" startup folder....

---
Your personal startup folder should be C:\Users\<user name>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup.

The All Users start up folder should be C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup.
----

Or use some other programs or even the suggested... windows 2000 program tool to make it a service...
http://support.microsoft.com/kb/137890
http://support.microsoft.com/kb/137890?wa=wsignin1.0

http://www.howtogeek.com/50786/using-srvstart-to-run-any-application-as-a-windows-service/
---

(Looking for this stick TS, thought that issues on theses have been resolved...

Pages: 1 ... 50 51 52 53 54 ... 61