SeekFile unexpected behavior
#1
I am trying to jump to a position in a file on a file share, and I'm seeing some unexpected behavior with SeekFile. I'm hoping I'm just missing something, here.

I open a file on the network (smb) with OpenFile. I pass the handle to the file into SeekFile, with a position about mid-stream and SEEK_SET. The audio starts skipping, and I sometimes see choppy frames. It doesn't recover. Additionally, my log file gets spammed with:
Code:
ffmpeg[17D0]: [eac3] frame sync error
CDVDPlayerAudio::DecodeFrame - Decode Error. Skipping audio packet
CDVDPlayerAudio::Process - Decode Error

File type is mkv with h264/ac3.

Any possible hints or guidance here would be really appreciated!
Reply

Logout Mark Read Team Forum Stats Members Help
SeekFile unexpected behavior0