Hi, I´m programming a media server on Solaris, and I am using the Xil library with mpeg-1 files. I am using XilCis commands like Xil_cis_get_bits_ptr on the server side and xil_cis_put_bits on the client side.
This works out just fine when I just send the movie packet by packet and put it together to a movie file on the client side, but when I try to stream the movie during transmission I get out-of-memory messages on the client side (Error number di-1). I have tried to increase swap space but it doesnt seem to help.
Have anyone got any suggestions what may be the problem?
This works out just fine when I just send the movie packet by packet and put it together to a movie file on the client side, but when I try to stream the movie during transmission I get out-of-memory messages on the client side (Error number di-1). I have tried to increase swap space but it doesnt seem to help.
Have anyone got any suggestions what may be the problem?