[BUG] Telnet Administration
Claude Duvallet <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.devel |
|---|---|
| Organization | LIT/ENSTB |
| Message-ID | <[email protected]> |
Hello, May I have find a bug when we use telnet administration but I achieve to correct it. When I add a program with the telnet administration, I can't start streaming of it. It say that the file '' does not exist. After having look at the code, I find that the "key" use to registred the program is not the same than the key use to start streaming of it. I change the line 423 of the file localinput.h and it works. The new line is : strKey = GetName() + "." +C_String(uiPgrmCount)+ ".FileName"; I have a last problem : if I add no program with the config file "vls.cfg" and so I set ProgramCount=0, I can't add program with telnet administration, it says the "ProgramList is empty." ??? -- ================================================ Claude Duvallet LIT, ENST Bretagne Technopole Brest Iroise BP 832 29285 Brest Cedex Tel : (0|33) 229 001 502 Fax : (0|33) 229 001 282 Courriel : [email protected] http://perso-info.enst-bretagne.fr/~cduvalle ================================================ -- This is the vls-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact <[email protected]>