--- Begin Message ---
hello,
When i use live555 as the client do receive stream, i find a question that
one stream step into MultiFramedRTPSource::doGetNextFrame1, but no return. the
stream don't get datas, then do while (fNeedDelivery) but not return, other
stream can't receive datas. as t
--- Begin Message ---
yes, i know you said, but i think the problem is when a client not receive
data, it will do while in MultiFramedRTPSource::doGetNextFrame1, return after
receive RTCP BYE from server(about 2min) . in doGetNextFrame1 the other
client can't receive data.
i try to check st
--- Begin Message ---
in MultiFramedRTPSource::doGetNextFrame1, why 'if
(fCurrentPacketCompletesFrame && fFrameSize > 0)' need 'fFrameSize > 0',
fCurrentPacketCompletesFrame is true, the frame is completes,then can break
the while, is not it?
wangdanhui...@aliyun.com
--- End Message ---
--- Begin Message ---
when i copy test.264 to testProgs, run testH264VideoStreamer, it print :
Play this stream using the URL "rtsp://172.16.104.21:8554/testStream"
Beginning streaming...
Beginning to read from file...
but vlc can not play "rtsp://172.16.104.21:8554/testStream",
then i run ./o