When you open a Support ticket with Wowza Media Systems™, we may request that you send us configuration and log files from your Wowza Streaming Engine™ media server software install directory. This is best accomplished by creating a *.zip archive that contains the contents of several key folders.
Prepare files for Wowza Support engineers
When investigating issues, Wowza Support engineers typically request the following:
- [install-dir]/conf
- [install-dir]/logs
- [install-dir]/transcoder
- [install-dir]/manager/logs
They may also request:
- A screenshot of your live encoder settings
- A copy of your .stream file(s)
- A sample of a problematic VOD asset (media file)
- A sample recording of a problematic incoming stream
In most cases, you can attach the files to an email and send them to Support. If the files are too large to send through email, however, Support engineers may suggest posting files for download by using a file-sharing service like Dropbox or by uploading them to a web or FTP server.
Also, if your server generates a significant volume of log files, it's extremely helpful to refresh and specify a log statement, which makes for a more efficient auditing process that can reduce the overall time a Support engineer needs to process your ticket. If possible, follow these simple steps:
- Stop your Wowza Streaming Engine software.
Note: For help, see Start and stop Wowza Streaming Engine.
- List the contents of the [install-dir]/logs folder.
- Rename wowzastreamingengine_access.log to wowzastreamingengine_access_OLD.log.
- Start Wowza Streaming Engine.
- Duplicate the troubleshooting issue or set of issues.
- Send the new log file by using the steps outlined below.
Create the compressed archives
Although many third-party applications can create .zip files, it's easy enough to do it in the operating system.
Create compressed zip files in Windows 7
- Using Windows Explorer, navigate to C:\Program Files (x86)\Wowza Media Systems\Wowza Streaming Engine [version].
- Click to highlight each folder that you need to zip.
Note: Press Ctrl on the keyboard to select multiple folders.
- Right-click each file and select Send to > Compressed (zipped) Folder.
Windows creates the zip file and positions the cursor where you can choose a unique name for the file.
- If you have an open Support ticket, name the files conf_12345.zip and logs_12345.zip. Otherwise, name them conf.zip and logs.zip.
- Submit a Wowza Streaming Engine Technical Support Ticket. In the Support ticket form, provide a detailed description of the problem and attach the zipped files in the area provided.
Create a compressed zip file in Linux
- Open a Terminal session and log in to the server.
- Navigate to your Wowza Streaming Engine install directory by typing cd /usr/local/WowzaStreamingEngine
- Type ls to view a listing of directory contents.
- Note the files to be zipped (for example, /conf and /logs).
- Create the zip file by entering the command:
root@ubuntu:/usr/local/WowzaStreamingEngine# ls applications documentation keys NOTICE.txt bin dvr lib QUICKSTART.html conf examples lib-native README.html content filename_12345.zip logs transcoder root@ubuntu:/usr/local/WowzaStreamingEngine# zip -r filename_12345.zip conf adding: conf/ (stored 0%) adding: conf/LiveStreamTranscoders.xml (deflated 77%) adding: conf/MediaCasters.xml (deflated 90%) ... ... root@ubuntu:/usr/local/WowzaStreamingEngine# zip -r filename_12345.zip logs adding: logs/ (stored 0%) adding: logs/wowzastreamingengine_access.log.2012-08-07 (deflated 94%) adding: logs/wowzastreamingengine_error.log.2012-09-07 (deflated 90%) ... ...
- Submit a Wowza Streaming Engine Technical Support Ticket. In the Support ticket form, provide a detailed description of the problem and attach the zipped file in the area provided.