similar to: Flash Media Server 2

Displaying 20 results from an estimated 1100 matches similar to: "Flash Media Server 2"

2019 Nov 12
3
ORC API C Standard/System Libraries
Hi all, First of all, I want to say that I really appreciate all the work that's gone into LLVM, clang and the ORC API. I would be very unlikely to be doing my current project if they weren't available. I'm using the ORC API to JIT some C code (soon to be C++) on Windows. (I was on LLVM 8.0.0 but it didn't handle the 'allocator' attribute so I upgraded to LLVM 9.0.0.)
2020 Aug 23
3
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
Who's "shouting" here? Even in complete lines, 9 consecutive words! PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang: note: diagnostic msg: C:\Windows\Temp\crash-74a40f.c clang: note: diagnostic msg: C:\Windows\Temp\crash-74a40f.sh clang: note: diagnostic msg: ******************** --- crash-74a40f.c ---
2011 Mar 17
2
ldap idmap backend
Hi all, i use Samba 3.5.6 in ads mode (Windows 2008R2) with ldap idmap backend. Servers run Centos 4 and 5. I can't cope with next issue for long time. On all servers in domain winbind constantly tries to create mapping for <SID>-513 and fails because of already existing entry. It just wastes gid range. Note that <SID> is not SID of main domain but another which name equal to
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
"David Blaikie" <dblaikie at gmail.com> wrote: > Context is everything. I'm willing to accept your humble apologies. > Spotting the relevant details in long build output > can be tricky & some emphasis (caps, the *** borders, etc) can be useful. So you dare to "shout" at your users/customers, but mock when someone (me) uses the same sort of emphasis,
2020 Aug 23
2
Apropos "shouting": PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT
Hi Stefan, You can find the contribution guidelines here : https://llvm.org/docs/Contributing.html LLVM also have code of conduct : https://llvm.org/docs/CodeOfConduct.html On Sun, 23 Aug 2020 at 23:28, David Blaikie via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On Sun, Aug 23, 2020 at 10:54 AM Stefan Kanthak <stefan.kanthak at nexgo.de> > wrote: > >>
2020 May 05
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
Hi Emmanuel, Thank you very much for these! I will check them out today and see what's going on. Regards, Lang. On Mon, Apr 27, 2020 at 8:35 PM Emmanuel Roche <roche.emmanuel at gmail.com> wrote: > Hi Lang, > > Thank you for your feedback on the blog post, please find below some > additional inputs from my side on the comments you provided: > > > Regarding
2020 May 06
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
Hello Lang, Good work! That was very quick ;-) > I will file a bug tomorrow to add COMDAT support to ORC. I won't have time to work on this feature any time soon, but I will try to provide a sketch of the solution in the bug report in case you or anyone else is interested in taking up the challenge. :) => I suspect this could be an issue that could get in my way more significantly
2012 Jan 04
1
[LLVMdev] How can I compile a c source file to use SSE2 Data Movement Instructions?
I write a small function and test it under clang and gcc, filet test.c: double X[100]; double Y[100]; double DA = 0.3; int f() { int i; for (i = 0; i < 100; i++) Y[i] = Y[i] - DA * X[i]; return 0; } clang -S -O3 -o test.s test.c -march=native -ccc-echo result: "D:/work/trunk/bin/Release/clang.exe" -cc1 -triple i686-pc-win32 -S -disable-fr e -disable-llvm-verifier
2015 Feb 02
4
[LLVMdev] Compiling via bitcode on Windows
I'm trying to use Clang on Windows to compile C++ to bitcode and then to an executable (with a view to carrying out some experiments on whole program optimization of the bitcode). When I use clang.exe, even with -D_HAS_EXCEPTIONS=0 -fms-compatibility -fms-extensions, I get errors: main-621e97.o : error LNK2019: unresolved external symbol _Unwind_Resume referenced in function main
2017 May 12
2
problem (and fix) with -fms-extensions
On Fri, May 12, 2017 at 12:01:35PM +0200, Dimitry Andric wrote: > On 11 May 2017, at 20:04, Marc Espie via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > I've tried to build something that wanted ms-extensions on OpenBSD. > > Long story short, didn't work so well, because all system includes > > lead to > > > > <machine/_types.h>
2015 Sep 16
2
LLVM linking problem
When I use clang on Windows to compile a program using regular expressions to intermediate code, then run the result through llvm-link and finally try to generate an executable, I get an error. All of these ingredients are necessary; it works if the program doesn't use regular expressions, and it works if I compile it directly instead of going via intermediate code. The use of the exact
2004 Aug 11
1
Problem with path
Hello, I have make wine from source (20040716) with ./tools/wineinstall I have a windows millenium installation Dreamwearver Mx. When i boot under windows, Dreamwearver works fine, but with wine, i've got error : seb@Gloubi:/mnt/winMe/Program Files/Macromedia/Dreamweaver MX$ wine Dreamweaver.exe err:module:import_dll Library MSVCRT.dll (which is needed by L"C:\\Program
2020 Apr 27
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
I was just reading the blog post -- very cool! Regarding Globals construction & destruction: There definitely has been a lot of churn in that area. There will probably be more before LLVM 11 is released, but I can see light at the end of the tunnel. I think the Right Way to run initializers in a JITDylib is to treat it as equivalent to a dlopen operation (with extra allowances for the fact
2010 Oct 05
1
iptables failure at the last line
Hello, can anybody please spot an error here? # sudo service iptables start Flushing firewall rules: [ OK ] Setting chains to policy ACCEPT: filter [ OK ] Unloading iptables modules: [ OK ] Applying iptables firewall rules: iptables-restore: line 20 failed
2012 Nov 17
7
Issue with service => disabled and stopped
I have a simple manifest that I''m using to keep unwanted services from running on an array of Linux systems. On my test host, I see these two services repeatedly come up in the puppet.log, even tho they are not running and are chkconfig set to off: service { "cups": enable => false, ensure => stopped, } service {
2004 Aug 06
4
Vorbis in Macromedia Flash (was Icecast in...)
> Jack Moffitt wrote: > Unfortunately flash doesn't work on many of the > xiph developers platform of choice (ppc linux), > nor does it support Ogg. What is the state of play regarding getting Ogg Vorbis into Flash? There's often talk about Quicktime, Helix and DirectShow filters. Has Xiph also been pushing for getting it included in the Flash product line or is it not
2004 Aug 06
4
Vorbis in Macromedia Flash (was Icecast in...)
> Jack Moffitt wrote: > Unfortunately flash doesn't work on many of the > xiph developers platform of choice (ppc linux), > nor does it support Ogg. What is the state of play regarding getting Ogg Vorbis into Flash? There's often talk about Quicktime, Helix and DirectShow filters. Has Xiph also been pushing for getting it included in the Flash product line or is it not
2004 Aug 06
5
Icecast in Macromedia Flash
Hi André, Yes you got it, with Flash, all your listeners running Windows, MAC and Linux (but not Linux PPC) will be able to listen to your MP3 (not OGG) stream through the same player: the flash plug-in. We are still working on it because it doesn’t work yet when the player is embedded but Assorgia got successful results with Mozilla/Linux. Read the entire topic if you need further information.
2004 Aug 09
3
Shockwave Flash player for CentOS
Hey, I am using CentOS-3 as a desktop distribution. With the exception of fewer red hats and some different logos, it looks exactly like RedHat 9 to me. The problem is some web sites do not work right, as there is no Shockwave Flash player and Java support seems to be a problem. For some web sites, I have to used Windows. I prefer not to download and install something that YUM could not
2004 Aug 06
1
Vorbis in Macromedia Flash (was Icecast in...)
Hi Jack, It's a good idea. I am going to email macromedia to ask support for ogg in Flash. Anyway, it is impossible it would be available before end of 2004 because the brand new Flash 2004 was just released. MAX -----Original Message----- From: owner-icecast-dev@xiph.org [mailto:owner-icecast-dev@xiph.org] On Behalf Of Jack Moffitt Sent: Monday, December 01, 2003 11:52 PM To: