开发者

Integrating Real Time Messaging Protocol with Wicket

开发者 https://www.devze.com 2023-02-08 04:14 出处:网络
I am designing my web project by Wicket. There I want to add web cam video capturing facility. I have Recorder.swf which records the video and save in rtmp and Player.swf which playback that saved vid

I am designing my web project by Wicket. There I want to add web cam video capturing facility. I have Recorder.swf which records the video and save in rtmp and Player.swf which playback that saved video. Normally both of the swf are working well, if I open them simply by any browser. But If that two swf are added in wicket application then they are not working. But I have tested other swf, like I have played flv by media player swf file in my project. I can not able to understand what is happen开发者_运维问答ing! Can rtmp not be integrated with wicket? Thank you.


From what you describe, it has not much to do with Wicket. Wicket is on server side. If it works on some machine but does not on other, then it's most probably a problem either in the flash or on the client side (flash player).

0

精彩评论

暂无评论...
验证码 换一张
取 消