dodgepong said:Are you sure the IP address you're using for the server is the external IP and not the internal IP?
Yes, I'm using my external IP and I'm able stream using mxplayer on my android phone using the external IP over 4g.
dodgepong said:Are you sure the IP address you're using for the server is the external IP and not the internal IP?
dodgepong said:Oh right, this is JWPlayer...try rtmp://server.ip/live/flv:streamkey
Jack0r said:I would suggest to check your access and error logs of nginx. If necessary, delete the current log files, try watching your own stream again and then check the new log files.
dodgepong said:Then perhaps you should consult JWPlayer tech support...I don't use JWPlayer, and that's obviously where things are breaking down, so I don't know how to help you.
tdx3000 said:MarkKing if you able to get it to work please share.
I will also try flowplayer when i get home today
<html>
<head>
<script type="text/javascript" src="jwplayer.js"></script>
</head>
<title>RTMP Live Stream Test</title>
<body>
<div id="myElement">
<script type="text/javascript">
jwplayer("myElement").setup({
file: "rtmp://my.external.ip.address/live/teststream",
height: 480,
width: 720
});
</script>
</div>
</body>
</html>
tdx3000 said:hmmm weird
I check my port forwarding again and jwplayer is working outside of my network
only forward port 80 for nignx and 1935 for rtmp
Jack0r said:I still recommend to check the logs. And use:
rtmp://IP:PORT/APP/flv:streamname
for example "rtmp://192.168.0.2:1935/live3/flv:480"
Jack0r said:Yup external IP. I am online on the obs chat if you want to look into the logs. Is probably easier than through here :)
(Follow the red button on the top of this page, on the right of the FaceBook/Twitter button)
Jack0r said:Yup external IP. I am online on the obs chat if you want to look into the logs. Is probably easier than through here :)
(Follow the red button on the top of this page, on the right of the FaceBook/Twitter button)