Tuesday, November 6, 2018

ok, ok...that's what you have...so...what about "this usually means that you need to allow access to that port from the internet and also forward it in your router. ...

ok, ok...that's what you have...so...what about "this usually means that you need to allow access to that port from the internet and also forward it in your router. ...

https://www.wowza.com/community/questions/1620/vlc-stream-settings.html



rtp{dst=[wowza-ip],port=[wowza-udp-port],sdp=[sdp-location]} 

It will start broadcasting to wowza using rtp over 4 udp ports starting at wowza-udp-port. You need to make sure that you have a range of udp ports open in your security group. 

If you want to use sdp=rtsp://ip:port/ etc then vlc will listen for rtsp requests on the local port that you define so you need to make sure that wowza can access that port on your local computer. This usually means that you need to allow access to that port from the internet and also forward it in your router. 

If you use sdp=file:/// then you need to manually copy the sdp file to your Wowza server content folder.
Thanks for the fast response. 

rtp{dst=[wowza-ip],port=[wowza-udp-port],sdp=[sdp-location]}

No comments: