Re: [Live-devel] is there any provision

2012-05-11 Thread Ross Finlayson
> In your testh264videostreamer application is there any provision that we can > give the streaming URL .i.e."rtsp://URL/testStream" ourself by creating a > dialog box and that ask for the URL and stream at that URL. The "streamName" parameter in "ServerMediaSession::createNew()" specifies the

[Live-devel] is there any provision

2012-05-11 Thread i m what i m ~~~~
Hello Ross In your testh264videostreamer application is there any provision that we can give the streaming URL .i.e."rtsp://URL/testStream" ourself by creating a dialog box and that ask for the URL and stream at that URL. Thanks Tarun ___ live-devel mai

Re: [Live-devel] AudioInputDevice and different audio host APIs

2012-05-11 Thread Ross Finlayson
> I am using the AudioInputDevice class to stream data from a microphone. I am > using the getPortNames function to return the names of the microphones > connected to the Windows machine so that the user can select the desired > microphone. I have however noticed that the getPortNames function

Re: [Live-devel] How to receive h264 frames in testRTSPClient

2012-05-11 Thread Barry Stump
> > Correct me if I am wrong, but currently testRTSPClient receives RTP > packets. Is there a way to receive the individual h264 frames, Ie. parse > the incoming packets and provide each individual h264 frame (each i frame > and p frames). > > In your MediaSink derived class (called "DummySink" in

[Live-devel] How to receive h264 frames in testRTSPClient

2012-05-11 Thread Gord Umphrey
Hi; Correct me if I am wrong, but currently testRTSPClient receives RTP packets. Is there a way to receive the individual h264 frames, Ie. parse the incoming packets and provide each individual h264 frame (each i frame and p frames). Thanks, Gord. _

Re: [Live-devel] [live_devel] input from buffer and not file intestH264ViedoStreamer

2012-05-11 Thread Nikolai Vorontsov
Hello Sudan, Please find attached sample of buffered stream. You need to make your own ServerMediaSubsession like: FramedSource* CQxServerMediaSubsession::createNewStreamSource(unsigned /*clientSessionId*/, unsigned& estBitrate) { //TBD estBitrate = 500; // kbps, estimate

[Live-devel] AudioInputDevice and different audio host APIs

2012-05-11 Thread Marlon Reid
Hi Ross, I am using the AudioInputDevice class to stream data from a microphone. I am using the getPortNames function to return the names of the microphones connected to the Windows machine so that the user can select the desired microphone. I have however noticed that the getPortNames function

[Live-devel] [live_devel] input from buffer and not file in testH264ViedoStreamer

2012-05-11 Thread Sudan Landge - Kopera
Hello Ross, The current "testH264VidesoStreamer" takes input from a file. I want to feed the streamer from a buffer source and not from a file; I read the FAQs which had a similar query of taking H264 data from encoder and for this the DeviceSource.cpp file has to be modified (approach of flu