Hi,
I have implemented class H264LiveSource so that I can stream real time
h.264 video frames. My program captures images with the webcam of my
notebook and encodes them. If size is 640x480, vlc player can displayer
well. However, if the size is larger,eg.1280x720, vlc player can't display
well,
Hi,
Now I can stream live h.264 and aac source with your suggestion.
And VLC player can open the url and play the received video and audio,
however other player like realplayer, quicktime not. Why realplayer and
quicktime can't?
___
live-devel
Hi,
H.264 and AAC frames are generated and put into 2 CLists in memory. Two
classes are implemented to get frames from memory, live this:
void ADTSRealTimeStreamSource::doGetNextFrame()
{
if(fAVPktList->empty()){ //if no frames in
CList, sleep until CList is no
发件人: Xuan [mailto:lkx...@hotmail.com]
发送时间: 2014年7月23日 23:01
收件人: live-devel@lists.live555.com
主题: How to combine live H.264 source and AAC source
Hello,
I am working on a testing program based on live555. In my program, I use a
thread to capture video frames by webcam, and another