Re: [Live-devel] Streaming a live audio source (stdin) over unicast

2008-07-10 Thread Karl Dalen
Thanks a lot for your help > > Remember that - because you're reading from a single input source - > you must also change "reuseFirstSource" to "True". > I have modified that in testOnDemandRTSPServer without any change in the results. Is it possible that testOnDemandRTSPServer does some fsee

Re: [Live-devel] Streaming a live audio source (stdin) over unicast

2008-07-10 Thread Ross Finlayson
I'm aware of the preferred model for unicast, testOnDemandRTSPServer. However, it didn't seem to work with continuous streaming from stdin. On the other hand streaming wav files works fine with testOnDemandRTSPServer. Simply modifying testOnDemandRTSPServer to read from stdin Remember that - be