Re: [Live-devel] about mpeg4 stream project

2008-01-17 Thread Ross Finlayson
I assume that your "test.m4e" file plays OK on VLC when you stream it using the original, unmodified "testOnDemandRTSPServer". If so, then - when you modify "testOnDemandRTSPServer" to (i) read from "stdin" instead of "test.m4e", and (ii) set "reuseFirstSource" to True - you should also be abl

[Live-devel] about mpeg4 stream project

2008-01-17 Thread Lin.Dong
Hi Ross and all, Thank you for your advice. I did some simulation tests today as you advised ( your-reader-application | testOnDemandRTSPServer), but somehow I did get stream video success, the VLC player could not get any data from my application. the first thing I did was I changed testOnDema

Re: [Live-devel] RTSP Client subclassing questions.

2008-01-17 Thread Ross Finlayson
>However, I need some info: the camera I'm contacting does not send normal >video frames, but custom ones. I need to unpack every RTP packet (_in >order_), read the custom headers, reconstruct the frames and decode them >on the fly. Because your 'custom headers' are not RTP-specific, but are inste

[Live-devel] RTSP Client subclassing questions.

2008-01-17 Thread belloni
Hi, parallel to my RTSP server I'm developing a client to interface with some ip-cams. I read openRTSP source, and I modified it to my needs, and it works wonderfully. However, I need some info: the camera I'm contacting does not send normal video frames, but custom ones. I need to unpack every RT

Re: [Live-devel] Server doesn't interleave reads from pipe and sending packets?

2008-01-17 Thread Ross Finlayson
>Do you see any errors in the server code I posted? No. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Server doesn't interleave reads from pipe and sending packets?

2008-01-17 Thread Cristiano Belloni
Ross Finlayson wrote: > First, you should make sure that if the same data is stored in a > regular file - rather than on a FIFO - then you can stream it OK. > This will help ensure that you don't have problems with bad > timestamps in your data. > I can. > Second, when you read from a FIFO, y