Read RAR files

This is supported be a few media players. XBMC, VLC come to mind. I have a huge media server and it would nice to be able to not have to extract the movies to watch them.
unrar p -inul %s
ffmpeg -ss %o -i pipe:0 -async 1 -b %bk -ar 44100 -ac 2 -v 0 -f flv -vcodec libx264 -preset superfast -threads 0 -
ffmpeg -ss %o -i - -async 1
[10/25/14 6:42:56 AM EDT] INFO PlayQueueInputStream user listening to "something_here.rar"
[10/25/14 6:42:56 AM EDT] DEBUG TranscodeInputStream Starting transcoder: [c:\_Subsonic\transcode\un-rar] [p] [-inul] [\\pathto\folderwith\something_here.rar]
[10/25/14 6:42:56 AM EDT] DEBUG TranscodeInputStream Starting transcoder: [c:\_Subsonic\transcode\ffmpeg] [-i] [-] [-async] [1] [-b:v] [1000k] [-ar] [44100] [-ac] [2] [-v] [0] [-f] [flv] [-vcodec] [h264] [-preset] [superfast] [-threads] [0] [-]
[10/25/14 6:44:22 AM EDT] INFO PlayQueueInputStream user listening to "something_here.rar"