[Live-devel] mulitcast slow down network.

2015-05-20 Thread Kevin Chen
Hi all, I basically have two problems on my RTSP server, I implement my RTSP server based on "testH264Vdieostreamer" example, so it is multicast both audio and video, one problem we found was that multicast will slow down the whole local network, especially for the wireless device, we noticed a lo

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

2015-05-07 Thread Kevin Chen
. . . . . . . -- On Thu, May 7, 2015 at 8:30 AM, Kevin Chen wrote: > Hi Ross, > > After checking al

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 stamp

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

2015-05-06 Thread Kevin Chen
Hi All, I implemented live H264 Video and aac Audio source from hardware encoder, and then rewrite "H264framedsource" and "AACFramedsource" class derive from "FramedSource" based on the "DevSource", both audio and video are using "singalNewFrameData" as callback function to signal the "deliverFram