?start=xxx

hi,
its my first post here.we are working for making a video player on nginx
server with .flv module but we sticked to the problem that we want to
tell
the nginx to start from the following address but it doesnt.we want to
make
video streaming by this command but it doesnt recognize?any help would
be
appreciated?

the command is: netStr.play("/videos/test.flv?start=004");
any ideas?

Selam Hakan:)
the “start” variable stands for “start from XXX byte” -not second- ,
you must check compile time options (did you configure with
–with-http_flv_module? ) , check config file and file path in flash
also.

hakan durukan yazmış:

Selam Anıl,
they say that the server has the flv module but where can i check,can
you
please give me more information because im really in trouble?can you
explain
step by step?
also i put the files in /var/www/localhost/htdocs/hakans folder?does it
make
any problems?

Hi,

It’s up to your Flash player to set the ?start= parameter correctly.
What player are you using. Do you see any video or is it just that you
can’t scrub in the timeline?

how do you use ?start parameter correctly can you give me example code?

my ?start command doesnt work like this
netStr.play("/hakans/videos/BEDUK_AUTOMATIK.flv?start=004000");

sorry it seems to work now but i cant see video

tried the URL to your file? such as
http://your_domain/path/to/BEDUK_AUTOMATIK.flv ?