Aaron Torpy
September 2, 2004, 14:16:30
Hello folks,
Sorry if this is a bit of a newbie question, but I was hoping someone could give me a definition for ‘sample’ as it applies to the IMVNetworkReceiveInfo interface.
I’ve been trying, unsuccessfully, to send MPEG4 video (~5kB/s) over a fairly slow ADSL connection (~10kB/s) using a pair of MVNetworkRenderer and MVNetworkSource filters. The MVNetworkSource is receiving data at the correct bit-rate, but the video doesn’t render at all (although the correct media type is received). After a minute-or-so of operation the IMVNetworkReceiveInfo interface from the MVNetworkSource filter reports statistics like:
Packets: 500
Media types: 100
Samples: 400
Lost packets: 0
Lost samples: 100000
Partial samples: 0
Data rate: 5000
So according to the IMVNetworkReceiveInfo interface no packets have been lost (good), but something like 99.6% of all samples were lost (really bad). What does this mean? I’m really confused.
Cheers,
Aaron Torpy
Sorry if this is a bit of a newbie question, but I was hoping someone could give me a definition for ‘sample’ as it applies to the IMVNetworkReceiveInfo interface.
I’ve been trying, unsuccessfully, to send MPEG4 video (~5kB/s) over a fairly slow ADSL connection (~10kB/s) using a pair of MVNetworkRenderer and MVNetworkSource filters. The MVNetworkSource is receiving data at the correct bit-rate, but the video doesn’t render at all (although the correct media type is received). After a minute-or-so of operation the IMVNetworkReceiveInfo interface from the MVNetworkSource filter reports statistics like:
Packets: 500
Media types: 100
Samples: 400
Lost packets: 0
Lost samples: 100000
Partial samples: 0
Data rate: 5000
So according to the IMVNetworkReceiveInfo interface no packets have been lost (good), but something like 99.6% of all samples were lost (really bad). What does this mean? I’m really confused.
Cheers,
Aaron Torpy