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 ... 7
16
RAWR-Designs / Re: RAWR streaming video hangs at "Waiting for Video" ???
« on: August 07, 2009, 05:38:30 PM »
if you enable include username and password in url, the divx web player works perfectly

will not work in IE tho.

17
HFS ~ HTTP File Server / Re: Top10 downloads/uploads
« on: August 05, 2009, 05:25:32 PM »
any way to do this?

possibly list New files in a scroll box.

18
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 25, 2009, 06:07:25 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



hmm nice, are you going to try to copy it.

19
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 23, 2009, 10:13:53 AM »
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

found these
http://just-do-it.no-ip.org/_Video/THE_SKY_AT_NIGHT/vlc_control.html - this one has fast fordward which actually works

http://people.videolan.org/~dionoea/vlc-plugin-demo/index.php


20
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 22, 2009, 12:43:42 PM »
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

lol ya i set it to 0 starts right away, plus pauses right away as well if you pause. if you set buffer size to 5 it pauses 5seconds or so later.

i wonder if we there is another vlc widget made somewhere on web.

21
thanks but where is style.css ? you didn't include it in folder

22
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 21, 2009, 09:52:53 PM »
yes i also, notice that often.  :o it might be just downloading chunks of data then it puts this file to temp folder from there it reads that video file. or maybe it doesn't even save that file to temp folder.

i think it is the web servers issue more then anything  ;D

HTTP Progressive Download versus Streaming Media

http://en.wikipedia.org/wiki/Progressive_download#HTTP_Progressive_Download_versus_Streaming_Media

i think apache2 and lighty web server have module for h.264 streaming which will allow you to seek ahead in the video file. but i havn't looked into this.

their is also a php script that does this enables you to seek in flv or avi files. i think vlc is not the issue here :O more to do with web server setups.

oh yh i'm running on xp 64 ! its much better then 32 bit. :O  ;D



ya divx player for sure does that, downloads it to temp folder and reads it from there, you can even click save once its finishes the downloading.

I think its vlc read it from temp aswell but we need to set option for buffer size, maybe we can try playing with that. maybe this 5 represents 5% or 5seconds.
var VLC_controller_default_buffersize = "5";

this.options.set("http-caching", parseInt(VLC_controller_default_buffersize) * 1000);
this.options.set("udp-caching", parseInt(VLC_controller_default_buffersize) * 1000);
this.options.set("http-reconnect", "true");
  

edit: so i found more code in vlccontrols seems like its 5 seconds

23
Playing with RAWR Design template and trying to make streaming video's (*.avi) it just hangs at "waiting for video" and HFS does not show any activity/loading. But when I go to my music (*.mp3) it plays without a problem. Does anybody have a solution for this or am I doing something wrong?

Thanks all!

set videos to allow anonymous access

Is there anyway to have a login for users to view video's. I have 7 users and I only want them to be able to view the video's. I don't want some guy from New York watching my movies if I don't know him. I host http://www.jclayton.net and under "The Vault" There are users, for each user they have access to some folders. Those folders are locked with permissions from HFS. In the long run I want to be able to only have users streaming video's.

it doesn't work if you dont' allow antonymous access, you can set to allow access for user to that folder but also set it to allow anonymous access, they won't see the folder unless they actually type the name of the folder out in the url.

24
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 21, 2009, 05:11:37 AM »
nice  ;D

i think if the video is encoded right you can fast forward but i think it will only work on firefox browser  :o and your connection has to be kinda fast.

if you want to switch between the players, you will need to have some type of mootool content switch script or jqurey content switch script.

or maybe  just simple ajax tabs to switch between div ? something like that its possible.

What i noticed is with divx player, it keeps downloading the movie as it plays.

With VLC it only download little, it downlands little then stops then u reach a point where you are watching it and then starts downloading again. I think if we can get vlc to keep downloading, the fast forward should work. i'm guessing it downloads couple seconds then plays and keeps downloading in couple seconds interval like 10secs at a time or something.

25
Playing with RAWR Design template and trying to make streaming video's (*.avi) it just hangs at "waiting for video" and HFS does not show any activity/loading. But when I go to my music (*.mp3) it plays without a problem. Does anybody have a solution for this or am I doing something wrong?

Thanks all!

set videos to allow anonymous access

26
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 20, 2009, 11:40:38 AM »
v1.2
- Added rollover for file system with other minor changes.




27
thanks for share

28
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 19, 2009, 08:52:53 PM »
I would like to add the following, who ever can help with this would be great.

- Switch for media files to play in vlc others download or have a option that allows user to either stream or download.
- Possibly would like to set avi files to play with divx player and have mkv play with vlc.


look into here

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

this new dude, mod hfs clean theme, i think this would be possible, you can have for example two url for each thing you want to do, stream this file , or download this file. so you would probably need to have two of [file] for each need i think.

i think this is rather not good vlc is good enough for me, adding divx is not a good idea, on linux i really dont use it since i have vlc plugin installed. and windows i never have divx installed  :-\


only reason i want to add divx is so users can fast forward stream.

29
HTML & templates / Re: Video Support in HFS using VLC ready
« on: July 19, 2009, 05:43:43 AM »
I would like to add the following, who ever can help with this would be great.

- Switch for media files to play in vlc others download or have a option that allows user to either stream or download.
- Possibly would like to set avi files to play with divx player and have mkv play with vlc.

30
thanks for the share

Pages: 1 2 3 4 ... 7