Start appInstance
java -cp . JMXCommandLine -jmx service:jmx:rmi://localhost:8084/jndi/rmi://localhost:8085/jmxrmi -user admin -pass admin touchAppInstance live
Start MediaCaster stream
java -cp . JMXCommandLine -jmx service:jmx:rmi://localhost:8084/jndi/rmi://localhost:8085/jmxrmi -user admin -pass admin startMediaCasterStream live abc.stream rtp
When I try to start a stream using these above commands giving me the following errors.
startMediaCasterStream live 127.stream rtp
ERROR: doInvoke: javax.management.InstanceNotFoundException: WowzaMediaServerPro:vHosts=VHosts,vHostName=_defaultVHost_,applications=Applications,applicationName=live,applicationInstances=ApplicationInstances,applicationInstanceName=_definst_,name=ApplicationInstance
The above code was working fine in wowza 3.6.4.
Can anybody help me to sort out the issue.
Thanks