wotwot / haxevideo

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

doesn't stream webcam to record.flv #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download     haxeVideo-Beta3.zip
2. haxe video.hxml
3. neko server.n localhost 1935
4. open in browser http://localhost/~currentuser/haxe/haxeVideo/video.html
4. click button Record Cam

What is the expected output? What do you see instead?
record.flv size = 0 bytes, after pressing the stop button record.flv size = 13 
bytes (file contents 
starts with FLV)

What version of the product are you using? On what operating system?
mac os x 10.4.9 (PPC) adobe flash player 9,0,45,0 (in safari & firefox)

Please provide any additional information below.
server output:
Starting haXe Video Server on localhost:1935
CONNECT {app => AString(), fpad => ABool(false), audioCodecs => ANumber(615), 
videoCodecs 
=> ANumber(124), pageUrl => 
AString(http://localhost/~currentuser/haxe/haxeVideo/
video.html), swfUrl => 
AString(http://localhost/~currentuser/haxe/haxeVideo/video.swf), tcUrl 
=> AString(rtmp://localhost), objectEncoding => ANumber(0), flashVer => 
AString(MAC 
9,0,45,0), videoFunction => ANumber(1)}
CREATESTREAM null
PUBLISH null, record.flv, record
Client.hx:313: COMMAND CClientBuffer(0):1

Original issue reported on code.google.com by joost.ho...@gmail.com on 12 Jun 2007 at 7:04

GoogleCodeExporter commented 9 years ago
Looks like no AUDIO/VIDEO information is received by the server. Usualy when 
pressing
"Record cam", a dialog should open and ask you to share your camera. The camera 
video
should also be visible on the stage.

Original comment by ncanna...@gmail.com on 16 Jun 2007 at 1:17

GoogleCodeExporter commented 9 years ago
Same issue here:
When I click ""Record cam" a dialog does open asking if I would like to share 
my camera. I click allow and 
have the same result. Debug info is printed but the camera video is not 
visible. record.flv size= 0 bytes
Server has identical output

Other information:
haxe from svn
Flash Player MAC 10,0,22,87
http://dovisio.com/.works fine which makes me think this is a server side issue

Original comment by moocowma...@gmail.com on 17 Nov 2009 at 9:36

GoogleCodeExporter commented 9 years ago
FIXED:
1.Right click on the SWF player
2.Go to Settings
3.Click the camera icon
4.Select the correct camera

Original comment by moocowma...@gmail.com on 12 Jan 2010 at 7:11