[Live-devel] the computation of RTP timestamp

2008-02-26 Thread Yutao Wei
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*

[Live-devel] How to play a video file in real-time from Internet?

2007-11-28 Thread Yutao Wei
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

[Live-devel] How can I write the received data to a buffer?

2007-10-05 Thread Yutao Wei
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

[Live-devel] Receive and write video data to a buffer

2007-09-30 Thread Yutao Wei
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

[Live-devel] about making a static library using live555

2007-09-26 Thread Yutao Wei
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

[Live-devel] about a movie transmission

2007-09-14 Thread Yutao Wei
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