Reply to thread

Are there any instructions on how to build this anywhere? I've did C++ for 10yrs and switched to C# a long time ago. Trying to build this thing reminds me of how much I do NOT miss C++ anymore.


I'm trying to get this to compile so I can try to debug why I can't watch HD. Seems a lot of peope are having this NoVideoAudio thing and there doesn't seem to be much activity in trying to figure it out. I get the 0 size ts file, then the error.


I finally got streamingserver to compile but I took strmbasd.lib from a VC6 install since it seems the latest platform sdk doesn't include this precompiled anymore and I can't figure out how to build that basesclasses stuff. Also I can't link TSReader or TSWriter. I'm trying to figure out what's dependent on what.


1>   Creating library .\Debug/TsReader.lib and object .\Debug/TsReader.exp

1>AudioPin.obj : error LNK2019: unresolved external symbol "public: __thiscall CSourceStream::CSourceStream(char *,long *,class CSource *,wchar_t const *)" (??0CSourceStream@@QAE@PADPAJPAVCSource@@PB_W@Z) referenced in function "public: __thiscall CAudioPin::CAudioPin(struct IUnknown *,class CTsReaderFilter *,long *,class CCritSec *)" (??0CAudioPin@@QAE@PAUIUnknown@@PAVCTsReaderFilter@@PAJPAVCCritSec@@@Z)

1>SubtitlePin.obj : error LNK2001: unresolved external symbol "public: __thiscall CSourceStream::CSourceStream(char *,long *,class CSource *,wchar_t const *)" (??0CSourceStream@@QAE@PADPAJPAVCSource@@PB_W@Z)

1>TeletextPin.obj : error LNK2001: unresolved external symbol "public: __thiscall CSourceStream::CSourceStream(char *,long *,class CSource *,wchar_t const *)" (??0CSourceStream@@QAE@PADPAJPAVCSource@@PB_W@Z)

1>VideoPin.obj : error LNK2001: unresolved external symbol "public: __thiscall CSourceStream::CSourceStream(char *,long *,class CSource *,wchar_t const *)" (??0CSourceStream@@QAE@PADPAJPAVCSource@@PB_W@Z)

1>AudioPin.obj : error LNK2001: unresolved external symbol "protected: virtual long __stdcall CSourceStream::QueryId(wchar_t * *)" (?QueryId@CSourceStream@@MAGJPAPA_W@Z)

1>SubtitlePin.obj : error LNK2001: unresolved external symbol "protected: virtual long __stdcall CSourceStream::QueryId(wchar_t * *)" (?QueryId@CSourceStream@@MAGJPAPA_W@Z)

1>TeletextPin.obj : error LNK2001: unresolved external symbol "protected: virtual long __stdcall CSourceStream::QueryId(wchar_t * *)" (?QueryId@CSourceStream@@MAGJPAPA_W@Z)

1>VideoPin.obj : error LNK2001: unresolved external symbol "protected: virtual long __stdcall CSourceStream::QueryId(wchar_t * *)" (?QueryId@CSourceStream@@MAGJPAPA_W@Z)

1>VideoPin.obj : error LNK2001: unresolved external symbol _IID_IStreamBufferDataCounters

1>AudioPin.obj : error LNK2001: unresolved external symbol _IID_IStreamBufferDataCounters

1>SubtitlePin.obj : error LNK2001: unresolved external symbol _IID_IStreamBufferDataCounters

1>TeletextPin.obj : error LNK2001: unresolved external symbol _IID_IStreamBufferDataCounters

1>TsReader.obj : error LNK2001: unresolved external symbol _IID_IStreamBufferDataCounters

1>VideoPin.obj : error LNK2001: unresolved external symbol _IID_IStreamBufferSource

etc

etc


Top Bottom