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?
Printable View
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?
Of course it is!Quote:
Is it possible or not?
it depends on what your requirements are.Quote:
Can someone provide me a general idea/overview using which i can implement?
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.
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.