[Live-devel] Symbian Porting: Step By Step

flavio.oliveira at indt.org.br flavio.oliveira at indt.org.br
Fri Sep 10 09:12:12 PDT 2004


Ok, we are going stop this issue. How I said I don't have a firewall blocking UDP packets.
My test environment is in the same subnet, so the firewall doesn't work here.
"fRTPInterface.sendPacket()" NEVER is called! I get to send UDP Packets in this subnet with other software. 
I am going to try discover what is happening! Thanks for your support!

Regards, Flavio

-----Original Message-----
From: live-devel-bounces at ns.live.com
[mailto:live-devel-bounces at ns.live.com]On Behalf Of ext Ross Finlayson
Sent: Thursday, September 09, 2004 19:16
To: LIVE.COM Streaming Media - development & use
Subject: RE: [Live-devel] Symbian Porting: Step By Step


At 01:34 PM 9/9/04, you wrote:
>Ok, you are right, but why nothing are coming in?

You'll have to figure that out for yourself - it's your network.  But once 
again (for the bazillionth time), I suspect that you have a firewall 
somewhere that is blocking UDP packets from reaching your client.

>  If something should be coming .. what kind of data should be?
>Sorry to insist in this point ... but if the server didn't try to send any 
>RTP/UDP Packet .. why must it receive a RTP/UDP Packet?

You are confusing RTSP and RTP.  RTSP is the control protocol.  It runs 
over TCP.  RTP is the data protocol.  It uses UDP.

After the server sends back its "OK" response to the "PLAY" command, it 
will also start sending back RTP packets.  But the RTP packets are being 
sent via UDP (using a different socket) - not via TCP.

>Please, points in the code where is sent the RTP/UDP Packet

See the call to "fRTPInterface.sendPacket()" in 
"MultiFramedRTPSink::sendPacketIfNecessary()".


	Ross Finlayson
	LIVE.COM
	<http://www.live.com/>

_______________________________________________
live-devel mailing list
live-devel at lists.live.com
http://lists.live.com/mailman/listinfo/live-devel



More information about the live-devel mailing list