Thanks for the reply, I think I have the doGetNextFrame working properly now
but I am having problems with playback. I have been using VLC and openRTSP to
view my output. When I use openRTSP to save the stream to a file, it play
super-fast. When I use VLC I can see the video but it's pretty chop
Great, thanks for the info. My program now sets the fPresentationTime with
gettimeofday. I am now using openRTSP instead of VLC and I have looked at the
output file and that tells me that I am sending too many frames. Basically, the
output looks like I am sending about 100 frames per 1 frame tha
Hello everyone,
I am attempting to stream frames that are generated live via OpenGL and
compressed into MPEG2 Video frames. I have created a class which inherits from
FramedSource and that class overrides doGetNextFrame(). I have also created a
function called deliverFrame() that is called by d