L
lovinger_2000
Unregistered / Unconfirmed
GUEST, unregistred user!
我需要一服务器向客户机传送视频流,服务器程序中用到了ASFWriter组件,设置端口为6000,连接一FilterGraph,然后FilterGraph.active:= True;
然后在客户端里,使用如下代码:
FilterGraph.active:= True;
FilterGraph.RenderFile('mms://主机IP地址:端口');
FilterGraph.play;
但是客户程序却报错误“网络拒绝访问”,我搞了很久都没弄好,所以帖出来麻烦大家,谢谢了。
然后在客户端里,使用如下代码:
FilterGraph.active:= True;
FilterGraph.RenderFile('mms://主机IP地址:端口');
FilterGraph.play;
但是客户程序却报错误“网络拒绝访问”,我搞了很久都没弄好,所以帖出来麻烦大家,谢谢了。