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
.
.
.
.
.
.
.
--
On Thu, May 7, 2015 at 8:30 AM, Kevin Chen wrote:
> Hi Ross,
>
> After checking al
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
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