MinimServer Forum

Full Version: MinimStreamer error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.jav​a: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?
(06-03-2015 17:04)RGauld Wrote: [ -> ]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)

what am I doing wrong?

Thanks for letting me know about this problem. Which platform are you using to run MinimStreamer?
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...
(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.
Reference URL's