Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread fredvs
> I think that if you like to continue this discussion we should move it to fpc-other. OK. Then, back to fpc. Does fpc have, with fphttpclient.pas/fphttpserver.pas, all the tools to make that (live)file ready to use for url-clients ? Or is a external web package + libraries needed ? Thanks.

Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread fredvs
> For conversation: > G.7* (G.711 - G.7229) > Speex > Opus Ha, ok. But I have to find the headers for those libraries... > And maybe some others. https://en.wikipedia.org/wiki/Comparison_of_audio_coding_formats What do you think about the flac format ? It seams to have all the feature

Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread José Mejuto
El 17/01/2017 a las 16:28, fredvs escribió: What do you think about the flac format ? It seams to have all the feature needed on... (and flac is already integrated in uos). Hello, FLAC is basically a compressed WAV (advanced compression), so high quality sound but low compression ratio,

Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread fredvs
> Maybe you may think in Opus http://opus-codec.org/ Huh and the header is already translated for Delphi... https://github.com/DelphiForAudio/delphi-opus-wrapper/blob/master/uLibOpus.pas That Opus format (very-young: 2012) seems very-promising. Ok, I will convert the Delphi wrapper into fpc

Re: [fpc-pascal] ppcjvm issues

2017-01-17 Thread Lars
On Mon, January 16, 2017 2:40 am, Michael Schnell wrote: > On 14.01.2017 20:36, Lars wrote: > >> What if you are porting code to a non jvm... if you copy and paste >> something and it has no free, you're screwed. > Sorry. I don't understand. AFAIK, in a non jvm project, free() always is > provided

Re: [fpc-pascal] ppcjvm issues

2017-01-17 Thread wkitty42
On 01/17/2017 01:07 PM, Lars wrote: i.e. if you have a fake free procedure that can be called, then why program in garbage collection in the first place.. can you not IFDEF it so that it does actual work in a non-garbage collecting environment? seems to be the obvious answer there... --

Re: [fpc-pascal] Does the system unit allow file locking/sharing?

2017-01-17 Thread Mark Morgan Lloyd
On 16/01/17 22:30, Lars wrote: On Mon, January 16, 2017 2:34 pm, I previously wrote: The oldschool way of opening files using the system unit (no sysutils) has the filemode variable.. system.FileMode := fmOpenRead; ... Assign(... Rewrite(... Can this be used with file locking/sharing OR-ed

Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread Lukasz Sokol
On 17/01/17 09:04, José Mejuto wrote: > El 16/01/2017 a las 23:10, fredvs escribió: > > Hello, > >> What must be done to make: - a url-mp3-file like 1) on server > [...] > In the other side, mp3 is not a suitable format for voIP, as it have > a big latency. > Yeah, Fred mentioned VoIP, that's

Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread José Mejuto
El 16/01/2017 a las 23:10, fredvs escribió: Hello, What must be done to make: - a url-mp3-file like 1) on server That's just a file, you send it like a file with the proper MIME type, is the client that reads information from the stream as needed. - a url-mp3-chunk like 2) on server

Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread José Mejuto
El 17/01/2017 a las 12:56, fredvs escribió: @ Jose => many thanks I will deeply study your advices. In the other side, mp3 is not a suitable format for voIP, as it have a big latency. Huh, what format would be better for voice over ip ? Hello, For conversation: G.7* (G.711 - G.7229)

Re: [fpc-pascal] fpc and voip ?

2017-01-17 Thread fredvs
@ Jose => many thanks I will deeply study your advices. > In the other side, mp3 is not a suitable format for voIP, as it have a big > latency. Huh, what format would be better for voice over ip ? @Lukasz > Yeah, Fred mentioned VoIP, that's why I thought of a real VoIP application > to look

[fpc-pascal] Bls: Changes to fpWeb...

2017-01-17 Thread Mr Bee
This is really a great news. Thank you, Michael and all other contributors for the great work.  It would only need more complete documentation with adequate demo and code samples. Regards,  –Mr Bee Pada Sabtu, 14 Januari 2017 5:36, Michael Van Canneyt menulis: