My server is up and streaming no problem, but I do have a gap in my knowledge about the transcoder api. Correct me if I am wrong, but I am assuming to POST to the api you simply create a URL something like:
http://local_ip

ort/api?op="getstatus"&seq=45
or something like that. Could you correct my syntax as I am in out of my depth here and I think I am missing something important in the form of the URL.
I know to use the port that is configured in section 3.1 of trans conf, but I am unsure of the rest of it. I can successfully use URLs such as:
http://local_ip
ort/rotatelogs
That one works great. I am just unsure how to format the api URL.
Thanks