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
Lin Dong Quixote Corp. Ross Finlayson finlayson at live555.com <mailto:live-devel%40lists.live555.com?Subject=%5BLive-devel%5D%20about% 20mpeg4%20stream%20project&In-Reply-To=41E16D542244C24F97752590527EF9BB0 1FD9A92%40flsv1065.pal.quixote.prv> Thu Jan 10 13:39:40 PST 2008 *

Re: [Live-devel] about mpeg4 stream project

2008-01-10 Thread Ross Finlayson
I am doing a mpeg4 stream project on embedded Linux system, the MPEG4 data come from a circular buffer or ping-pong buffer in my embedded device, It seems I can start from testOnDemandRTSCServer.cpp, but my problem is how I can make the memory buffer as a file in Linux system The easiest way

[Live-devel] about mpeg4 stream project

2008-01-10 Thread Lin.Dong
Hi all, I am doing a mpeg4 stream project on embedded Linux system, the MPEG4 data come from a circular buffer or ping-pong buffer in my embedded device, It seems I can start from testOnDemandRTSCServer.cpp, but my problem is how I can make the memory buffer as a file in Linux system or do I need