PDA

View Full Version : Live Straming Media Player



keyur259
9th February 2010, 06:51
I need to develop live streaming media player in Qt.

Can someone provide me a general idea/overview using which i can implement?

Is it possible or not?

high_flyer
9th February 2010, 09:49
Is it possible or not?
Of course it is!


Can someone provide me a general idea/overview using which i can implement?
it depends on what your requirements are.
What type of streaming media etc.

In Qt you can have a look at the Phonon framework, and see if it fits your needs.
If it doesn't you will probably need to use external media libs and the GUI with Qt.

keyur259
9th February 2010, 10:09
I have a url of rtsp server.

Can you post some code or refer an example in qt which is already using Phonon for playing video from url.