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

Pages: 1 2 3 4 5 ... 7
31
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 18, 2009, 07:21:07 PM »
well the vlc behaves like it wants to play the file...ive installed 0.9.9 and have made sure that the plugin is 0.9.9

all the other java script works...doesnt want to work in ie or firefox

i do have a user name and password set but i dont see how that could affect things when the other js is working

i even tried the bittorrent flash player and it didnt work

usually im not so noobish about things like this its really pissing me off

try setting folder with video to allow anonymous access. should play fine then.

32
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 18, 2009, 01:03:49 AM »
for the life of me i cant get this to work... is there something that i have to do...no users/passwords?

this is really frustrating me...even the flash bittorrent dna client isnt working

gah!!!

gotta give details, what exactly isn't working

33
RAWR-Designs / Re: Bug on playing Video Files (url cut off)
« on: July 14, 2009, 12:34:25 AM »
try this attached preview box.

34
HFS ~ HTTP File Server / Share printer through HFS
« on: July 13, 2009, 08:20:27 AM »
Is it possible to share printer somehow with HFS?

35
RAWR-Designs / Re: Bug on playing Video Files (url cut off)
« on: July 13, 2009, 07:19:06 AM »
Quote
rawr_previewbox.js is in rawr_default folder.

i only have the *.tpl and a template folder and in the template folder there is no rawr_preview.js.

Quote
The error you are getting probably because of not setting anonymous access.

i gave anonymous access but the problem is still there.
Code: [Select]
<param value="http://xxxx.homeftp.net/Videos/Volleyball Drumbo Cup.avi" name="src"/>
<embed width="640" height="380" autoplay="true/" cup.avi="" drumbo="" src="http://xxxx.homeftp.net/Videos/Volleyball" type="video/divx"/>


this is the code which is generated. and you see this embed is fully corrupted.

why are drumbo and cup a new element ?
so this must be a bug in the preview.js but i don't find it.

am i just blind ?
thx so far.

download the template again, you may be using the black, but you need default folder to stay in template.

36
RAWR-Designs / Re: Bug on playing Video Files (url cut off)
« on: July 13, 2009, 06:44:50 AM »
rawr_previewbox.js is in rawr_default folder.

The error you are getting probably because of not setting anonymous access. Try setting anonymous access in video folder you can keep the password in root. We haven't figured out a way to make it work without setting anonymous access.

Code: [Select]
// Insert DivX
function spawnDIVXBox(target,file) {
spawnBox(target,640,380);
setTimeout("setDIVXBox(\""+target+"\",\""+file+"\");",300);
}
function setDIVXBox(target,file) {
setName(file);
gEBI(target+"Content").innerHTML = "<object classid='clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616' width=640 height=380><param name=src value=\""+file+"\"/><embed type='video/divx' src="+file+" width=640 height=380 autoplay=true/></object>";
}

37
RAWR-Designs / Re: Bug on playing Video Files (url cut off)
« on: July 12, 2009, 06:23:15 PM »
Hi all,

i detected a bug concerning the streaming of videos.
if i want to preview an .avi video the url is not completely going to the video.

e.g. the folder is called "the house" and the video is called "video1.avi"

the link in the preview windows is going only to "/the", so the bug seems to be a missing "" in the embed code.

maybe s.o. knows where to find the specific term in the template.


hopefully i could help solving a bug!?


greetz
stit

Which template are you using? Do you actually get any error?

*make sure you set your video folder to allow anonymous access if you have a password set other wise it won't play.

rawr templates almost all are same.

in tpl look at [File]

in previewbox.js - look for the divx spawn box code

38
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 12, 2009, 12:27:23 PM »
Made some changes to the template.

- Replaced Default Folder Icon
- Added File link - file type icon
- Increased File List Font Size.

39
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 12, 2009, 12:24:36 PM »
with the rollover you have to rewrite some things i believe in the tables css its a bit of work  :o

The roll-over was one way around in order to avoid scrolling down for ever 'til the end of the page.
This issue has been solved in the French Version with a selection box : "N# of Elements showed per page"

Quote from: slasherx
We gotta figure out a switch that plays video files in vlc and other files it should let users download.

Once viewed the file is stuck under *.temp which I guess U could easily trace and rename ... still this way is not user friendly  :)

TC

can you post the template file.

40
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 12, 2009, 04:30:20 AM »
nicely done so far, but ya having mkv, avi support is a must for me. I will test this out.

I'm not worried about credits, im cool you can make what ever changes you need.

We gotta figure out a switch that plays video files in vlc and other files it should let users download.

Thanks

41
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 11, 2009, 12:52:18 PM »
Tested with latest beta build - working fully.

42
Programmers corner / Re: HFS Bittorrent support is here
« on: July 11, 2009, 11:32:48 AM »
let us know :)



with help from my IRC #javascript friends it looks like hfs can have bittorrent support for streaming through the flash player and maybe later on for vlc theme ;D later on i will integrate this into the vlc template, and remove the vlc player and replace it with flash player  ;D  so far looking good

 

Quote
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  <title>Video Links</title>
<script type="text/javascript" src="http://www.bittorrent.com/wp-content/uploads/swfobject.js"></script>
<script type="text/javascript" src="http://btdna.bittorrent.com/btdna.js"></script>

  <script type="text/javascript">

    function videoLink(elem) {
     
      // Pull the URL from the <a> tag
      var videoURL = elem.href;
     
      // Do what the tutorial does, create a new Flash Player
      // with the video, and put it into the "flashcontent" div
      // NOTE: see in addVariable where it calls btdna using the "videoURL"


      var so = new SWFObject("http://www.bittorrent.com/wp-content/uploads/demobuild.swf", "VideoPlayer", "640px", "360px", "9", "#ffffff", true);
      so.addParam("allowFullScreen", "true");
      so.addVariable("auto_play", "true");
      so.addVariable("flvURL",encodeURIComponent(btdna({url:videoURL, service:"streaming", duration:299, buffer_secs:15})));
      so.useExpressInstall('expressinstall.swf');
      so.write("flashcontent");
     
    }
  </script>
 
</head>
 <div id="flashcontent">Video Player Will Go Here</div>
<body>

  <h1>Video Links</h1>

  <a href="http://scottusa.com/flashes/flv/PLASMA.flv" onclick="videoLink(this); return false;"Link 1</a>

  <a href="http://cache01-videos02.myspacecdn.com/149/vid_625227d4fdaf440fa983758df5e6a780.flv" onclick="videoLink(this); return false;">Link 2</a> 



</body>
</html>


the only issue here is that you will need to download the DNA Client :O i wonder why 'expressinstall.swf' isn't working.

maybe this swf player is old i will have to ask around but so far it will work on hfs, if you have the DNA client installed

nice, question

- does everyone who access server need client or just the server needs to have it?
- for this to work everyone would need to have the files downloaded for seeding?

43
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 11, 2009, 11:22:49 AM »
Alright here it is finally.

Anyone makes improvements please post :D

- Download Link: http://rapidshare.com/files/254531470/Media-Server-VLC-Edition_1.0.zip
- Download Mirror: http://www.megaupload.com/?d=FSO0AFSR

- Attached Screenshots

Tested with 2.3 Beta Build 241 - fully working
Tested with 2.3 Beta Build 242 - fully working

44
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 10, 2009, 09:05:25 PM »
Quote
very nice, ill be waiting for your release you done great work, your integration skills are pretty good much better then mine so far, the side bar, is very good,  ;D

Thank you but i think you still know more than me, couldn't have done it without your help via pm and your templates.

Quote
i think where the vlc player code is you need to add this before it <br> few of these so you get that box feeling on top.

the boarder of the tables can be set to 0px so you wont see it like that i will try to update it when you release it

very good template, i didnt think this template would look like this even after integration  :o you pick good one .

I'll try that, the border looks great in Firefox it shows like light gray can barely see it, in IE is all white. the filesystem code can be made alot better if knew how, with possible mouse roll over for a background or so.

45
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 10, 2009, 07:09:31 AM »
so i got it to work, was working perfect i just screwed something up, too sleepy to do anything now.  i'll mostl likely upload it tomorrow if not weekend.

Pages: 1 2 3 4 5 ... 7