Re: [Live-devel] H264 video conflict with AAC audio using same ServerMediaSession

2015-05-08 Thread Ross Finlayson
After checking all my code carefully, it turned out to be my fault, I create rtcpGroupAudiosock using the rtp port for audio instead of rtcp port, which fix the problem, and both audio and video can stream together, and sync well, but one problem still there when using VLC, two time stamp

Re: [Live-devel] H264 video conflict with AAC audio using same ServerMediaSession

2015-05-07 Thread Kevin Chen
Hi Ross, After checking all my code carefully, it turned out to be my fault, I create rtcpGroupAudiosock using the rtp port for audio instead of rtcp port, which fix the problem, and both audio and video can stream together, and sync well, but one problem still there when using VLC, two time

Re: [Live-devel] H264 video conflict with AAC audio using same ServerMediaSession

2015-05-07 Thread Kevin Chen
Hi, Ross, And here are the TimeStamp I printed out to screen, and it seems that video is always ahead for around 20 frames before audio begin, so is there any problem on this time stamp? Thank you - Timestamp(video): 1259780427.812096

Re: [Live-devel] H264 video conflict with AAC audio using same ServerMediaSession

2015-05-06 Thread Ross Finlayson
Right now, I have problem make them stream out together, it seems audio will hang the video immediately when connect the RTSP server using VLC I suggest that you first use our “openRTSP” RTSP client application http://www.live555.com/openRTSP/ http://www.live555.com/openRTSP/ to test