Re: [Live-devel] receive a stream using the "openRTSP" but stream can not be played .

2011-03-23 Thread kevin631012
> You should, however, be able to use VLC (and perhaps > QuickTime Player) to play this stream directly, from its > "rtsp://" URL, because - in this case - the media player Hi Ross, How can I record a stream whcih can be played directly by QuickTime or VLC ? is it possible to do this in those tes

[Live-devel] receive a stream using the "openRTSP" but stream can not be played .

2011-03-23 Thread kevin631012
Hi All , I use -t option to record two streams . one is audio stream and the otherone is video stream . but I try to playback using VLC or other Player . two stream can not be played . do I do something wrong ? following is my log openRTSP -t rtsp://10.0.0.2/live.sdp ... Setup "audio/

Re: [Live-devel] particular implementation (subclass)

2011-03-23 Thread kevin631012
> > where functions , " static > HashTable* create(int keyType) and static Iterator* > create(HashTable& hashTable) " are implemented ? > > They are implemented by subclasses of the (virtual base > class) "HashTable". > > See, for example, > "BasicUsageEnvironment/BasicHashTable.cpp", which defi

[Live-devel] particular implementation (subclass)

2011-03-23 Thread kevin631012
Hi All, when I study live555 , I have some questions . some classes like Hashtable be defined in HashTable.hh as following . class HashTable { public: virtual ~HashTable(); // The following must be implemented by a particular // implementation (subclass): static

[Live-devel] use openRTSP to record stream

2011-03-19 Thread kevin631012
Hi All, I find a RTSP stream over internet as following rtsp://64.202.98.91:554/sa.sdp so , I use openRTSP to record stream . openRTSP rtsp://64.202.98.91:554/sa.sdp file audio-MP4A-LATM-1 is created but doesn't receive any date from RTSP server . do I do anything wrong ? following is log messag