TV-Server Version: 05-16-2008 r19127
Windows Version: Windows XP Pro 32bit SP3 with dvbfix
1. TV Card: Hauppauge Nova-T PCI
1. TV Card Type: DVB-T, SD
1. TV Card Driver: latest/ask
Satelite/CableTV Provider: Freeview/FTA - no CAM/CI involved
Using a really simple standalone client for testing:-
DirectShowLib.FilterGraph graph = new DirectShowLib.FilterGraph();
this.graphBuilder = (IGraphBuilder)new FilterGraph();
this.fileSource = (IBaseFilter)new TsReader();
this.graphBuilder.AddFilter(this.fileSource, "TsReader");
ITSReader ireader = (ITSReader)this.fileSource;
this.interfaceFile = (IFileSourceFilter)this.fileSource;
this.interfaceFile.Load(this.textBox2.Text, null);
hangs indefinately in Load(). Here's the Wireshark log:-
DESCRIBE rtsp://master/stream1.9 RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: TSFileSource (LIVE555 Streaming Media v2007.01.17)
Yes, no reply at all from the server. I waited 5 mins, still nothing. This problem has been intermittant before, and is doing it atm, so I caught it in Wireshark. I tried to break execution, but there was nothing in the stack other than "Managed to Native Transision".
Windows Version: Windows XP Pro 32bit SP3 with dvbfix
1. TV Card: Hauppauge Nova-T PCI
1. TV Card Type: DVB-T, SD
1. TV Card Driver: latest/ask
Satelite/CableTV Provider: Freeview/FTA - no CAM/CI involved
Using a really simple standalone client for testing:-
DirectShowLib.FilterGraph graph = new DirectShowLib.FilterGraph();
this.graphBuilder = (IGraphBuilder)new FilterGraph();
this.fileSource = (IBaseFilter)new TsReader();
this.graphBuilder.AddFilter(this.fileSource, "TsReader");
ITSReader ireader = (ITSReader)this.fileSource;
this.interfaceFile = (IFileSourceFilter)this.fileSource;
this.interfaceFile.Load(this.textBox2.Text, null);
hangs indefinately in Load(). Here's the Wireshark log:-
DESCRIBE rtsp://master/stream1.9 RTSP/1.0
CSeq: 1
Accept: application/sdp
User-Agent: TSFileSource (LIVE555 Streaming Media v2007.01.17)
Yes, no reply at all from the server. I waited 5 mins, still nothing. This problem has been intermittant before, and is doing it atm, so I caught it in Wireshark. I tried to break execution, but there was nothing in the stack other than "Managed to Native Transision".