Hi There,
I have to play, using Wowza, some files that have this special character “~” that are not allowed.
This is the message error:
Host.validateHTTPStreamerRequest: HTTP streamer request is not valid. Contains “…” or “~”
I read that I can use module: StreamNameAlias but seems that request arrive before matching the StreamNameAlias, because if I play media without “~”
I read from log :
StreamNameAliasFile.load[C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine 4.7.4\conf\aliasmap.play.txt]: size:0:4 hash:false matchAll:true
ModuleStreamNameAlias.nameToAlias[play]: streamName:mp4:00000022.mp4 alias:{pattern: “*” alias:"${Stream.Name}" wildcardMatches:{[0]: “mp4:00000022.mp4”}} result:mp4:00000022.mp4
This is my AliasMapName file:
EHD~t190396B.m2v.mp4=EHDt190396B.mp4
*=${Stream.Name}
Wrong I something?
Thank you