Click here to Skip to main content
15,888,579 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi everyone,

I need an open source dvb capture software, source codes. I am looking on net for about 1 day but i could not find any source code.
Is there anyone that know anywhere publishes open source codes.

Thanks
Posted
Comments
Richard MacCutchan 27-Aug-14 4:55am    
If you cannot find it with Google then there is a strong chance that it does not exist.
Member 10902205 27-Aug-14 7:31am    
I think i should be more patient since i have no other chance:)

Hi,

There are plenty around. Usually C# not C++.

A few examples:
http://directshownet.sourceforge.net/index.html[^]
http://www.team-mediaportal.com/[^]
The dvb capure is here: https://github.com/MediaPortal/MediaPortal-1/blob/master/TvEngine3/TVLibrary/TVLibrary/Implementations/DVB/Graphs/DVBT/TvCardDVBT.cs[^]

Most of these software use DirectShow http://msdn.microsoft.com/en-gb/library/windows/desktop/dd375454(v=vs.85).aspx[^]

if you google DirectShow or DirectShowLib you'll get plenty of useful links.

Valery.
 
Share this answer
 
Thank you very much Valery. Especially mediaport has the source which i am looking for.
Regards
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900