Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, May 2, 2014 11:28 AM
I want to send video over UDP,but ı dont have any idea and any source for this.I can send text message over UDP . How can I send video data over UDP. Please help me.
All replies (5)
Friday, May 9, 2014 5:47 AM ✅Answered
Hello,
You can check this link:
http://www.codeproject.com/Tips/420551/Send-Receive-classes-through-UDP
It shows send and receive bytes through UDP, I think you can split your video file to bytes and follow the way in the link.
Regards.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Friday, May 2, 2014 11:44 AM
Obviously, ı want to send video from my laptop webcam .
Monday, May 5, 2014 8:00 AM
Hi,
I moved this thread to Visual C# forum for better support because the previous forum is a forum for discussing testing issue.
Thanks,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.
Monday, May 5, 2014 8:17 AM | 1 vote
Hi, you can try this:
http://csharpmagics.blogspot.hk/2008/11/stream-video-over-lan-using-cnet.html
Wednesday, May 7, 2014 8:02 PM
Thanks for reply . But ı should do this without vlc media player. İf you know without using vlc media player can you tell me new links?