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 - Colossus

Pages: 1 2
1
HTML & templates / Re: HFSFLIX
« on: November 18, 2015, 04:39:30 PM »
@Bmartino1

If i do not want the movies to point to the OMDB & IMDB but instead have the Movies Posters running from the path src=icons/movie/
 
What kind of code would i need to input? Im not too fancy with JS either.

If anyone could possibly script me in the right direction?!

2
HTML & templates / Re: HFSFLIX
« on: November 18, 2015, 03:42:38 PM »
Now that would all work well, if it worked well :P

I too am running into troubles... It seems the player sits on every page - which then breaks the rest of the coding.

There has to be a way to change that JWplayer without breaking the code!

Youve done a great job though thank you very much! Ill see if i can play around with it and get it to work.

3
HTML & templates / Re: HFSFLIX
« on: November 16, 2015, 08:06:21 AM »
How do i replace the player?

4
HTML & templates / Re: HFSFLIX
« on: November 16, 2015, 05:59:49 AM »
hmm, interesting.

One of many issue i see:

Mime types are correct, but your not using "open directly in browser", this is essential to make it play with in the HTML code on the site.
(other wise, it is set to do what HFS is programmed to do, be a "File Server")
I did actually try it with and without to see if it made a difference.... It didnt :P

My first issue is in the picture where is says "playable source not found"
(this leads me to believe that a player / html code is not installed to player it, or is not working to play it
So, first i need to know if you actual have a "codex" that plays the media, such as VLC:
Is vlc installed http://filehippo.com/download_vlc_32/
*(Are you able to open the files before hfs server hosting them?)
Yes, I have tried playing them outside of HFS and the files have worked, i have removed the AVI list as obviously no point having it in

It looks like you just copied the "mp3/mp4" setting to make the AVI / MKV, this is a pretty big and advance html doc, and since you copped one for music, i would be surprised if it is not calling the correct player to player the other file....

So lets take a look at html severing video files...
http://v4e.thewikies.com/
http://www.rejetto.com/forum/hfs-~-http-file-server/serving-video-files/msg1059473/?topicseen#msg1059473
As you may need to update or use a better video player:
If you use generator up top and want the "flash players" offline: it is available:

https://drive.google.com/file/d/0B9u5dgydfOEuai1pSEJfMFRDb3M/edit?usp=sharing

---html samble code:
<br />
<p>video here</p>
<object type="application/x-shockwave-flash" data="Path to player.zip/flowplayer-3.2.18.swff" width="700" height="500">
   <param name="movie" value="Path to player.zip/flowplayer-3.2.18.swf" />
   <param name="allowFullScreen" value="true" />
   <param name="wmode" value="transparent" />
   <param name="flashVars" value="config={'playlist':[{'url':'Your video here(encoded...)','autoPlay':false}]}" />
<!-- example of encoded 'http%3A%2F%2F192.168.1.254%2Fvideo%2Ftitle.mp4', -->
<!-- example path: 'http://192.168.1.254/video/title.mp4' -->

   <span title="No video playback capabilities, please download the video below">Video</span>
</object>
<br />
-----------------------

So here is what i would advise:

  • Check the box open directly in browser
  • Double check play ability with a file you are going to test
  • Maybe add a better HTML player
  • Look at links in post...

Also as i see that there was "tv - shows"
Be careful when sharing and servicing files like that over the web, as it may break copy right codes....
http://www.boutell.com/newfaq/creating/musicrights.html
This is a LAN Media Server only ;)
(same concept applies ...) :P

If i update the player from JS to HTML wont it break the rest of the template? I dont want to move it around and break it lol would there be any problems?

5
HTML & templates / Re: HFSFLIX
« on: November 13, 2015, 06:51:09 AM »
Silly me - My *.mkv was set as "matroska" instead of "x-matroska"

After doing some editing under the [file] adding
  <tr><td class=row>%new%<a href="%item-url%">
  <div style="float:left"><img align=top src="/icons/movie.png"/></div>
  <div style="margin-left:43px;padding-top:8px;color:black;font-weight:bold;">%item-name%</div></a><td class="row right" style="color:black;">%item-size%B
  <td class="row right"><a href="#" onclick="player('%item-url%','%item-name%','video');"><img src="/icons/play_netflix.png" width=32/></a>

And with them mimes set correctly (attached)
i still cant seem to get the player to work with AVI or MKV - ???

"Error Loading Player: No playable sources found" was the error i got trying to play AVI and MKV files

6
HTML & templates / Re: HFSFLIX
« on: November 11, 2015, 03:00:58 PM »
Cant you just change the JWPlayer to accept .MKV and .AVI files? if so how?

7
HTML & templates / Re: HFSFLIX
« on: November 11, 2015, 02:59:34 PM »
------------------------------------

The player will only work with mp4 files.
To convert your mkv to mp4 you can create 2 .bat files:

.mkv with DD2.0 audio to .mp4 (no reenconding):
for %%a in ("*.mkv") do ffmpeg -i "%%a" -c:v copy -c:a copy "%%~na.mp4"

.mkv with DD5.1 (AC3) audio to .mp4 (it reencodes the audio to aac 384k with the same number channels)
for %%a in ("*.mkv") do ffmpeg -i "%%a" -strict experimental -c:v copy -c:a aac -b:a 384k "%%~na.mp4"

The control bar of the player is set to width 99%, so you can move your pointer to your right lower corner in fullscreen.

------


Im not quite understanding what to do with this? Put it in the same directory as the title *.mkv? run it then wait an hour?
Can you give a further explanation please :)

Thanks

8
HTML & templates / Re: Template building for HFS
« on: September 16, 2015, 10:16:26 AM »
@Rejetto it was just a standard editor but it was very much tweaked (made specifically) for HFS - It allowed you to write commands for every element (macro) for instant There was a TAB for the BODY of the site, there was a Tab for [UPLOAD] the list continued - It had all the fundamentals but none of the features were linked - Would of been a great little project to get at least minimum working, i could imagine it would of been a great little tool to use for those without scripting knowledge could get their hands very dirty and interact with HFS on a whole new level!

9
HTML & templates / Re: Template building for HFS
« on: September 02, 2015, 03:38:33 PM »
Your right, since there has been so much upgrade, some of the stuff is obsolete, but at least there is a basis there and something tthat can be worked on, was just an idea, and still very worth it.. Like you my friend, i wish i had the time to learn to program, so much could of happened with the TB

10
HTML & templates / Re: New Sort Of Template
« on: September 01, 2015, 03:42:54 PM »
It does the works! In fact, i might even recall, i got just what im looking for to work from on the wiki and FHFS version! ;)
Its a whole template, this isnt really suited for HFS yet it just needs to be put into a master file.

Ill be bringing responsive HTML5 here as well, need to get used to the Macros for HFS, would of been great if Temp Builder was finished!

11
HTML & templates / New Sort Of Template
« on: September 01, 2015, 02:13:28 PM »
Hi Guys,

wondering if anyone can be bothered finishing off a project :) its all done, you just need to convert it to HFS. Its taken a good time to code it but satisfied what it looks like tested :)

Let me know whats you think, and if so, ill release some older stuff cool stuff!


12
Programmers corner / Re: Integration Of Other Software
« on: September 01, 2015, 10:17:15 AM »
Vulnerabilities are sorted on my neck of the woods ;) In saying all that, i dont think Plugins and Modules would be necessary at all. HFS already has a fabulous depth to it. My thinking was far too over the top i did realise before asking, but you never know where asking could lead! Thanks lads!

13
HTML & templates / Re: Template building for HFS
« on: September 01, 2015, 09:33:22 AM »
There is a link in this thread my friend.. But alternatively if you like *Check Attachment*

I wish i had the time to teach myself more coding than HTML i got some Farken great ideas with this template builder, its a shame no one took it under the wing as a side project, along with Rejettos HFS i would donate a few dollars into HFS-TB (just not evenly matched) The template builder is really exciting for what it is, it has so much potential to be able to give so much more and i believe it would make the HFS software itself more of an exclusive :D Hopefully one day someone can get back onto completing TB - or hopefully i get some free time here and there to learn to code!

Hope your all staying well and safe!

@LeoNeeson enjoy bud - if you know how to code and can get into it somehow to continue - i wouldnt mind helping you test :)

14
Programmers corner / Re: Integration Of Other Software
« on: September 01, 2015, 05:20:20 AM »
managed to get a forum up without php. ill go 4 this mailserver thats been suggested!

how would responsive html5 work with hfs, shouldn't be a problem should it?!?!

15
HFS ~ HTTP File Server / Re: code for forum
« on: September 01, 2015, 05:03:23 AM »
trust me not 2 notice, in the meantime i been working out a way

this calls 4 celebration drink anyone? ;D ;D

Pages: 1 2