Open GoogleCodeExporter opened 9 years ago
I was able to get past this by adding -Dstreambaby.dir=/opt/usr/streambaby to
the command line.
My next problem is this:
root@tomato:/opt/usr/streambaby# ./streambaby
Initializing StreamBaby v0.29...
03/23/11 18:12:21 FFmpegJavaVideoModule: Unable to load FFmpeg native libraries
java.lang.reflect.InvocationTargetException
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:367)
at jamvm.java.lang.JarLauncher.main(JarLauncher.java:50)
Caused by: java.net.SocketException: getifaddrs not supported
at java.net.VMNetworkInterface.getVMInterfaces(Native Method)
at java.net.NetworkInterface.getNetworkInterfaces(NetworkInterface.java:196)
at com.tivo.hme.host.util.Misc.getInterfaces(Misc.java:194)
at com.unwiredappeal.tivo.streambaby.host.Main.<init>(Main.java:97)
at com.unwiredappeal.tivo.streambaby.StreamBabyMain.main(StreamBabyMain.java:152)
at java.lang.reflect.Method.invokeNative(Native Method)
...2 more
Original comment by arolson...@gmail.com
on 23 Mar 2011 at 11:15
Turns out that getifaddrs is a function that isn't in the version of uClibc
that ddwrt optware installs (0.9.28), so fixing it is clearly out of the scope
of streambaby
Original comment by arolson...@gmail.com
on 27 Mar 2011 at 5:29
Original issue reported on code.google.com by
arolson...@gmail.com
on 23 Mar 2011 at 10:26Attachments: