[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] redirect output of openrtsp to the input of streaming server

2008-02-26 Thread Stefan Braicu
Hi all, I would like to make a RTSP stack server capable of working as a RTSP relay/proxy, that is being able to connect to my server and then receive an external rtsp stream through this server: client<-mycustom server<-rtsp stream One of the reasons is that for example client is only allowed t

Re: [Live-devel] My MPEG4 Source does not make MPEG4ESVideoRTPSink set marker bits.

2008-02-26 Thread Cristiano Belloni
Cristiano Belloni wrote: > Hi, I'm streaming MPEG4 and use FFMPEG library to encode MPEG4 frames > from my own live source. > > I wrote my own FramedSource subclass and that does the trick. > > The problem is, MPEG4ESVideoRTPSink does not set the marker bits at > all. I took a look at the code in