Skip to main content
April 11, 2007
Question

FMS 2.0.4 play stream end with 404 in logfile

  • April 11, 2007
  • 1 reply
  • 253 views
Hello

I installed a fms 2.0.4 on a linux box. The Admin panel and the daemon is runnig, i created a test site to connect to the fms, but i am not able to get the movie running. I used the flowplayer like described here to connect to my fms
http://flowplayer.sourceforge.net/howto.html

the index.php file holds that

<object type="application/x-shockwave-flash" data="FlowPlayerWhite.swf"
width="320" height="262" id="FlowPlayer">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="FlowPlayerWhite.swf" />
<param name="quality" value="high" />
<param name="scale" value="noScale" />
<param name="wmode" value="transparent" />
<param name="flashvars" value="config={streamingServerURL: 'rtmp://192.168.66.68/film', videoFile:'parade.flv'}" />
</object>

the player plays the flv when i dont use the fms, if i want to connect via the fms it connects but the movie is not playing
I adjusted the debugging and i found the following infos in the logfile

play
stream
2007-04-11
18:05:10
CEST
b.flv
12793
0
0
_defaultRoot_
_defaultVHost_
film
_definst_
192.168.66.21
rtmp
rtmp://192.168.66.68/film
http://devel.roland20.dev/FlowPlayerWhite.swf
WIN 9,0,16,0
140796424
6216
6391
b.flv
0
0.000000
0
0
0
127.0.0.1
0
404
rtmp://192.168.66.68/film
-
-
-
flv
-
rtmp://192.168.66.68/film/b.flv
rtmp://192.168.66.68/film/b.flv
-
-

I also got the examples from http://blogs.adobe.com/dreaming/2006/11/fms_resource_center.html

am am able to get the connection and the usage of this example writes a logfile
play
stream
2007-04-11
19:42:18
CEST
parade
18743
0
2
_defaultRoot_
_defaultVHost_
streams _definst_
192.168.66.20
rtmp
rtmp://192.168.66.68/streams
file://blalba/csimplePB.swf
WIN 9,0,16,0
140802496
6262
6391
parade
-
-
0
0
0
127.0.0.1
0
200
rtmp://192.168.66.68/streams
-
-
-
flv
-
rtmp://192.168.66.68/streams/parade
rtmp://192.168.66.68/streams/parade
-
-

here it tells me the diverense of 200, the first example got a 404 while play

In both ways i see the connection and the streaming in the admin panel, but i dont see the movie.

Can someone send me a Vhost.xml and other init files that i can get the example playing in all cased (I read about virtual key mapping, etc) and can someone tell me which player i can use for test implement to see my video?

All links etc are welcome. I also pay if someone can help me to get it working.

Additional Infos can also sent to me by email, so dont hesitate - marco.kammerer@uibk.ac.at

Bye
Marco
    This topic has been closed for replies.

    1 reply

    April 12, 2007
    The problem seems to be solved. The flowplayer was not working correctly. Now I Need a Player that is able to Connect to fms2 and is easyly customable like the flowplayer