1

After browsing a lot and wasting much time i managed to setup one player that is JWPlayer now this player is able to play the files whose location is in context path something like "video/test.flv". I gave the url of servlet which writes to the response using the outputstream. But jwplayer is not able to play the streamed file. Now i am struck and not able to find a solution for this. Then i found this question which is related to my problem. similar question

now in the answer someone said that its not possible, so what is the workaround is this impossible? please help me out, wanna sleep.

Thanks and regards

4

1 回答 1

1

好的,伙计们,我开始工作了,到目前为止还可以,不知道未来。:) 我的 jwplayer6 设置是这样的

jwplayer("myElement").setup({
                        file: id,  //dynamic url
                        type: 'flv',
                        image: ""
                    });

这可能对其他人有所帮助。

谢谢

于 2013-05-17T07:10:22.413 回答