[Live-devel] How to play RTP stream with MPlayer?

2007-08-30 Thread ZengWenfeng
hi all! I am currently working with a RTP-based streaming application, and intend to use the mplayer as embedded player for user. I tried to call mplayer from command line like this: mplayer rtp://localhost: but it doesn't work(no movie window), the output is like this: MPlayer 1.0rc1-3.

[Live-devel] Is livemedia a shared library or a static library?

2007-08-21 Thread ZengWenfeng
As the title. Thanks in advance! _ 通过 Live.com 查看资讯、娱乐信息和您关心的其他信息! http://www.live.com/getstarted.aspx___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailma

[Live-devel] How to use livemedia library in python?

2007-08-13 Thread ZengWenfeng
hi! I'm new to this discussing list, and I am working with a project, part of it is to implement a media streamer and receiver using RTP payload. I found livemedia is useful, but it's a c++ library, and the other part of the project is written by python. I wonder how can I use the library with