Menu

Show video from IP camera thourgh RTSP

2009-11-08
2012-10-29
  • fairozkhan inamdar

    Hi All,
    We have a IP Camera which supports MPEG4. I want to show the live video on my
    form. I have done this using Montivision (but it is too expensive for us). Is
    there any streaming source in DirectShow.net through which i can display live
    video from IP camera.

    Any help is highly appreciated.

    Thanks

     
  • Drew

    Drew - 2009-11-25

    I hope this helps point you in a direction.

    I'm trying to do something similar. So far i've found the DSNetwork sample
    that only handles MPEG2Transport. (may help)

    Also, Using the GSPF sample from the CVS you can feed a video into the filter
    and render it. In my app i'm using RTP and a samplegrabber to get the
    vid/audio info and send it off. At the other end i am receiving the byte array
    and am now trying to get the byte array into the GSPF filter.

    hope any of that helps

    PS: if you get the byte arrays into the GSPF filter, can you let me know. Same
    if i get there also.

     

Log in to post a comment.