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 ... 9
1
HFS ~ HTTP File Server / remote upload ?
« on: October 16, 2009, 08:39:27 PM »
hi, rejetto ! i've been wondering will hfs have remote uploading feature to get files from remote storage

2
HTML & templates / Re: Upload Form
« on: September 08, 2009, 08:01:40 PM »
Styling an input type="file"

http://www.quirksmode.org/dom/inputfile.html

it should work ,

120 days after ! reply posted

3
HTML & templates / Re: Video Support in HFS using VLC ready
« on: September 08, 2009, 05:34:17 AM »
thumbnail suppoprt but little messy

Quote
[file]
<tr><td class=row>%new%

<script language="javascript">
var c='%item-name%';
switch (  c.substr(  c.lastIndexOf('.')  ) .toLowerCase()  )
   {
case '.jpg' : case '.jpeg' : case '.gif' : case '.png' :case '.ico' :case '.bmp' : document.write('<br><a href="%item-url%"><img align=middle width="286" height="160" src="%item-name%"> </a> ');break;
   default      : document.write('<img align=middle src="/~img_file"> ');
   }
</script>

 <a href="#" title="{.!Click To Stream.}" onClick="vlc_controls.play ('%item-full-url%')">%item-name%</a>%comment%<td class="row right">%item-size%<td class="row right">%item-modified%<td class="row right">%item-dl-count%
</tr>


hfs beta 242 events ffmpeg mencoder commands for encoding


Quote
[+upload completed]
{.if|%item-ext%=avi|{:{.exec|cmd.exe /C C:\Intel-HFS\encoder\mencoder.exe "%item-resource%" -o "C:\Intel-HFS\comp\%item-name%.ogm" -af volume=10 -aspect 16:9 -of avi -noodml -ovc x264 -x264encopts bitrate=500:level_idc=41:bframes=3:frameref=2: nopsnr: nossim: pass=1: threads=auto -oac mp3lame .}
:}/if.}

[+upload completed]
{.if|%item-ext%=avi|{:{.exec|cmd.exe /C C:\Intel-HFS\encoder\ffmpeg -v 0 -y -i "%item-resource%" -vframes 1 -ss 5 -vcodec mjpeg -f rawvideo -s 286x160 -aspect 16:9 "C:\Intel-HFS\comp\%item-name%.jpg".}
:}/if.}


tpl added, look into it  ;D upload and convert working !

4
HTML & templates / Re: question
« on: August 10, 2009, 09:46:06 PM »

5
HTML & templates / Re: Video Support in HFS using VLC ready
« on: August 10, 2009, 09:43:36 PM »
as much as i would like to look into this, i really dislike anything that involves Rawr and it's developer  :D not to mention divx web player which is not open source and support for it can be discontinued at anytime. plus i hate that freaking divx logo on the player  ;D

have looked into this http://highslide.com/ might help you  :-X

hmm about the fading you probably better of talking to that Rawr developer but don't expect help that much  ;D

6
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 25, 2009, 09:48:09 PM »
bittorrent support on the vlc player, but ! DNA client need be installed

http://127.0.0.1/proxy?qos=100000&url=http://download.bittorrent.com/dl/BitTorrent-4.27.2.dmg&service=min_rate_data

in bold, just change it to hfs full url code, and add the other missing part




7
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 25, 2009, 07:21:55 AM »
it looks like i already did hahaha

i figured it was pretty simple to take apart using firebug and ie developer tools,

its on my site mysoogal dot com but i will take it down shortly im bored from it. the uploaders have very low bandwidth. so each stream channel has low bandwidth. but i saw little of The Red Cliff that chiense movie it was interesting but not worth to mess around with. i think the vlc bittorrent issue, has been fixed. i will post later what it is. but it seems to work only if you have DNA client installed :O

8
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 25, 2009, 03:59:41 AM »
found another website, veetle.com that uses vlc with p2p very much my idea from 2006 if only i could've coded things back then i'll be rich by now  ;D

anyways when you install their vlc plugin, you will see they also added the option to change screen ratio, thats what i wanted, it seems veetle and me are destined to meet. haaa  ;D


9
RAWR-Designs / Re: Flash Uploader
« on: July 24, 2009, 06:03:53 AM »
I'm wondering if you can use python to upload files  ;D

10
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 24, 2009, 06:01:35 AM »
http://just-do-it.no-ip.org/_Video/THE_SKY_AT_NIGHT/vlc_control.html


thanks you reminded me of this website, i know this website :O

always wondered if i can change video from 4:3 to 16:9 to etc through the javascript

i will have to look more into this i want this option in the vlc theme  ;D im sick from 4:3 freaking youtube crap

11
RAWR-Designs / Re: Flash Uploader
« on: July 22, 2009, 11:40:20 PM »
i use uploadify small and pretty nice looking

http://www.uploadify.com/demo/

but hfs not yet supporting php  :o

12
HTML & templates / Re: ajax content theme
« on: July 22, 2009, 11:36:50 PM »
sorry, i didn't go that far into the theme, thats why i left that top section open, that says something else here

you could copy the [upload-file] section and past it where it says something else here  :)

if you look how it is display'd in the tpl you can easy add what you want and create more slid content divs to fit your needs.

13
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 22, 2009, 11:34:18 PM »
there probably is, maybe in another language.  ??? hard to find out since the vlc forum seem to not keep any track of people using the vlc plugin  >:(

im trying to figure how to add srt with the javascript :O

i found out its much easier to just use mkvtools and merg avi + srt = mkv so when you stream video it shows subtitles :D

i wonder if there is a youtube clone that uses only vlc plugin, tried so many times to start a php clone that uses vlc but got nowhere near it.  :-X

14
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 22, 2009, 07:28:45 AM »
Quote
var VLC_controller_default_buffersize = "5";

this seems to be the 5 second pre-buffer settings , it fills video data chunk for 5 seconds before it plays video. you can notice this when you play video files from hfs it takes a while for video to start. if you change the option from 5 to 0 it will play without waiting for the buffer chunk to fill then play.  ???

i think i asked this Q before in the vlc forums, nobody wanted to help i really hate those forums full of empty air heads  :D

15
HTML & templates / Re: Thumbs Working but need more help
« on: July 21, 2009, 06:52:03 PM »
alright  ;)

Pages: 1 2 3 ... 9