[Live-devel] RTSP over TCP

2007-09-01 Thread pan_xiaolei
Hi, When I use the realplayer to receive AV data from live555, I find the player will terminate the stream after 44mins' palying(I force the realplayer to use TCP only). I find the realplayer will send a OPTION to the server every 45 mininute, after analyzing the sniffer data: 1407 45.051016

[Live-devel] memory leak? some questions

2007-09-01 Thread pan_xiaolei
I was puzzled when I'v read the following code: OnDemandServerMediaSubsession.cpp:447 StreamState::startPlaying() if (dests- >isTCP) { // Change RTP and RTCP to use the TCP socket instead of UDP: if (fRTPSink != NULL) { fRTPSink- >addStreamSocket(dests- >tcpSocketNum, dests- >

Re: [Live-devel] How can I do use-based authentication?

2007-08-21 Thread pan_xiaolei
;s Topics: 1. How can I do use-based authentication? (pan_xiaolei) 2. Re: How can I do use-based authentication? (Ross Finlayson) 3. use of streamId (rajesh) 4. Re: use of streamId (Ross Finlayson) 5. Re: Live555 : Queries (Brian D'Souza) 6. Difference between H264VideoRTPSink an H2

[Live-devel] How can I do use-based authentication?

2007-08-16 Thread pan_xiaolei
Hi, I want to construct a video site. when some one needs to watch a video, he(she) must login through a web site, after that, he will get a list that each item links to a rtsp server, eg rtsp://123.45.67.89/test.mp3. My question: how can I deny a user who has not login yet to access this file?