Hello Experts, I am working on a Real Time Video transmission project,so basically I have to stream a video over a network.When i start ffserver,The stream of mine is being encoded but when i Try to play it back on my computer with Real Player 10 it displays the msg Error mesage::-- " Unable to establish a connection with the server. (http://localhost:8090/test.rm)" I actually want it to play back with rtsp as that would be more efficient in real time video transmission and the playback command is rtsp://localhost:5454/test1.rtsp.rm it still give me the same error message as above. My ffserver confugarations are as follows... <Stream test.rm> Feed feed1.ffm Format rm AudioBitRate 32 VideoCodec rv10 VideoSize 640*480 videoBitRate 200 VideoFrameRate 25 VideoGopSize 25 </Stream> My ffserver starts properly and also encodes the stream but i get no display in my real player when I click on open location. I also tried with ffplay and the command i give is ffplay -f rm http://localhost:8090/test.rm and it works. Can someone sujjest something about the rtsp stream.I need to get rtsp stream working.I have a little time on my hands. Could you tell me what I am doing wrong. Regards, Thank you in advance, Amit