Re: [Lazarus] play video and music from the web

2014-02-13 Thread Michael Schnell
On 02/12/2014 10:36 PM, duilio foschi wrote: video width=320 height=240 controls This requires the browser to support HTML5 (nowadays most do) -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] play video and music from the web

2014-02-13 Thread Andrew Brunner
Not all HTML5 browsers support multi-media. Supported file formats depends on the operating system and browser. Chrome is by far the most widely versatile. FireFox did not spring for MP3 licensing. Firefox requires streams as ogg. So don't expect much media support from them. On

Re: [Lazarus] play video and music from the web

2014-02-13 Thread duilio foschi
Hi Andrew, which is a conservative way to go for a music player on the web ? Which is method used by - say - YouTube ? Thank you Duilio 2014-02-13 14:37 GMT+01:00 Andrew Brunner atbrun...@aurawin.com: Not all HTML5 browsers support multi-media. Supported file formats depends on the

Re: [Lazarus] Problem building for SPARC/Linux, and a couple of minor IDE wishlist items

2014-02-13 Thread Martin Frb
On 13/02/2014 06:41, Mark Morgan Lloyd wrote: I must admit that I only noticed that yesterday: my screens are fairly large but elderly so the contrast isn't as good as new ones. There's still the question of how this sort of thing works best with a split window (i.e. two parts of the same

Re: [Lazarus] play video and music from the web

2014-02-13 Thread Andrew Brunner
Well, those of us who depend on browser technologies are pushing HTML5 standards hard. But mpeg is the standard streaming format used for video and audio. Since FireFox is an open sourced initiative they feel that they are selling out to include a licensed streaming component for mpeg.

Re: [Lazarus] LazarusDir and FPCSourceDirectory not saved to environmentoptions.xml

2014-02-13 Thread leledumbo
Please load the IDE in the debugger and set a breakpoint at FPC_RAISEEXCEPTION. Then run, reproduce the error and create a backtrace. Done, but gdb doesn't seem to catch the exception. Here's the log: (gdb) b FPC_RAISEEXCEPTION Breakpoint 1 at 0x8072a45 (gdb) run Starting program:

Re: [Lazarus] Lazarus Second Release Candidate, 1.2RC2

2014-02-13 Thread Luca Olivetti
El 13/01/14 18:34, Mattias Gaertner ha escrit: The Lazarus team would like to announce the second Release Candidate for the upcoming Version 1.2. ... I don't know if it's a known problem or it has already been reported, but even with the option Always build (even if nothing changed)

Re: [Lazarus] play video and music from the web

2014-02-13 Thread waldo kitty
On 2/13/2014 9:06 AM, duilio foschi wrote: Hi Andrew, which is a conservative way to go for a music player on the web ? Which is method used by - say - YouTube ? youtube was using a flash video player thing... i don't know what they are using now that google owns them... i've not tried to

Re: [Lazarus] play video and music from the web

2014-02-13 Thread Kostas Michalopoulos
On Thu, Feb 13, 2014 at 3:28 PM, Andrew Brunner atbrun...@aurawin.comwrote: There are politics involved with regard to streaming support. I feel that pressure should be applied to FireFox for lack of support for mpeg. HTML5 is supposed to pave the way to have a native solution for streaming

Re: [Lazarus] play video and music from the web

2014-02-13 Thread duilio foschi
http://areweplayingyet.org/ this is a nice suite of audio tests for html5 browsers :) The last version of Mozilla Firefox (stub 27.0) does not support the playback of MP3 in my PC running w7. Can one install a MP3 video player into w7 or w8 so that MF will be able to use it ? Thank you Duilio

Re: [Lazarus] Lazarus Second Release Candidate, 1.2RC2

2014-02-13 Thread Mattias Gaertner
On Thu, 13 Feb 2014 16:44:55 +0100 Luca Olivetti l...@wetron.es wrote: El 13/01/14 18:34, Mattias Gaertner ha escrit: The Lazarus team would like to announce the second Release Candidate for the upcoming Version 1.2. ... I don't know if it's a known problem or it has already been

Re: [Lazarus] Lazarus Second Release Candidate, 1.2RC2

2014-02-13 Thread Luca Olivetti
El 13/02/14 19:22, Mattias Gaertner ha escrit: Please create a bug report. Fist I want to be sure is not a PEBKAC ;-) (under windows) Hint: Start of reading config file C:\FPC\2.6.2\bin\i386-Win32\fpc.cfg Hint: End of reading config file C:\FPC\2.6.2\bin\i386-Win32\fpc.cfg Please

Re: [Lazarus] play video and music from the web

2014-02-13 Thread Kostas Michalopoulos
Possibly. In my computer the above site says that MP3 is supported (only the second and third features aren't supported). On Thu, Feb 13, 2014 at 7:12 PM, duilio foschi duiliofos...@euplan.comwrote: http://areweplayingyet.org/ this is a nice suite of audio tests for html5 browsers :) The

Re: [Lazarus] clicking a dbgrid's column title does not trigger OnEnter event as with Delphi

2014-02-13 Thread Alejandro Gonzalo
I clicked on another component first to be sure the grid didn't have focus.  OnEnter IS triggered by clicking on a grid cell, but not column header.  Same for ActiveControl, which will break some code.  A. G. On Wednesday, February 12, 2014 8:18 PM, Jesus Reyes jesus...@yahoo.com.mx

Re: [Lazarus] Lazarus Second Release Candidate, 1.2RC2

2014-02-13 Thread Mattias Gaertner
On Thu, 13 Feb 2014 20:17:31 +0100 Luca Olivetti l...@wetron.es wrote: [...] TBuildManager.DoCheckIfProjectNeedsCompilation icon has changed Project /home/luca/Datos/1354_vision_dot/programas_pc/test_plc/project1.ico don't know why (I didn't change it but the date changes every time I try

Re: [Lazarus] LazarusDir and FPCSourceDirectory not saved to environmentoptions.xml

2014-02-13 Thread Mattias Gaertner
On Thu, 13 Feb 2014 07:38:08 -0800 (PST) leledumbo leledumbo_c...@yahoo.co.id wrote: Please load the IDE in the debugger and set a breakpoint at FPC_RAISEEXCEPTION. Then run, reproduce the error and create a backtrace. Done, but gdb doesn't seem to catch the exception. Here's the log:

Re: [Lazarus] LazarusDir and FPCSourceDirectory not saved to environmentoptions.xml

2014-02-13 Thread leledumbo
Ah, you debugged startlazarus. Please start /media/LinuxShared/lazarus/lazarus in gdb. No difference: leledumbo@LeleBuntu:/media/Sources/fpc$ gdb /media/LinuxShared/lazarus/lazarus GNU gdb (GDB) 7.5-ubuntu Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or