Is there any way to capture and play back a video stream on the terminal with PyS60?![]()
Is there any way to capture and play back a video stream on the terminal with PyS60?![]()
hello Reiben
welcome to Python developer discussion boards.
PyS60 doesnt have a API which directly helps in video streaming, But you can see this article written by fellow champion marcelo which explains how to access public Qik streams.
Hope that helps you.
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
And... would it be possible to call CVideoPlayerUtility::OpenUrlL() from a PyS60 application to open a video streaming in RealPlayer?
Gargi Das- http://gargidas.blogsot.com
Forum Nokia Python Wiki
Learn Python at http://mobapps.org/PyS60
I've been practicing with this simple example: uikludges, based on these links:
http://wiki.opensource.nokia.com/pro...ing_extensions
http://wiki.opensource.nokia.com/pro..._using_Carbide
The problem is that I am a Python developer but I do not know too Symbian. I'm trying to build a C++ extension for PyS60 that allows me to open and close a streaming video on the media player.
Could anyone guide me to the Symbian code that would need to develop this extension?
Or a manual?
Yeah you can make some kind of video stream by using viewfinder, saving picture in callback function of viewfinder and then reading from the file and sending it to another device every time