Skip to content
bjacobse edited this page Nov 2, 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.

/usr/bin/env: node: No such file or directory

https://github.com/nodejs/node-v0.x-archive/issues/3911

digitalmediums commented on 27 Sep 2012

I've found this is often a misnaming error, if you install from a package manager you bin may be called nodejs so you just need to symlink it like so "ln -s /usr/bin/nodejs /usr/bin/node"

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