Skip to content
Ahmed Kamal edited this page Jan 13, 2015 · 10 revisions

Questions and Answers

castnow keeps being stuck in the state loading or scanning

Likely your firewall is blocking traffic. Ensure to open the TCP ports from 4100 to 4105 and the UDP port 5353. Also make sure to update castnow to at least version 0.4.3.

Another potential issue, is castnow might be binding to the wrong IP address. Check which IP address the web server is being started on, if a wrong IP address is being used, you can pass the --myip parameter to choose the correct network

castnow fails on installation

Make sure you are using the latest stable node and npm version. Also make sure you have git installed... then try again.

reporting bugs/issues

Please always append the debug output to your issues. You can enable the debug messages by setting the DEBUG ENV variable before running the castnow-command like this: DEBUG=castnow* castnow ./myvideo.mp4

Clone this wiki locally