Re: [Live-devel] different result of 2 rtsp url

2019-09-09 Thread Ross Finlayson
Don’t bother trying to dive into the code to figure out the problem. The code works OK. Instead, just tell us what diagnostic output gets displayed when you try to run “testRTSPClient” (or “openRTSP”) on that URL. Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

Re: [Live-devel] different result of 2 rtsp url

2019-09-09 Thread 조 상현
thank you for reply ross :) second stream works well with VLC player and i'm check about different between them by using visual studio first stream's conditionSet of HandlerSet.hh is only (2) but second stream's conditionSet have 2 case (2 and 10) so second stream enter into BasicTaskScheduler.cp

Re: [Live-devel] different result of 2 rtsp url

2019-09-08 Thread Ross Finlayson
I suspect that you’re just seeing that one of your “rtsp://“ URLs is working, and the other isn’t. I suggest at first trying to run “testRTSPClient” with just one “rtsp://“ URL as argument. And then just the other “rtsp://“ URL. > why they are different? i don't know why second's afterGetting

[Live-devel] different result of 2 rtsp url

2019-09-08 Thread 조 상현
hi.. i want to make program that receive rtsp stream and decode it but.. somethings wrong.. i put 2 rtsp url into testRTSPClient, one of the url output is Stream "rtsp://user@ip"; video/H264: Received 19938 bytes. Presentation time: 1567593326.272000 Stream "rtsp://user@ip//"; audio/PCMA: Receiv