Also, I was wondering if there was a searchable version of the
live-devel archives? There are times when I would like to just
search the messages first, before posting to the group
It turns out that Google (and probably other search engines also)
index our archives, so you can search them by a
Ahh, I realized that after I posted the message - that's perfectly
applicable for when I have an RTPSource feeding into my sink object,
but for my audio situation, the SimpleRTPSource gets fed into an
EndianSwap16 filter before going into my sink - in that case, its
not possible to do that type
Ahh, I realized that after I posted the message - that's perfectly
applicable for when I have an RTPSource feeding into my sink object, but
for my audio situation, the SimpleRTPSource gets fed into an
EndianSwap16 filter before going into my sink - in that case, its not
possible to do that typecast
I know the variable fCurPacketHasBeenSynchronizedUsingRTCP in
MultiFramedRTPSource.cpp has this information present in it, but how
do I access it from the sink classes (i.e FileSink, etc)
1/ Call "MediaSink::source()" to get the sink's source object (as a
(FramedSource*)).
2/ Cast this to a (R
Hello,
I'm designing a playback application in Linux that plays back
H.264 encoded video and uncompressed PCM audio to a screen in real-time
as a RTP Client - I'm noticing that the presentation times I receive as
a client often jump erratically until synchronization kicks in - since
its i