我在这里使用mediaplay协议的函数,mms_play("3Gktv","URL=http://128.128.1.1/ring_video.jsp?is_dir=2005102315114.asf&ring_id=2048") ;回放时,有如下提示:Error: MMS Replay : Failed to open "http://128.128.1.1/ring_video.jsp?is_dir=2005102315114.asf&ring_id=2048" (hr=0xc00d0026) ,那么如何使用该函数呢?
请诸位有相关经验的朋友帮忙解决一下。作者: lsh 时间: 2005-10-26 15:58
int mms_play(char *transaction, char *URL, [char *duration,] [char *starttime,] LAST); 其中The URL can use one of the following protocols: mms, mmst, or mmsu
"URL=protocol://servername/path_to_object" , 因此你使用http协议,可能是不可以吧