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 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
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