hi,everyone: i have a question about streaming media play in loop,the specific situation is that mplayer send a http request to a server to request play a channel(files like wmv etc),and the server send packets to mplayer.. as the channel is a file , when to the file end , i want to let mplayer send a http request again to achieve loop play, so i send a 0x43 24 00 08 00 00 00 00 to mplayer, unfortunately,the mplayer tells a error : nop_streaming_read error : Resource temporarily unavailable . Can somebody help me? thanks~~~by the way , the environment is ubuntu , and it is ok in windows when i use smplayer(a mplayer for windows).