Advertisement
strickly

wowza1

Feb 29th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. What you basically need to do is to follow 2 steps.
  2.  
  3. 2.1. Edit Application.xml for designated live application to add these lines:
  4.  
  5. <Module>
  6. <Name>ModulePushPublish</Name>
  7. <Description>ModulePushPublish</Description>
  8. <Class>com.wowza.wms.pushpublish.module.ModulePushPublish</Class>
  9. </Module>
  10.  
  11. 2.2. Edit this file: /usr/local/WowzaStreamingEngine/conf/PushPublishMap.txt
  12. to add this line:
  13. stream={profile:"rtmp", streamName:"test_stream", host:"localhost", port:1935, application:"live", userName:"test", password:"password"}
  14. The PushPublishMap.txt file loaded dynamically so you can add and remove streams any time
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement