Skip to content

Commit

Permalink
Add note about binding to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Aug 10, 2014
1 parent c337b53 commit 637b2c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ The server / client address is ```localhost``` by default to run client and serv
1. The code supports sunny-day scenario only, just to demonstrate the idea, so there are is no complex error checking statements and the code may behave in unexpected manner when launched in _real_ network.
2. It uses [Xuggler](https://github.com/artclarke/xuggle-xuggler) which seems to be discontinued.
3. Remember, this example is to present an idea, so if you need enhancement or bug fix, please implement it and send pull request to share it with community. Be creative :)
4. To perform streaming over the network you need to change address in server from ```localhost``` to your real IP address (e.g. such as ```192.168.1.10```). I'm not sure how it works with the IPv6 support - feel free to test it.
4. To perform streaming over the network you need to change address in server from ```localhost``` to your real IP address (e.g. such as ```192.168.1.10``` or ```0.0.0.0``` in general). I'm not sure how it works with the IPv6 support - feel free to test it.

0 comments on commit 637b2c4

Please sign in to comment.