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

Pages: 1 2 3 4 5 ... 9
31
Programmers corner / Re: HFS Bittorrent support is here
« on: July 11, 2009, 04:05:02 PM »
the idea behind their bit-torrent DNA javascript is, if there is no DNA client on end users computer it will just stream the files normally from the server. so it will still work, but it will work even better if the end user has it installed. yesterday tried already the integration work, it went good but i messed up the template now try doing everything again :D i will post the tpl and info later on. the only true way in finding if this works is to have lots of users on your hfs with the dna client installed. and see if any uploads have been made to other users. testing this on local or by 1 person is really not easy of knowing if it works, i came to the conclusion that it works, because i saw in the dna client control panel, the evidence when i click play, on the dna control panel you can see that its downloading and showing data movement. it would probably be the same with the upload onces there are users using the dna client and using your website.  :D

32
Programmers corner / Re: HFS Bittorrent support is here
« on: July 11, 2009, 05:22:02 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

33
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 11, 2009, 05:16:30 AM »
with the rollover you have to rewrite some things i believe in the tables css its a bit of work  :o

well it seems i'm getting somewhere with the Bittorrent DNA integration  ;D will be posting in the programmers thread , post bittorrent support in hfs  :D

34
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 10, 2009, 07:30:40 PM »
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.



I'm very impressed  ;D, it really looks nothing like HFS template which i really like, it looks like a website where you can watch videos from  ;D

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

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 .

35
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 10, 2009, 12:14:03 AM »
So in other words i need too logg in to see the vlc

Fixed the issue, now you can see it even if you are not logged in.

Check Attachment.

lol i got lazy didnt want to open my hfs to check out the template so i tried to hack into yours haha http://xxx.xxftp.org

sorry dude, there is no way i can get in,  :D guess i have to boot hfs up  :D

36
Bug reports / Re: please do unicode !
« on: July 09, 2009, 09:03:30 PM »
another option, porting to Delphi.NET and using VCL.NET instead.  cuz Delphi .net supports unicode, the support for it is part of .NET itself.  ;D

http://sourceforge.net/projects/delphinet/

unicode component library
http://www.tntware.com/delphicontrols/unicode/

im the best coder on this planet ! ;D

37
Bug reports / Re: HFS dont work with chrome...
« on: July 09, 2009, 08:57:32 PM »
that type of error could be the Template it self being messed up and not added right into HFS

try using the default HFS template i bet it will work  ;D

38
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 09, 2009, 04:22:15 PM »
I have this  VLC version 0.9.9 in my comp but when i want to see the vlc i need to logg in, but when i'm not logged in i can't see the vlc

maybe you locked the js folder, instead of hiding it  ;D

make sure you don't set passwords on any files that are related to vlc and css. even images folder 

39
HTML & templates / Re: mysoogal question
« on: July 09, 2009, 01:53:30 PM »
this issue has been completed here

http://www.rejetto.com/forum/index.php?topic=7161.0

40
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 09, 2009, 01:49:07 PM »
nice black theme, reminds me of stage6.

you also got the new vlc skin working  :o

41
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 09, 2009, 04:48:10 AM »


bad news

do not update your vlc to 1.0.0

the vlc controls js files will not work with this version  >:(

vlc .9.9 works pretty fine.

i wonder if revolunet.com  will update the js code so it supports the 1.0.0 :O

42
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 08, 2009, 08:54:30 PM »
lol somebody uploaded something dirty lol turtle.avi lol

by the way who ever that is, this is a encoding server! any video you upload gets encoded and sent to media box :D

43
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 08, 2009, 08:15:22 PM »
vlc enabled on eye candy theme now  ;D

the hfs tpl is updated. please make sure you have the css,and the js files from vlc
 ;D

44
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 08, 2009, 07:58:55 PM »
eye candy theme new

simple and fast. i re-style the default template into something much cleaner  :D well for me that is. you can easily add vlc player ion top and video support in this theme.

http://www.megaupload.com/?d=BHIT7S0S

copy css folder into hfs and use the hfs.tpl below which i attach enjoy

45
RAWR-Designs / Re: Future Plans, Upcoming Events
« on: July 08, 2009, 12:37:11 AM »
TSG, its not vlc issue you got i believe your graphic driver need updating, i too had problems with vlc and mplayer having pixel blocky video on vista home basic :O.

i fixed it by updating video driver. or maybe you need to use overlay in vlc  ;D.


will your template have thumb support as shown in this picture ? with file title ? i have been trying to make something like this for hfs theme many hours i can't think anymore  :D, it would be pretty nice to have thumbs support in your template 

Example:
http://www.rejetto.com/forum/index.php?topic=7166.0

Pages: 1 2 3 4 5 ... 9