cloudfront psudostreaming query string param

105 views Asked by At

I'm trying to setup flowplayer with pseudostreaming plugin and amazon cloudfront for working together . It's all working fine, but when I'm trying to seek to another position the playback starts from the beginning. I'm thinking that the problem comes from query string param target

lighttpd: {
    url: "flowplayer.pseudostreaming-3.2.13.swf",

    // use ${start} as a placeholder for the target keyframe
    queryString: '?target=${start}'
}

If you have any ideas or suggestions please help!

1

There are 1 answers

0
Mosu On

Because of bytes range request which is supported, I assumed that cloudfront support pseudo-streaming, but it looks they don't.Please see flowplayer post.