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
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.
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
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
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