Re: [Live-devel] How to play video stream from RTSPServer

2008-06-24 Thread Yamini S. [EPLX - DCC]
June 24, 2008 8:11 AM To: [EMAIL PROTECTED] Subject: [Live-devel] How to play video stream from RTSPServer I build up a RTSPServer (e.g testMPEG4VideoStreamer in the testProgs),Somebody ever say that it can play the video directly in the VLC player with openning the UPL:rtsp://x.x.x.x:8554/tests

Re: [Live-devel] How to play video stream from RTSPServer

2008-06-23 Thread Ross Finlayson
I build up a RTSPServer (e.g testMPEG4VideoStreamer in the testProgs),Somebody ever say that it can play the video directly in the VLC player with openning the UPL:rtsp://x.x.x.x:8554/teststream. Yes, but it should be "testStream", not "teststream". -- Ross Finlayson Live Networks, Inc. http:/

[Live-devel] How to play video stream from RTSPServer

2008-06-23 Thread liang ch
I build up a RTSPServer (e.g testMPEG4VideoStreamer in the testProgs),Somebody ever say that it can play the video directly in the VLC player with openning the UPL:rtsp://x.x.x.x:8554/teststream. I try to do it on the Windows xp system(the server build on the Linux system) ,but fail.Should