[Live-devel] MultiFramedRTPSource::doGetNextFrame1 not return

2017-09-18 Thread wangdanhui_jx--- via live-devel
--- 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

[Live-devel] testRTSPClient problems

2017-09-20 Thread wangdanhui_jx--- via live-devel
--- 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

[Live-devel] MultiFramedRTPSource::doGetNextFrame1 question

2017-09-25 Thread wangdanhui_jx--- via live-devel
--- 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 ---

[Live-devel] testH264VideoStreamer url can not play

2017-10-26 Thread wangdanhui_jx--- via live-devel
--- 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