[Live-devel] use livemedia transport mpeg4streame problem

2010-11-24 Thread 杨志祥
HI: I use livemeida transport xvid mpeg4 video,i implement own mpeg4serverseesion class and owen devicesource class.I find I set xvid codec only use I frame,then use vlc play is good.but, if i set xvid codec use I frame and p frame(not use B frame) encodec,then use vlc player is abnormal.vlc

[Live-devel] Windows messages processing question

2010-11-24 Thread Dmitry Petrenko
Dear all, Can somebody explain how can I process standard Windows messages within my Win32 or MFC application which uses LIVE555 library providing that env->taskScheduler().doEventLoop() does never return? I would really appreciate any advise... Kind regards, Dmitriy___

[Live-devel] RTSP unicast from circular buffer

2010-11-24 Thread Ke Yu
I'm new to the Live555 which I want to use in my project. My requirement is to stream video (H.264/AAC in TS) over the RTSP unicast. The video continuously comes in (like live) and is captured into circular buffer (either in memory or on hard disk). I check out the "testOnDemandRTSPServer" sample.

Re: [Live-devel] Non loop behaviour on live555

2010-11-24 Thread Ross Finlayson
I am trying to develop a program that gets the stream from an Axis cam and shows it on the screen. Have you tried VLC? (VLC uses the "LIVE555 Streaming Media" code for its RTSP/RTP client implementation.) I would like to know if there is a way to call to the event attending procedures with

[Live-devel] Non loop behaviour on live555

2010-11-24 Thread Sergio Arroutbi
Hello. I am trying to develop a program that gets the stream from an Axis cam and shows it on the screen. For some reasons, I am interested in painting via SDL with ffmpeg decoding, so as far as the program is concerned, it needs the information of each H.264 frame arriving in the stream.