[Live-devel] A question about reading video frames from memory

2008-03-31 Thread 粘耀文
Dear all, I used a non-RTSP protocol(defined by someone) to get MPEG4 video frames from IP cameras and then save them to a memory buffer. I want to do live streaming from IP cameras to my PC. I try to modified testMPEG4VideoStreamer and find the FramedSource is file-base. It does not fit my n

Re: [Live-devel] Axis camera

2008-03-31 Thread Ross Finlayson
>Cha Gascon wrote: >>I can connect and play the stream but after a while, it will stop >>streaming. When it actually stops is random, sometimes a few >>frames, sometimes after getting a lot of frames. >The axis camera sends a "BYE" after some time. I do not know whether >it is a bug or a feature

Re: [Live-devel] Axis camera

2008-03-31 Thread Sigismondo Boschi
Cha Gascon wrote: I can connect and play the stream but after a while, it will stop streaming. When it actually stops is random, sometimes a few frames, sometimes after getting a lot of frames. The axis camera sends a "BYE" after some time. I do not know whether it is a bug or a feature... but

Re: [Live-devel] Axis camera

2008-03-31 Thread Cha Gascon
My situation is similar with this one. Using Axis 214 network camera and openRTSP as client. Used -t option for rtsp over tcp. I can connect and play the stream but after a while, it will stop streaming. When it actually stops is random, sometimes a few frames, sometimes after getting a lot of fr

Re: [Live-devel] Why H264 annexB bytestream transported incompletely?

2008-03-31 Thread Ross Finlayson
> >On the client, I just added one sentence in MediaSession.cpp's >> MediaSession::lookupPayloadFormat(): >> >> case 96: {temp = "H264"; freq = 9; nCh = 1; break;} This is completely wrong. 96 is a dynamic RTP payload format code; it does *not* have a static definition. The

Re: [Live-devel] Why H264 annexB bytestream transported incompletely?

2008-03-31 Thread Andreas Färber
Hi, Am 29.03.2008 um 14:13 schrieb Felix: >On the server, I just added my own > H264VideoFileServerMediaSession and xH264VideoStreamFramer. >On the client, I just added one sentence in MediaSession.cpp's > MediaSession::lookupPayloadFormat(): > > case 96: {temp = "H264"; freq