[Live-devel] Proxy Server Query

Tarun Batra tbatra18 at gmail.com
Wed Jan 9 05:53:58 PST 2013


Hello Sir,

I made an streaming application in which i am streaming an transport stream
file through your program testMPEG2TransportStreamer.cpp
with RTSP server implemented in it and then i am receiving the stream using
Proxy server.
When i saw the documentation of Proxy server you have mentioned that to use
"-t" option to request that each 'back-end' RTSP server stream RTP and RTCP
data packets over its TCP connection, instead of using UDP packets."
but after giving URL like "-t rtsp://192.168.15.192/streamname" in proxy
server i saw that in wireshark the "testMPEG2TransportStreamer
" is sending UDP packets.

Then i made a change in "testMPEG2TransportStreamer" that i replaces this
line of code by
sms->addSubsession(PassiveServerMediaSubsession::createNew(*videoSink,
rtcp));//original

by this line of code

sms->addSubsession(MPEG2TransportUDPServerMediaSubsession::createNew(*env,destinationAddressStr,rtpPortNum,inputStreamIsRawUDP));

Still i am not able to see the TCP packets streaming from
"testMPEG2TransportStreamer".

Whats the issue sir can you explain ?
What should be done to remove the above issue?

Thanks
Tarun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130109/ff9cca81/attachment.html>


More information about the live-devel mailing list