Hey guys, I'm really struggling with the following problem, a problem I had solved few months ago and now that I revisit it, it doesn't work anymore...
At the moment I have a Java desktop application which spits audio bytes through the stdout, bytes that ffmpeg must receive. I've done this using some libraries in Java so I don't need to wrap everything in a batch file whatsoever, but for testing I'm just using the Windows cmd to quick test it. Basically I'm using the > operator to send the stdout data to ffmpeg in the following way... java -jar folder_in_project_root/streamer.jar > ffmpeg/bin/ffmpeg.exe -f s16le -ar 48000 -ac 2 -i - -f ogg -content_type application/ogg icecast:// hackme:[email protected]:8000/streaming.ogg When I tested this months ago, FFMPEG shown the data that was being streamed along more stats, but now when I execute the command nothing happens, it just hangs. Maybe it isn't able to connect to Icecast? Should I do something with ports or something to make it even work in localhost? _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
