![]() |
|
MinimStreamer error - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimStreamer (/forumdisplay.php?fid=11) +--- Thread: MinimStreamer error (/showthread.php?tid=2235) |
MinimStreamer error - RGauld - 06-03-2015 17:04 I get the following error when I start MinimServer now after adding MinimStreamer: Streamer: checkFFmpegDSFSupport error writing DSF header java.io.IOException: Broken pipe at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:307) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140) at com.minimstreamer.Streamer.checkFFmpegDSFSupport(Streamer.java:1145) at com.minimstreamer.Streamer.configureConverter(Streamer.java:434) at com.minimstreamer.Streamer.doTranscodeInit(Streamer.java:208) at com.minimstreamer.Streamer.start(Streamer.java:139) at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167) at com.minimserver.Server.doStart(Server.java:2095) at com.minimserver.Server.start(Server.java:515) at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:167) at org.jminim.core.ContextImpl.start(ContextImpl.java:92) at org.jminim.core.RootContextImpl.startComponent(RootContextImpl.java:47) at org.jminim.core.ContextImpl.start(ContextImpl.java:92) at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:1382) at org.jminim.core.LauncherImpl.run(LauncherImpl.java:976) at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:107) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.jminim.launch.Launcher.doLaunch(Launcher.java:621) at org.jminim.launch.Launcher.launch(Launcher.java:204) at com.minimserver.launch.LaunchServer.main(LaunchServer.java:30) what am I doing wrong? RE: MinimStreamer error - simoncn - 06-03-2015 17:37 (06-03-2015 17:04)RGauld Wrote: I get the following error when I start MinimServer now after adding MinimStreamer: Thanks for letting me know about this problem. Which platform are you using to run MinimStreamer? RE: MinimStreamer error - RGauld - 06-03-2015 18:15 I'm running it an a QNAP TS-231 NAS, and, actually, now it appears to be working... I stopped MinimServer and exited MinimWatch, restarted them and it's now working with no errors... RE: MinimStreamer error - simoncn - 06-03-2015 19:59 (06-03-2015 18:15)RGauld Wrote: I'm running it an a QNAP TS-231 NAS, and, actually, now it appears to be working... I stopped MinimServer and exited MinimWatch, restarted them and it's now working with no errors... I have made a small change in MinimStreamer 0.5.9 which might prevent this from happening again. |