Wowza Community

Get Wowza Media Server version from terminal?

How can I get the Wowza Media Server version number from a terminal on my Linux server? I’d like to automate something in my Bash profile to display the Wowza Version as a part of my prompt.

Probably a better way, but you could do:

>wget http://[wowza-address]:1935
>cat index.html

Richard

1 Like