I want to send MP3 data to Xine Lib through IPC. To do that I wrote two application.
One reading from an MP3 file and then open a named pipe say "mypipe" and write data in chunks to that pipe.
In other application, I am sending the pipe information to the xine engine by giving an MRL name "fifo:/mypipe". But xine_open function fails and giving the error XINE_ERROR_NO_INPUT_PLUGIN. Please help me.