I’d like this to happen:
-
A client sends an HTTP request to Wowza (ex: http://[wowza]/video1/start)
-
Wowza reads this request and finds the associated resource for this request in it’s storage directory ex (video1.mp4)
-
Wowza starts streaming video1 on the “live” application.
I think I know how to do #2 and #3. It’s #1 I’m curious about.
Does Wowza have the capability to listen to http requests like this? If so, how can I listen for, and read these requests?
Thanks.