1. To use regacy DLLs for new web services, you have to use Microsoft WebSerivces. Belows are sample links for using DLL for webservices.
http://blog.naver.com/PostView.nhn?blogId=eve99eve&logNo=130076023441
2. To provide video streaming service via Web, normally a server is deployed by Windows Media Server because of simplicity of deployment and setting. A sample is as below.
http://blueamor.tistory.com/712
3. Building web interface and web player
- if users use a HTML5 supported browser, it’s simple. Just use <video> tag with mpeg4 or webM. However, most of web browsers what user used are IE6 and IE7. So a flash video solution is only option to provide direct web streaming services. Most of them are commercial solutions, but Jaris FLV Player is a opensource and its licence is GPL.
http://sourceforge.net/projects/jaris/ or http://jarisflvplayer.org/
- Simple way to implementation using PHP and Flex
http://www.hanb.co.kr/network/view.html?bi_id=1401
http://onlamp.com/pub/a/php/2007/05/24/creating-mytube-with-flex-and-php.html : It’s same, but original link (English)
No comments:
Post a Comment