0

Greeting

Is there any example code to show how to stream video over ip C# windows app???

Eyla
  • 5,751
  • 20
  • 71
  • 116
  • http://stackoverflow.com/questions/342774/how-can-i-stream-webcam-video-with-c – Naveed Dec 14 '10 at 04:46
  • @NAVEED Thank you for your, I'm looking to stream a video file like flv not live stream. any advice – Eyla Dec 14 '10 at 04:59

2 Answers2

2

http://www.codeproject.com/KB/audio-video/cameraviewer.aspx

SteveCav
  • 6,649
  • 1
  • 50
  • 52
1

Check out http://www.fathsoft.com/videocapx.html. VideoCapX ActiveX control supports streaming live and file-based video over IP. There are several C# samples included.

admirh
  • 21
  • 1