> 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
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
> 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
>
> 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
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.
_
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
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
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