[Live-devel] Does Live support WM9 streaming

2008-01-02 Thread Kiranjyothi
Hi , I want to know whether Live55 has support of WM9 streaming or not.When i was looking into the code i didnt find such support.So Please clarify my query. Thanks, Kiran..___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.c

Re: [Live-devel] The quality of video is not good with streaming MPEG-2

2008-01-02 Thread Ross Finlayson
Also, a reminder that "openRTSP" has an option "-Q" for reporting quality-of-service statistics, including packet loss. See http://www.live555.com/openRTSP/#other-options -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mai

Re: [Live-devel] The quality of video is not good with streaming MPEG-2

2008-01-02 Thread Ross Finlayson
>I tried the live555MediaServer.exe in window to stream >the MPEG-2 video . > >And then I used openRTSP commandlive to receive that >stream . > >The result , I got the video-MPV-2 file and I used VLC >to watch .. >The quality of this video is not good , there are many >green color on the video ..

[Live-devel] The quality of video is not good with streaming MPEG-2

2008-01-02 Thread Khuong Nguyen
Hi , I tried the live555MediaServer.exe in window to stream the MPEG-2 video . And then I used openRTSP commandlive to receive that stream . The result , I got the video-MPV-2 file and I used VLC to watch .. The quality of this video is not good , there are many green color on the video ..

Re: [Live-devel] Unicast streaming over the Internet using LIVE555

2008-01-02 Thread Ross Finlayson
>I have developed a RTSP Server and I can get it to stream just fine >over the LAN. However when I try to stream over the internet, I see a >connection but do not see an image come through. I can send commands >to and fro. I can see the DESCRIBE, SETUP, PLAY and TEARDOWN pass just >fine. Have you

[Live-devel] Unicast streaming over the Internet using LIVE555

2008-01-02 Thread Nikhil Naik
Hi Ross, I have developed a RTSP Server and I can get it to stream just fine over the LAN. However when I try to stream over the internet, I see a connection but do not see an image come through. I can send commands to and fro. I can see the DESCRIBE, SETUP, PLAY and TEARDOWN pass just f

Re: [Live-devel] Help

2008-01-02 Thread Ross Finlayson
I am new to Live555. I am currently working on a project that need to streaming multiple files one by one. Can any body tell me how to implement this? The easiest way is to use the "ByteStreamMultiFileSource" class in place of "ByteStreamFileSource". -- Ross Finlayson Live Networks, Inc. htt

[Live-devel] Help

2008-01-02 Thread Zheng Han
Hi All: I am new to Live555. I am currently working on a project that need to streaming multiple files one by one. Can any body tell me how to implement this? I try to use stdin in a child process (I use a pipe and redirect parent’s out to child’s in). The parent reads PS mpeg2 files an

Re: [Live-devel] MPEG4 streaming source to FIFO/Buffer

2008-01-02 Thread Ross Finlayson
>I want to send the MPEG4 stream I get from an IP Camera (Axis) to my >piece of software which does motion analysis. >Until now I've been able get the MPEG4 stream and save it to a file >using a sligthly modified version of openRTSP. > Then I open the file in my program and I extract the frames

[Live-devel] MPEG4 streaming source to FIFO/Buffer

2008-01-02 Thread Robin Penea
Hi everyone, I've been spending a few hours to find any technical solution to this problem : I want to send the MPEG4 stream I get from an IP Camera (Axis) to my piece of software which does motion analysis. Until now I've been able get the MPEG4 stream and save it to a file using a sligthly modi