[Live-devel] about DeviceSource for multi channel encoder

2012-07-07 Thread reply2010
hi,experts i modify DeviceSource.cpp to stream a live encoder,but i find triggerEvent could not trigger deliverFrame0 function which is registered by eventTriggerId = env.taskScheduler().createEventTrigger(deliverFrame0); what is wrong with me? because my encoder has multi channel,i have to modi

[Live-devel] testOnDemandRTSPServer for pipeline

2012-09-10 Thread reply2010
hi,everyone i replace video file with pipeline for testOnDemandRTSPServer.cpp,but i find i could not play in rtsp client.However i could play in testH264VideoStreamer.cpp by the same way. i research code in two cpp file.i find startplaying code in two cpp file are similar,that is H264VideoRTPSi

[Live-devel] how to play rtsp://xxx.xxx.xxx.xxx:8554/filename.h264

2012-09-12 Thread reply2010
hi everyone i want to play any file in a directory by live555's.testOnDemandRTSPServer.however,there are many many files in this directory,and the count of files are increasing in this directory.i have to add many many H264VideoFileServerMediaSubsession in testOnDemandRTSPServer.cpp if i want

Re: [Live-devel] how to play rtsp://xxx.xxx.xxx.xxx:8554/filename.h264

2012-09-12 Thread reply2010
kind expert Ross Finlayson, thanks.I have test live555MediaServer.Good.But i find i could not trick play h264.Could live555MediaServer trick play h264 file?as i known,ts could trick play,i want to know if h264 could do it.thank you again. At 2012-09-12 21:08:49,"Ross Finlayson" wrote:

[Live-devel] rtsp server for live audio

2012-10-25 Thread reply2010
Hi,respectable live555 experts I have two questions: 1,Could live555's rtsp server or other application in live555 stream for live audio such as PC microphone device?I want to stream live audio by my PC's microphone.the type of audio stream could be amr or aac or g711 etc. 2,openRTSP say as below

Re: [Live-devel] rtsp server for live audio

2012-10-26 Thread reply2010
HI, i find WindowsAudioInputDevice maybe a way to stream live audio.but i could not find any documents or examples about how to use WindowsAudioInputDevice.anyone could give me a example for WindowsAudioInputDevice. thanks At 2012-10-26 06:21:52,reply2010 wrote: Hi,respectable live555