Loading media/libstagefright/rtsp/MyHandler.h +22 −20 Original line number Diff line number Diff line Loading @@ -1823,6 +1823,7 @@ private: // by ARTPSource. Only the low 16 bits of seq in RTP-Info of reply of // RTSP "PLAY" command should be used to detect the first RTP packet // after seeking. if (mSeekable) { if (track->mAllowedStaleAccessUnits > 0) { uint32_t seqNum16 = seqNum & 0xffff; uint32_t firstSeqNumInSegment16 = track->mFirstSeqNumInSegment & 0xffff; Loading @@ -1845,6 +1846,7 @@ private: track->mAllowedStaleAccessUnits = -1; return UNKNOWN_ERROR; } } // Now found the first rtp packet of the stream after seeking. track->mFirstSeqNumInSegment = seqNum; Loading Loading
media/libstagefright/rtsp/MyHandler.h +22 −20 Original line number Diff line number Diff line Loading @@ -1823,6 +1823,7 @@ private: // by ARTPSource. Only the low 16 bits of seq in RTP-Info of reply of // RTSP "PLAY" command should be used to detect the first RTP packet // after seeking. if (mSeekable) { if (track->mAllowedStaleAccessUnits > 0) { uint32_t seqNum16 = seqNum & 0xffff; uint32_t firstSeqNumInSegment16 = track->mFirstSeqNumInSegment & 0xffff; Loading @@ -1845,6 +1846,7 @@ private: track->mAllowedStaleAccessUnits = -1; return UNKNOWN_ERROR; } } // Now found the first rtp packet of the stream after seeking. track->mFirstSeqNumInSegment = seqNum; Loading