Skip navigation
Currently Being Moderated

unable to test MPEG-4 files using fmscheck.exe

Mar 23, 2012 4:20 AM

Tags: #fmscheck.exe

I am trying to run fmscheck.exe to test server status

i am using bat file with code:

set /A counter = 0

:start

start /B fmscheck.exe --host localhost --app vod --play sample 0 all --timeout 360 --logfile output_log.txt

set /A counter = %counter% + 1

IF %counter% LEQ 9 goto :start

 

I have sample.flv and sample1_1500kbps.mpeg-4 file in my application\vod\media folder.

 

When i run sample file using code given above it runs successfully

But when i input

start /B fmscheck.exe --host localhost --app vod --play sample1_1500kbps 0 all --timeout 360 --logfile output_log.txt

it gives error: File NOT found

 

I tried this command:

start /B fmscheck.exe --host localhost --app vod --play mp4:sample1_1500kbps 0 all --timeout 360 --logfile output_log.txt

it gives error: File NOT found

 

What is the problem here?

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points