Hello Todd,
The stream availability text can be behind about 15 seconds, so you might be able to watch it before the status changes. The preview page should be available almost instantly once a push start, so you could use that to check as well.
Most likely there's an error in the stream url to MistServer: Does anything come up from the MistServer log? It should mention it's rejecting a stream due to a different name or not white-listed IP.
There's a few things you can try to find the issue:
- Is Red5 pushing the stream or is it making it available? MistServer can only work with RTMP pushes, at this time it cannot pull an RTMP from another server. If it's only making it available you'll need to use an pushing application in between (for example ffmpeg:
Should do the trick) I can't remember if Red5 had pushing capabilities or not.
- What is the stream url pushing to MistServer? With the settings you've got right now it should be:
- Is the RTMP port available on the system running MistServer? If the RTMP port (default 1935) cannot be used any live stream will fail and you'll need to change the port to another number (you'll have to include it in your RTMP urls then like this:
rtmp://192.168.2.154:PORT/live/flash_rtmp_test
- While it looks like you've got your IP correctly set up, you can test it with just "push://" that'll allow an incoming push from any IP.
I hope that'll help you a bit further, let me know if it doesn't!