TVideoGrabber网络传输的问题
这里帮助中的代码,为什么运行后,本地和远程端都看不到任何图像呢?
VideoGrabber1.VideoDevice := 0;
VideoGrabber1.NetworkStreaming := ns_ASFDirectNetworkStreaming;
VideoGrabber1.NetworkStreamingType := nst_VideoStreaming;
VideoGrabber1.ASFNetworkPort := 10500;
VideoGrabber1.StartPreview;
[解决办法]
呵呵,请问,你远程的数据流是asf格式的吗?远程的端口是10500吗?
如果不是的话,不要连接了。连不上的。