Hello everyone,
In live555 library, in the file RTPSink.cpp, and in the function
convertToRTPTimestamp:
RTPSink::convertToRTPTimestamp(struct timeval tv) {
// Begin by converting from "struct timeval" units to RTP timestamp units:
(1)u_int32_t timestampIncrement = (fTimestampFrequency*
Hi everyone,
I use testOnDemandRTSPServer to stream a video (has a format, say "WY")
and can use openRTSP to receive the video stream and save it as a file,
named video-A-1.
Also, I have a player that can read from a WY format video file and display it.
Now, what I want to do is: let the pla
Hello everyone, The OpenRTSP writes the received data to a file defaultly, can
it write received data to a buffer? I traced the code of *FileSink and can not
find where it writes the data to a file.How can I write the data into a
buffer?Please point me the right way.
Thank you very much. Yutao W
the right way.
2/ do I need to create 2 threads---one for live555 library to write data to a
buffer and the other for my player to read data from the same buffer? Thanks a
lot. Yutao Wei.
Shandong University, Jinan, China___
live-devel mailing list
live
Hello everyone, I use testOnDemandRTSPServer to stream some format video file
and, and I useopenRTSP to receive video data from Internet and it can write the
data into
a file, everything is OK. Now I have a simple player and want to play the
video in real time.But, the playerdoes not support RT
Hello everyone, I have a question: can live555 transmit a movie clip which
has a H.264video and some type of audio, e.g. AAC? If it can do this, what
should Ido more? Now I can only transmit H.264 video file(of RTP format
andAnnex B format).And, where can I get a video clip which contains