-
I run your example smil OK on player2.02/DShow/Windows.:)
2009-07-16 15:29:54 UTC in ambulant
-
Win2003/DShow/player 2.0.2
I make a smil file,set the video play turn and turn with attribute of repeatCount="indefinite".
The behave of root layout video is OK.But the region "small" video play two round then dispeared.
Any sugesstion?.
2009-07-14 14:11:42 UTC in ambulant
-
I plays the smil with ambulant player on Win32 platform.
I am not sure I has the enough knowledge on ambulant player to develope this interface.I maybe try to implement it sometimes later.
2009-07-04 11:04:41 UTC in ambulant
-
I want set the player auto replay the smil document when it reach the end.
I guess It has play callback API to notify the document reach its end,and next to call API restart(bool reparse=true) for next round play.
(I had not test it yet)
I look the dx_player restart(bool reparse=true) method,it deletes many object and initializes lots of objects for replay.
Is it a simply way or attribute...
2009-07-02 13:31:18 UTC in ambulant
-
(I failed to send this note to maillist,so I post here.)
I search ambulant api for get the screen snap shot function.
The gui_screen has this API:
/// Obtain a screenshot.
/// Type is a string such as "png" or "jpeg". The caller is responsible
/// for freeing out_data when done.
virtual bool get_screenshot(const char *type, char **out_data, size_t
*out_size...
2009-07-02 13:16:17 UTC in ambulant
-
(This issue is copied from maillist)
The ambulant player display window size is set by the smil file definition(rootLayout size).
I try to find a way for setting the display window to custom fix size(such as size of 160x90) and smil can display and zoom to this fixed size(not depends on the rootLayout size).
I think the fullscreen mode nearly like this scene.
What can I do this in the...
2009-06-28 01:48:44 UTC in ambulant
-
The Regional and Language is default been set to "China Chinese" on my windows.It's OK.
I tried again the utf8 smil with expat, it seems to play back correctly.The screenshot is "player202_dshow_text_utf8_chinese_expat_OK.PNG".
I guess maybe something wrong with the xerces.I don't realy know.
But the player realy works well with utf8 and display the native language correctly.
Thank you.
2009-06-20 02:40:44 UTC in ambulant
-
I uploaded a smil file with encoding in UTF-8,couldn't display the double-bytes word.
Is it something wrong in my test file?
Or is there a some example working with UTF-8 encoding?.
2009-06-19 13:32:14 UTC in ambulant
-
The xerces-c FAQ about encoding supporting:
http://xerces.apache.org/xerces-c/faq-parse-3.html#faq-16
I want to know:
Is it right?when xerces builded with all encodings supports,then palyer will support too.
If it has true answer,then it's a tiny thing.
I can or you can rebuid player lib with another xercers build version to solve it.Or upgrade in next version.
The ervery solution you...
2009-06-15 04:16:13 UTC in ambulant
-
Great for your works.
I would to try.Please info me when the code is complete.
2009-06-15 03:02:47 UTC in ambulant