We are trying to use Vitamio's MediaPlayer to play a live stream. The stream is specially encoded, so we have to decode the stream into byte array and feed the byte array to MediaPlayer. We try using the pipe method, but keep getting "EPIPE (Broken pipe)". Is there any way to feed byte array data continuously to MediaPlayer?
We are trying to use Vitamio's MediaPlayer to play a live stream. The stream is specially encoded, so we have to decode the stream into byte array and feed the byte array to MediaPlayer. We try using the pipe method, but keep getting "EPIPE (Broken pipe)". Is there any way to feed byte array data continuously to MediaPlayer?