Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, March 22, 2012 7:11:07 AM(UTC)
jvreeker

Groups: Registered
Posts: 16


Hello,

I have a convert object that receives an udp stream, but how do I know when I dont receive any udp data.

Thanks
Jelle
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, March 23, 2012 12:04:07 PM(UTC)

JamesD  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Hello Jelle,

If you're trying to make sure that all the video data is reaching the client, you may want to consider using TCP as opposed to UDP. UDP is designed to allow some data to arrive late or not at all for the sake of speed.

Are you trying to determine if the video has stopped playback? If so, you could try to determine this by using the video or audio callback filters to examine the data coming in and measure how long it stops receiving data for. After a certain period of time with data not being received, you could confirm that the video has stopped.
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.037 seconds.