This Article is Under Construction!

Difference between revisions of "Wowza Streaming Engine/Manager"

From SETV Springfield Technical Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Under Construction}}This is a guide for the Wowza Streaming Engine Manager backend
 
{{Under Construction}}This is a guide for the Wowza Streaming Engine Manager backend
  
== How to add media to Wowza, the correct way. ==
+
You can access the Wowza Manager at http://wowza.ssdcougars.tv:8088/enginemanager/
  
=== HD Videos (i.e Sports) ===
+
This is the graphical portal to manage the Wowza Service.  
# Open Adobe Media Encoder
 
# Load the HD file you want added to Wowza
 
# Under the Encoding Presets look for the '''Wowza HD (16:9)''' folder
 
# Set the duration of the video under default preset
 
# Drag and drop the four presets under the '''Wowza HD (16:9)''' Folder
 
# Set the export path to \\10.130.10.50\WowzaShare\SETVOD\{CategoryFolder}\
 
# Open PuTTY
 
# Connect to Wowza Server
 
# type <code>cd /media/vod1/SETVOD</code>
 
# type <code>add2wowza video</code>
 
# Follow the prompts and copy the resulting link into wordpress
 
  
=== SD Videos (i.e. Board Meetings) ===
+
== Common Problems ==
# Open Adobe Media Encoder
+
No streams coming in?
# Load the SD file you want added to Wowza
+
 
# Under the Encoding Presets look for the '''Wowza SD (4:3)''' folder
+
In terminal, connect to server.
# Set the duration of the video under default preset
+
 
# Drag and drop the four presets under the '''Wowza SD (4:3)''' Folder
+
Run <code>nvidia-smi</code> and make sure you see "java" in the list of running processes.
# Set the export path to \\10.130.10.50\WowzaShare\SETVOD\{CategoryFolder}\
 
# Open PuTTY
 
# Connect to Wowza Server
 
# type <code>cd /media/vod1/SETVOD</code>
 
# type <code>add2wowza video</code>
 
# Follow the prompts and copy the resulting link into wordpress
 
[[Category:SETV Guides]]
 

Latest revision as of 02:45, 15 June 2018

This is a guide for the Wowza Streaming Engine Manager backend

You can access the Wowza Manager at http://wowza.ssdcougars.tv:8088/enginemanager/

This is the graphical portal to manage the Wowza Service.

Common Problems

No streams coming in?

In terminal, connect to server.

Run nvidia-smi and make sure you see "java" in the list of running processes.