<div dir="ltr"><div>I'm working on my program to copy bluray streams from a disc to a filesystem, and if there are packets that can't be read, I'd like to skip over them. I wanted to know what the packet size is, though.</div><div><br></div><div>bd_read() lets you specify an arbitrary amount of data.</div><div><br></div><div>bdsplice.c sets PKT_SIZE to 192, but then the buffer is set to 192 * 1024.</div><div><br></div><div>192 bytes seems pretty small to me, so I wanted to check.<br></div><div><br></div><div>Thanks</div><div><br></div><div>Steve<br></div></div>