Re: [Live-devel] H.264 RTSP Streaming with QuickTime

2009-06-01 Thread Ross Finlayson
I have a doubt. When I am trying to debug RTSP streaming with QT (which I am still unable to achieve), I found one difference between QT and VLC setup. The SDP information when I connected using QT is as follows: a=rtpmap:96 H264/9 a=fmtp:96 packetization-mode=1;profile-level-id=428015;sp

[Live-devel] Building live555 for WinCE 6.0 based DM355 target

2009-06-01 Thread siyara nt
Hi All, I am newbie and trying to build Live555 on windows CE 6.0. I'm using the platform builder toolkit with WinCE. I am facing problems in building live555 for ARM (DM355) target. I changed the win32config file for the compiler, header files and library settings as per my WinCE toolchain path.

Re: [Live-devel] H.264 RTSP Streaming with QuickTime

2009-06-01 Thread Ganesh V
Dear Experts, I have a doubt. When I am trying to debug RTSP streaming with QT (which I am still unable to achieve), I found one difference between QT and VLC setup. The SDP information when I connected using QT is as follows: a=rtpmap:96 H264/9 a=fmtp:96 packetization-mode=1;profile-leve

Re: [Live-devel] about SET PARAMETER

2009-06-01 Thread Ross Finlayson
RealPlayer and VLC are not our products, so this is not the right mailing list to report supposed bugs in those clients. Also, before modifying the existing RTSP server code, you should check that your client(s) work OK with the original, unmodified server code. -- Ross Finlayson Live Networ

[Live-devel] about SET PARAMETER

2009-06-01 Thread xujin
I try realplayer and vlc with my RTSP server and find that realplayer will send command 'set parameter' and vlc not.The RTSP server receive UDP unicast stream and listen rtsp request. I rewrite handleCmd_SET_PARAMETER code as following to give OK answer: void RTSPServer::RTSPClientSession ::ha