[fpc-pascal] fpc and voip ?
fredvs
fiens at hotmail.com
Mon Jan 16 23:10:37 CET 2017
> I thought about it a bit... isn't this how YouTube Live Stream or Twitch
and alikes somehow works?
> Maybe your inspiration can come from there ?
Maybe or maybe from web-radios...
For example, I can (via uos) connect and do streaming to url-mp3 like this:
1) uos_AddFromURL(PlayerIndex1,pchar(
'http://www.hubharp.com/web_sound/BachGavotteShort.mp3')) ;
I will hear the mp3 file, streaming, from beginning.
But if I connect to:
2) uos_AddFromURL(PlayerIndex1,pchar(
'http://broadcast.infomaniak.net:80/alouette-high.mp3'));
I will listen here to a live radio (not from beginning) via a url-mp3 too..
So the question is:
What must be done to make:
- a url-mp3-file like 1) on server
- a url-mp3-chunk like 2) on server
This usable for uos_AddFromURL()?
Many thanks.
Fre;D
-----
Many thanks ;-)
--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/fpc-and-voip-tp5727307p5727344.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list