Re: [Live-devel] Pls give suggestion about the testReplicator.cpp

2012-07-12 Thread Ross Finlayson
> What should I do? For starters, DO NOT post the same question to the mailing list more than once. Also, please trim your messages (so that you're not quoting the entire message that you're responding to). This is basic email 'netiquette'. I didn't really understand your question, but it sou

Re: [Live-devel] Pls give suggestion about the testReplicator.cpp

2012-07-12 Thread Yuan, Chao (Chao)** CTR **
-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, July 10, 2012 8:14 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Pls give suggestion about the testReplicator.cpp The basic problem is your code's u

Re: [Live-devel] Pls give suggestion about the testReplicator.cpp

2012-07-12 Thread Yuan, Chao (Chao)** CTR **
-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Tuesday, July 10, 2012 8:14 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Pls give suggestion about the testReplicator.cpp The basic problem is your code's u

Re: [Live-devel] Pls give suggestion about the testReplicator.cpp

2012-07-10 Thread Ross Finlayson
The basic problem is your code's use of the port number 8556. First, you shouldn't think of it as being the server's 'output' port. Instead, it's the 'control' port that the server uses for incoming RTSP connections from clients. (The actual RTP/RTCP stream 'output' uses other port numbers, w

[Live-devel] Pls give suggestion about the testReplicator.cpp

2012-07-10 Thread Yuan, Chao (Chao)** CTR **
All, I used the live555 lib to make a simple RTSP server, my server IP is 135.240.130.30, the inputPort is 1236, the outputPort is 8556, One phone can send TS packet to 1236 port, another phone can get the packets from rtsp://135.240.130.30:8556/mobileLiveVideo, This works fine. However, I also