Channel starts to play, then immediately pauses

Hello all,

 

I asked this question in another thread, but thought that pulling it out with a descriptive title might help...

 

So, I've got a channel cobbled together.  It works pretty much how I want it to, except on PHT.

 

In PHT, I drill down to a video and hit play.

 

I get "Please Wait" for a second or two, then a FRACTION of second's worth of video (like a few frames), and the playback pauses.

 

I can immediately *unpause* the playback and it works fine from that point forward.

 

Does this make any sense to anyone?

 

MediaObjects are built up like this (I've tried adding every possible parameter into this, but the bare minimum does the same thing):

 

def MediaObjectsForURL(url):

    return [MediaObject(
             parts = [PartObject(key=url)]
            )]
 
Any advice would be appreciated!
 
Thanks,
John
 

I'm not familiar with an issue with this. Does it work as expected on other clients? Can you provide an example video url for testing in case it is actually an issue with PHT that needs fixing?