Thanks Ross,
Currently I am streaming without the use of
MediaSession/MediaSubsession, check the below pseudo-code for how I am
streaming the files:
Groupsock rtpGroupsock
Groupsock rtcpGroupsock
SimpleRTPSink *videoSink = SimpleRTPSink::createNew
RTCPInstance* rtcp = RTCPInstance::createNew
> Currently I am streaming without the use of MediaSession/MediaSubsession
Are you not using RTSP? If you’re not using RTSP, then you won’t be able to
use “getNormalPlayTime()”.
Instead, you can check each incoming frame’s ‘presentation time’, and compare
this to the first ‘presentation time’