Page 1 of 1

VLM Stream name - special characters usage

Posted: 08 Mar 2019 08:54
by lazna
Trying to include non-alphabet characters ('$' and '-')to name of Stream created by VLM console. Stream is created but could not be started, following command

curl -s -u ":pwd" -G "http://host:8080/requests/vlm_cmd.xml" --data-urlencode "command=control test$this-stream play"

output no error, even if it is run multiple times. Than following command

curl -s -u ":pwd" -G "http://host:8080/requests/vlm_cmd.xml" --data-urlencode "command=control test$this-stream stop"

give me en error "control : unknown error" which signalise the stream is not playing.

Is there a list of non-alphabetic characters which should be avoided in Stream names?

Re: VLM Stream name - special characters usage

Posted: 10 Mar 2019 18:55
by Jean-Baptiste Kempf
I would say avoid $ % { } ' "

Re: VLM Stream name - special characters usage

Posted: 21 Mar 2019 22:13
by lazna
Thanks, look it is working with tilda.