Search found 1 match

Go to advanced search

by lizhijun
19 Feb 2008 08:00
Forum: VLM
Topic: Question:VOD on HTTP protocol using VLM
Replies: 17
Views: 23541

Re: Question:VOD on HTTP protocol using VLM

you can modify codes to do this.I modify httpd.c by adding "if((strstr((char *)cl->p_buffer,"DESCRIBE") ) && b_space ) { //int j; char * temp = strstr( (char *)cl->p_buffer, "//" ) ; temp = temp+2; char * temp2 = strstr(temp, "/"); temp2 = temp2+1; // print...

Go to advanced search