i have read on some places that it is possible to stream flv using flash media server so that the files are will be streamed and not cached in the temporary folder instead.
this also helps to resolve the ugly problem that i have in my flv player now. that’s what i have now is when i embed the player to the page, at the back of the url of the player, i add the url to the flv video file to let the player take in the file to play. so it looks this way: player.swf?file=http://localhost/videos/files/myvideo.flv
it looks real ugly this way. so how could actually stream the file using flash media server? what are the techniques to do this?
thanks.