Results 1 to 10 of 13

Thread: Default port setting

Hybrid View

  1. #1

    Default Default port setting

    Hi,

    I am wondering if I can use port 80 instead of using 1935, as 1935 might be blocked by firewall and how can i configure port 80 to be the default port?

  2. #2
    Join Date
    Dec 2007
    Posts
    25,655

    Default

    Modify /conf/VHost.xml /HostPort /Port "1935". Change to "1935,80" or just "80"

    But for RTMP you will have to add port 80 explicitly to connect, because 1935 is default port:

    Code:
    rtmp://[wowza-address]:80/yourApp
    Richard

  3. #3

    Default

    Thank you Richard, I'll try it out.

  4. #4

    Default

    Hi Richard,

    I've tried it, but not working.
    I assume the reason is my apache web server uses the port 80,
    Is there any way to work around or I have to use other port (like 443)

  5. #5

    Default

    by the way, Wowza uses TCP right, if it does, can we change it to UDP?

  6. #6
    Join Date
    Feb 2010
    Posts
    22

    Default

    I see Wowza uses TCP1935 to transmit media data, right?

    What about the UDP ports UDP 6970-9999. Are those ports used for transmitting media data?

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •