I dont know how many of you tried like this (non stop 1 week testing and testing till midnight). But i did really a big try till now 20, December 2010, and i gave up, because i want to have a answer either a big yes or no, finally came to a answer which is "NO". GStreamer using java applet is impossible (do not ever try and spend your time): - I wrote very simple source src and sink application in java applet and i used gstreamer wrapper
- I converted it as java applet - I signed it with my details (completely signed), which works in my Linux box having gstreamer pre installed by simply doing "java -jar myapplet.jar" - I played it in Linux all browsers (including firefox/konquer/chrome/opera) result does not work, even i have signed applet + java all updates
- I installed Virtual OS Windows XP/Vista/7 and downloaded same .jar files and gstreamer in Windows machine, gave try with (IE6/ IE7/ IE8/ IE9 and Firefox/ Chrome/ Opera/ Sea monkey/ Safari/ Flock/ Avant)
DOES not work What i can do to solve this ? I must install gstreamer (i know then it works) ? But why i cant embed gstreamer with my applet web install/web start ..etc etc???
Thanks & Regards ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
> - I installed Virtual OS Windows XP/Vista/7 and downloaded same .jar files
> and gstreamer in Windows machine, gave try with > (IE6/ IE7/ IE8/ IE9 and Firefox/ Chrome/ Opera/ Sea monkey/ Safari/ Flock/ > Avant) > > DOES not work Odd, we got an html 5/webkit based setup working quite easily on squeeze. We probably must have used something else without realising it if it does not work. -- greetz, marc Human beings were created by water to transport it uphill. crichton 2.6.26 #1 PREEMPT Tue Jul 29 21:17:59 CDT 2008 GNU/Linux ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel signature.asc (204 bytes) Download Attachment |
Administrator
|
In reply to this post by Shamun
On Mon, 2010-12-20 at 22:46 +0100, Shamun toha md wrote:
> I dont know how many of you tried like this (non stop 1 week testing > and testing till midnight). But i did really a big try till now 20, > December 2010, and i gave up, because i want to have a answer either a > big yes or no, finally came to a answer which is "NO". > > What i can do to solve this ? I must install gstreamer (i know then it > works) ? But why i cant embed gstreamer with my applet web install/web > start ..etc etc??? You did embed both gstreamer AND the plugins you needed in that applet, right ? I don't know much about the applet side of java, but a few basic questions come to mind: * you'll need JNI bindings/wrappers. Can one distribute an applet with JNI bindings? * How do you build 'applets' that depend on shared libraries ? * If you need some plugins that depend on other libraries, have you also embedded those ? * GStreamer is compiled for one arch at a time, aren't applets meant to be arch-/platform-agnostic ? Have you tried a minimalistic (gst_init()) version ? What errors (like debugging statements or java console errors) do you see ? Does your applet find the gstreamer symbols alright ? Take a few steps back, try to answer some fundamental questions like those above and maybe the 'real' problem will show up (for which somebody might be able to provide more pointers, or better yet, *you* might be able to find answers on the internet). Edward > > > > > Thanks & Regards > > > > > > > > > ------------------------------------------------------------------------------ > Lotusphere 2011 > Register now for Lotusphere 2011 and learn how > to connect the dots, take your collaborative environment > to the next level, and enter the era of Social Business. > http://p.sf.net/sfu/lotusphere-d2d > _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |