Everything is okay, snapshots were created at [install-dir]/content when streaming. However, these snapshots are in wowza’s server. Is there any way to get them by using url like
The files are created in [install-dir]/content and you will either need to create an HTTPProvider or add the the snapshots on a web server document folder to access them.
The other option will be to use the built-in HTTPProvider to get a snapshot and you can view it this way:
http://[wowza-ip-address]:8086/transcoderthumbnail?application=[application-name]&streamname=[stream-name]&format=[jpeg or png]&size=[widthxheight]
Tried your option and it is not working for me. I opened port 8086 on my core server firewall and entered http://[wowza-ip-address]:8086/transcoderthumbnail?application=[application-name]&streamname=[stream-name]&format=[jpeg or png]&size=[widthxheight] with my server and application details etc but the browser did not gave me a screenshot back while I see the screenshot in the /content directory. It has though a sc_ prefix (as described to use in the manual). Not sure if that is the problem?