devman
devman

Reputation: 1549

Stream Video/Audio from TV Tuner Card in .NET/WPF

I'm looking for a way to stream video and audio from a tv tuner card using coaxial cable to a custom application in .NET. I have seen the DirectShowNet Library and I think it might work for what i need but i was just curious if there are any other options out there. Paid or free, it doesn't matter. I just want to be able to create an application that displays the TV feed and allows me to change the channel and the volume. Is DirectShowNet the way to go or is there a way to embed Window Media Player into an application and get the TV feed from that? Any information would be real helpful, thank you.

Upvotes: 2

Views: 1734

Answers (1)

azel
azel

Reputation: 36

We were using the MediaLooks SDK some time ago to stream content from several cams to WPF-clients. Not sure if it helps you getting the stuff out of the tv-card b/c of protection stuff, but you can give it a try.

http://www.medialooks.com/products.html

Upvotes: 2

Related Questions