doGetNextFrame1

wangdanhui_jx at aliyun.com wangdanhui_jx at aliyun.com
Tue Sep 19 22:31:45 PDT 2017


sorry. it will return after 1min32sec  as receive BYE . 
 i use  ./testRTSPClient "rtsp://192.168.105.250:554/1" "rtsp://192.168.11.114:554/1" to test,then will print the text:

Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7730 bytes. Presentation time: 1505873695.965161!
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7738 bytes. Presentation time: 1505873696.005161!
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7740 bytes. Presentation time: 1505873696.045161!
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7938 bytes. Presentation time: 1505873696.125161!
MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (100000).  132004 bytes of trailing data will be dropped!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 100000 bytes (with 132004 bytes truncated). Presentation time: 1505873598.750069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 15708 bytes. Presentation time: 1505873598.790069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 16760 bytes. Presentation time: 1505873598.830069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 17304 bytes. Presentation time: 1505873598.870069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7876 bytes. Presentation time: 1505873696.165161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 17616 bytes. Presentation time: 1505873598.910069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 29652 bytes. Presentation time: 1505873598.950069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7742 bytes. Presentation time: 1505873696.205161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 14772 bytes. Presentation time: 1505873598.990069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7768 bytes. Presentation time: 1505873696.245161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 27788 bytes. Presentation time: 1505873599.030069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7864 bytes. Presentation time: 1505873696.285161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 25140 bytes. Presentation time: 1505873599.070069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 23973 bytes. Presentation time: 1505873599.110069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7972 bytes. Presentation time: 1505873696.325161!
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7782 bytes. Presentation time: 1505873696.365161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 24257 bytes. Presentation time: 1505873599.150069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 23736 bytes. Presentation time: 1505873599.190069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 14048 bytes. Presentation time: 1505873599.230069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7910 bytes. Presentation time: 1505873696.445161!
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7716 bytes. Presentation time: 1505873696.485161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 26472 bytes. Presentation time: 1505873599.270069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7872 bytes. Presentation time: 1505873696.525161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 24084 bytes. Presentation time: 1505873599.310069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 6424 bytes. Presentation time: 1505873599.350069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7674 bytes. Presentation time: 1505873696.565161!
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7820 bytes. Presentation time: 1505873696.605161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 28088 bytes. Presentation time: 1505873599.390069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7900 bytes. Presentation time: 1505873696.645161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 24136 bytes. Presentation time: 1505873599.430069
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 7790 bytes. Presentation time: 1505873696.685161!
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 23524 bytes. Presentation time: 1505873599.470069
Stream "rtsp://192.168.105.250/1/"; video/H264: Received 23149 bytes. Presentation time: 1505873599.510069

after this , print is pause, then i use  top in shell,  

it's do in MultiFramedRTPSource::doGetNextFrame1, the rtsp://192.168.105.250/1/ is a bad url, rtsp://192.168.11.114:554/1/ is a good url. but the 11.114 is not print  at the same time. after  105.250 receive BYE to close,the 11.114 print :
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 8728 bytes. Presentation time: 1505873815.206161!
Stream "rtsp://192.168.11.114:554/1/"; video/H264: Received 8848 bytes. Presentation time: 1505873815.246161!


I want to use live555 as client, Each client does not interact with each other. 

But the truth is a client will interact with each other.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20170920/fbf6644b/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Catch(09-20-13-30-10).jpg
Type: image/jpeg
Size: 98124 bytes
Desc: not available
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20170920/fbf6644b/attachment-0001.jpg>


More information about the live-devel mailing list