[Live-devel] Lots of Packets Lost When Receiving With VLC

2014-08-11 Thread Xuan
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,

[Live-devel] Only VLC Player can open my url and play

2014-08-05 Thread Xuan
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

[Live-devel] What to do if data not coming while streaming from memory

2014-07-31 Thread Xuan
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

[Live-devel] How to combine live H.264 source and AAC source

2014-07-24 Thread Xuan
发件人: 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