I&#39;ve been playing with transcoding some recordings using mencoder/libavcodec so I can stream properly over WiFi, and I&#39;m working on figuring out what I should set mencoder&#39;s vrc_maxrate to (the maximum bitrate you want to allow in the file). This parameter is dependent on vrc_buf_size, which is the buffer size (in kbit/s) that your player uses, in this case, MythTV. Ideally this variable should be set to the size of the playback buffer that MythTV&#39;s player uses, but I&#39;m having a hard time finding this info. I&#39;ve searched through the code but have yet to find it. Can anyone point me in the right direction? Thanks,<br /><br />Nick