On Fri, Jan 25, 2013 at 2:26 PM, Jeff Hoogland <jeffhoogl...@linux.com> wrote: > Does emotion support being fed video data directly? For instance if I had > an object that was a real-time, live video feed is this something emotion > could play? I know VLC and mplayer are both capable of playing stream data > in this method, can Emotion as well?
emotion itself does no data feeding or media source at all. It's all delegated to engines. All that we take is a string with URI, given directly to engine. Most engines support complex URI such as rtp, http... Then they could be used to feed live data, just open an http/rtp and send packets. There is no emotion_object_source_feed() or similar, you'd have to use http or other ways to negotiate and communicate, external of emotion. There is also v4l2, that I never used in emotion, but given its name it will talk directly to v4l2 interface, anything that produces v4l2 data can be consumed in there (probably, never tested) Last but not least, depend on what you want to do. If you're producing the frames in process of emotion, then why encode to later decode? Get the actual frame and show using evas_object_image, will be much faster. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: barbi...@gmail.com Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel