Is there a way to make wowza listen on 554 for RTSP?
As it is right now, RTSP playblack happens on 1935:
rtsp://[server]:1935
however, the QUICKSTART.html document makes a clear reference to port 554 in the section related to security/ports.
Thanks,
Is there a way to make wowza listen on 554 for RTSP?
As it is right now, RTSP playblack happens on 1935:
rtsp://[server]:1935
however, the QUICKSTART.html document makes a clear reference to port 554 in the section related to security/ports.
Thanks,
For incoming rtsp port 554 is the default.
Richard
Yes, edit conf/VHost.xml and add 554 to the list in the first definition:
<Port>1935,554</Port>
Charlie