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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.