Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Default port setting

  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,682

    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

  7. #7
    Join Date
    Dec 2007
    Posts
    25,682

    Default

    The UDP range 6970 - 9999 is for RTP streaming.

    Richard

  8. #8
    Join Date
    Feb 2010
    Posts
    22

    Default

    Quote Originally Posted by rrlanham View Post
    The UDP range 6970 - 9999 is for RTP streaming.

    Richard
    When I request a live video by rtsp://my_wowza_srv:1935/rtplive/demoTVShows.sdp, I capture the packets with Wireshark and see the media data is sent to VLC via TCP port 1935. It's not transmitted via UDP.

    In the beginning, the UDP port 6980 and 6983 are used to talk with VLC but unreachable. So maybe it automatically rolls over to TCP transport?

    The reason I raise this question is that I find my Blackberry Bold 9000 can't play back the RTSP video mentioned above via Rogers 3G network, but works fine with WiFi. This may be because of the 3G network closes some ports, right?

  9. #9
    Join Date
    Dec 2007
    Posts
    25,682

    Default

    It is a known issue, not sure if is resolved. Take a look at this discussion:
    http://www.wowzamedia.com/forums/sho...?t=5541&page=4

    Make sure you have the latest patch:
    http://wowzamedia.com/devbuild.html

    Richard

  10. #10
    Join Date
    Feb 2010
    Posts
    22

    Default

    Thanks Richard,

    I think this is because the VLC negotiates with Wowza to use TCP, the so called RTSP/RTP interleaved, mode. They negotiate the UDP in the first place and fail, then they choose the TCP way.

    But the BB can not negotiate to TCP mode so streaming to BB is always UDP, which is a problem in some 3G networks.

    Am I right?

Page 1 of 2 12 LastLast

Posting Permissions

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