Re: [Live-devel] Denial of Service in media server

2007-11-14 Thread Ross Finlayson
Luigi, Many thanks for the bug report. (This is exactly the kind of bug report I love to see.) > for (j = i+1; j < reqStrSize-8; ++j) { Probably the easiest fix for this problem (until I get around to rewriting/cleaning up the whole RTSP request parsing code) is to change j < reqS

Re: [Live-devel] RTP/RTSP Streaming Trouble

2007-11-14 Thread Ross Finlayson
Thanks for the report. Please put one of the problem Transport Stream files on a web server, and send us the URL, so we can download and test this ourselves. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list li

[Live-devel] Denial of Service in media server

2007-11-14 Thread Luigi Auriemma
Hey, I want to report a DoS vulnerability I have found in the live555 media server 2007.11.01. The following are the details: The function which handles the incoming queries from the clients is affected by a vulnerability which can allow an attacker to crash the server remotely using the smalles

[Live-devel] RTP/RTSP Streaming Trouble

2007-11-14 Thread Atkins, Sarah
I have a some transport stream files which play back fine locally using VLC. However, when I stream those files to VLC via the live555MediaServer, only a blank screen opens up. I can see the RTSP DESCRIBE, SETUP, etc packets and the video RTP packets being sent via Wireshark, however no playback is

Re: [Live-devel] Unable to receive multicast video stream on Windows XP

2007-11-14 Thread Brain Lai
Dear Sir: I have conquered this problem today. It was my carelessness since I didn't apply genWindowsMakefiles to build live555 but instead open a new porject in VC6 and import the sources to compile. By default, only WIN32 is defined. But NetCommon.h requres __WIN32__, _WIN32, _WINNT or WINNT to

[Live-devel] RE : Re: Initialization of the Live555 for 2 streamings

2007-11-14 Thread Armando Ko
Hi Ross, Thank you it´s working very well. Armando Ross Finlayson <[EMAIL PROTECTED]> a écrit : >Hallo, > >is possible to initialize the live555 for doing 2 streams ? Yes. Create the source and sink objects for each stream, call "sink->startPlaying(...)" for each stream, then call "scheduler.

Re: [Live-devel] about duration time

2007-11-14 Thread Ross Finlayson
I supposed the duration time is the time of successive frames to be sends. Yes. But, I view MultiFramedRTPSink.cpp code, the duration time is used to calculate the time at which the next packet is sent. Yes, and that is perfectly consistent with what you said above. If so, what should I c

[Live-devel] about duration time

2007-11-14 Thread Chang,Yi-Wen
Dear, I supposed the duration time is the time of successive frames to be sends. So, I calculate the duration time based on one frame processing time via transcoder (not based on frame rate, display rate) since video is from live source. But, I view MultiFramedRTPSink.cpp code, the duration ti