wotwot / haxevideo

Automatically exported from code.google.com/p/haxevideo
0 stars 0 forks source link

FLV File not found - #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.launch server : neko /test/haxevideo-1.0/server.n
2. copy files video.html & video.swf in a webserver directory   
3. open http://localhost/haxe/video.html
4. hit the "Play test video" Button

What is the expected output? What do you see instead?
The test video doesn't start. 
client side  :  client could connect and after deconnect. 
server side :  
CREATESTREAM null
Client.hx:379: COMMAND CClientBuffer(0):1
PLAY null, test.flv
[2008-03-17 11:05:08] FLV file not found 'videos/test.flv'
Called from hxvid/RealtimeServer.hx line 109
Called from hxvid/RealtimeServer.hx line 256
Called from hxvid/Server.hx line 40
Called from hxvid/Client.hx line 370
Called from hxvid/Commands.hx line 132
Called from a C function
Called from hxvid/Client.hx line 253
Called from hxvid/Client.hx line 454
Called from hxvid/Client.hx line 180

What version of the product are you using? On what operating system?
I use version 1.0 on mac os x 10.4

Please provide any additional information below.
I install Neko VM (OSX Universal Installer from 
http://haxe.org/_media/hxinst.dmg?id=download&cache=cache
I download haxevideo server
I copy it on a folder
The server start correctly, it seems it couldn't find or read or write files 
the record button gives these errors

CREATESTREAM null
PUBLISH null, record.flv, myWebCam
[2008-03-17 11:10:33] [file_open,videos/record.flv]
Called from hxvid/RealtimeServer.hx line 109
Called from hxvid/RealtimeServer.hx line 256
Called from hxvid/Server.hx line 40
Called from hxvid/Client.hx line 370
Called from hxvid/Commands.hx line 132
Called from a C function
Called from hxvid/Client.hx line 277
Called from neko/io/File.hx line 50

Original issue reported on code.google.com by lionel.b...@gmail.com on 17 Mar 2008 at 10:12

GoogleCodeExporter commented 9 years ago
please first go in /test/haxevideo-1.0/ directory before running server.n, 
since the
current directory is used to lookup FLV files.

Original comment by ncanna...@gmail.com on 24 Mar 2008 at 8:41