472,102 Members | 1,085 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,102 software developers and data experts.

Streaming Video?

tom

I need a C#, peer-to-peer solution for streaming video from a webcam on one box to a client application on the other box. Can someone please help me with this? I can read video from a webcam easy enough but streaming the feed to a client application seems to be a different story

Any help would be appreciated

Thanks in advance

Tom

Nov 16 '05 #1
3 9398
A good starting point will be The windows media encoder, the format SDK and
WMEncoder SDK.

"tom" wrote:

I need a C#, peer-to-peer solution for streaming video from a webcam on one box to a client application on the other box. Can someone please help me with this? I can read video from a webcam easy enough but streaming the feed to a client application seems to be a different story.

Any help would be appreciated.

Thanks in advance,

Tom

Nov 16 '05 #2
tom

A good starting point will be The windows media encoder, the format SDK and
WMEncoder SDK "tom" wrote


I need a C#, peer-to-peer solution for streaming video from a webcam on one box to a client application on the other box. Can someone please help me with this? I can read video from a webcam easy enough but streaming the feed to a client application seems to be a different story

Any help would be appreciated

Thanks in advance

To


Thanks for the advice. I actually have looked at all the SDKs you spoke of. In fact, I am able to stream from an encoder to my streaming media server using both push and pull methods but I am still unclear how to stream from one client application to another one on a different box. Do you have any thoughts on this

Thanks again
Tom

Nov 16 '05 #3
You can also look at TAPI3, internally, it uses DirectShow, but have a simple
API for establishing peer to peer communication ( video and audio ), If I
remember right, the SDK include a sample demonstrating how to achieve what
you desire although I am not sure if there is managed API equivalent.

"tom" wrote:


A good starting point will be The windows media encoder, the format SDK and
WMEncoder SDK.

"tom" wrote:

I need a C#, peer-to-peer solution for streaming video from a webcam on one box to a client application on the other box. Can someone please help me with this? I can read video from a webcam easy enough but streaming the feed to a client application seems to be a different story.

Any help would be appreciated.

Thanks in advance,

Tom


Thanks for the advice. I actually have looked at all the SDKs you spoke of. In fact, I am able to stream from an encoder to my streaming media server using both push and pull methods but I am still unclear how to stream from one client application to another one on a different box. Do you have any thoughts on this?

Thanks again,
Tom

Nov 16 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by mpaliath | last post: by
8 posts views Thread by poorna | last post: by
4 posts views Thread by chix23 | last post: by
8 posts views Thread by Amjad | last post: by
1 post views Thread by michael | last post: by
2 posts views Thread by SPG | last post: by
2 posts views Thread by momogi | last post: by
1 post views Thread by Faisal Shafiq | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.