[Live-devel] Some questions need your help!
Kuei-Yi
auto.web at msa.hinet.net
Wed Oct 29 03:18:08 PDT 2008
>> 2. I have a device which acts as a real-time MPEG4 video streaming
>>server. It resides at rtsp://adm:12345@177.0.0.1:5000/udpstream. I can
>>use the example of openRTSP program to communicate with it. But I read
>>the example of openRTSP program a lot of times and I still cannot
>>understand one thing which is 'Where has the continuously received
>>video stream gone?'. Where can I find it?
>
>The output files - named "video-<something>" and "audio-<something>"
>- should be stored on your computer, in the same directory from which you
ran the "openRTSP" application.
Is it right that I use the following ways to store the video stream in
openRTSP?
MPEG4ESVideoRTPSource* m4esSource = NULL;
MediaSubsession* subsession = NULL;
MediaSubsessionIterator* iter(*session);
subsession = iter.next();
m4esSource = subsession->Source();
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20081029/9774e2c8/attachment.html>
More information about the live-devel
mailing list