Guest User

Untitled

a guest
Mar 9th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. name="proxypublish",
  3. description="Application for forwarding streams to another RTMP server",
  4. protocol="dynamiclinklibrary",
  5. acceptors =
  6. {
  7. {
  8. ip="0.0.0.0",
  9. port=6665,
  10. protocol="inboundLiveFlv"
  11. },
  12. --[[{
  13. ip="0.0.0.0",
  14. port=1068,
  15. localStreamName="stream2",
  16. protocol="inboundRtmp"
  17. },]]--
  18. {
  19. ip="0.0.0.0",
  20. port=5544,
  21. localStreamName="stream2",
  22. protocol="inboundRtsp"
  23. }
  24. },
  25. abortOnConnectError=true,
  26. validateHandshake=true,
  27. targetServers =
  28. {
  29. {
  30. targetUri="rtmp://publish.livestream.com/mogulus/xxxx/username=xxxx/password=xxxx/isAutoLive=false",
  31. targetStreamType="live", -- (live, record or append)
  32. emulateUserAgent="Agent",
  33. localStreamName="stream2",
  34. keepAlive=true
  35. },
  36. },
Add Comment
Please, Sign In to add comment