similar to: [Asterisk-video] gstreamer integration

Displaying 20 results from an estimated 1000 matches similar to: "[Asterisk-video] gstreamer integration"

2020 Mar 27
0
[Asterisk-video] gstreamer integration
You could use RTMP protocol from asterisk to rtmpsrc in gstreamer. I used chan_rtmp long time back but it only supported audio back then. From: asterisk-users <asterisk-users-bounces at lists.digium.com> On Behalf Of Jerry Geis Sent: Friday, March 27, 2020 8:29 AM To: Development discussion of video media support in Asterisk <asterisk-video at lists.digium.com> Subject: Re:
2020 Mar 27
2
directfb on CentOS 7
I have another package (baresip) that needs "directfb". from baresip make MOD := directfb $(MOD)_SRCS += directfb.c $(MOD)_LFLAGS += $(shell pkg-config --libs directfb) $(MOD)_CFLAGS += $(shell pkg-config --cflags directfb \ | sed -e 's/-I/-isystem/g') include mk/mod.mk I tried to find with: yum provides
2010 Dec 05
4
Yum Updates dependencies missing (rpmforge)
There are updates available, for the below multimedia packages (CentOS 5.5, 32 bit), but I'm getting missing dependency errors from yum update for these. ---> Package directfb.i386 0:1.2.10-1.el5.rf set to be updated ---> Package ffmpeg.i386 0:0.6.1-1.el5.rf set to be updated ---> Package ffmpeg-libpostproc.i386 0:0.6.1-1.el5.rf set to be updated ---> Package
2009 Dec 02
4
http url support in swfdec-0.8.4
Dear All, I am using swfdec-0.8.4 player over directfb.. I am able to play stored swf files where as im not able to play any only swf files I get following error open http://www.foo.com/foobar.swf failure, err = No such file or directory Thanks and regards Deepak -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Mar 27
0
[Asterisk-video] gstreamer integration
Hi - Is this list still alive ? How do I get audio/video into gstreamer from an asterisk call? Thanks Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200327/00b14154/attachment.html> -------------- next part -------------- --
2016 Dec 16
3
Looking for DirectFB 1.4.11 RPMs for 32-bit CentOS 6
Our current build process requires the directfb-1.4.11-3.el6.i686.rpm and directfb-devel-1.4.11-3.el6.i686.rpm packages, but they appear to be no longer available from the EPEL repo, and I can?t find them anywhere else either. If you have a local copy, or can point me to some other repo or web site that has these 2 RPMs, I would really appreciate it. Thanks, Alfred
2007 Nov 15
1
swfdec on DirectFb to work for Mozilla Firefox browser with DirectFb backend
Hi, I am working on Mozilla Firefox browser which is having DirectFb as backend. To provide Flash plugin and play support for mozilla i am porting swfdec-mozilla-0.5.4 to DirectFb. Please suggest me your ideas how to get Flash Plugin and Play to work on DirectFb for Mozzilla firefox which is already working on DirectFb. Thanks & Regards Sreenivas
2007 Dec 15
1
CPU hogging in swfplay with directfb backend
Hi, I compiled swfdec with directfb backend. swfplay is able to play flash but it is taking almost 100% of the CPU. When flash is in pause state it is using less CPU. With X11 backend swfplay is taking less CPU. Can someone tell which is the function in swfdec responsible for the rending to the screen. I am using directfb-1.1.0, gtk+-2.10.14 and cairo-1.5.4. I have
2008 Dec 07
1
Compile Packages on vista
Hi I''m trying to compile R packages on my vista (I''m very new on vista...). I installed Rtools, RExcel on a specific folder: c:\Rtools and gave full access. Unfortunately, I am still unable to compile any packages (may be still because of the security properties of vista). I checked several mailing list/forums/website but I did not found any solution. Does anybody have the
2019 Aug 22
2
h265 codec pass through on asterisk
All, I'm using asterisk 16.4.0 with h264 and opus quite well using linphone 4.1 client on android and baresip on linux. I'm exploring use of h265 for improved video quality/lower network bandwidth. I do not see pass through support on asterisk for h265/hvec. All my SIP clients and underlying hardware have hvec/h265 encoding and decoding available. I would have liked vp9 however, vp9
2007 Oct 26
6
Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows enviroment. We follow this instruccion http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm create win_2k.hvm" the windows installation pop up never appear. HVM file config: kernel = "/usr/lib/xen/boot/hvmloader" device_model=''/usr/lib/xen/bin/qemu-dm''
2008 May 01
2
some thoughts about both ffmpeg and gnome
hello i tried swfdec a year ago and didn't find it suitable. this is why i now first tried gnash. however, it wants alot of uncommon dependencies and dumped alot of error messages. this is why i tried taking a second look at swfdec. im surprised to find that all of my most favourite games work. only that i have to click on the somewhat blurry "play" image is quite boring. however,
2006 Nov 11
1
HVM: Could not initialize SDL - exiting
Hello, I''m trying to get my first HVM domU installed (another Debian domU is already working under the same dom0). I intend to install the guest OS from a bootable CD-ROM. But when I create the new HVM domU with ''xm create xp1-cd.cfg'' , I don''t get the expected installation-window and find this in /var/log/xen/qemu-dm.6575.log: domid: 6 qemu: the number
2016 Dec 16
1
Looking for DirectFB 1.4.11 RPMs for 32-bit CentOS 6
On Dec 16, 2016, at 9:11, Timotheus Pokorra <timotheus.pokorra at solidcharity.com> wrote: > This is how you can find them: > I went to the package directory: > https://admin.fedoraproject.org/pkgdb/package/rpms/directfb/ > They are all retired, but when you click on the builds status, you > still see the old builds. > click on the last build for Epel6, and you find >
2018 Feb 23
4
change location of temporary files
I would like to change where R stores the temporary files to my external hard drive in my iMac. This is important because the temporary files R creates are huge and I do not have enough available space in my internal HD. Again, this is for macOS. This change has to be temporary. Later I need to use the usual location for temp files in the internal HD. Thanks in advance, Kumar Mainali --
2018 Feb 23
0
change location of temporary files
Does setting the environment variable TMPDIR, before starting R, to a directory on a bigger file system help? On Linux I get % mkdir /tmp/RTMP-BILL % env TMPDIR=/tmp/RTMP-BILL R --quiet --vanilla > tempdir() [1] "/tmp/RTMP-BILL/Rtmppgowz4" > tempfile() [1] "/tmp/RTMP-BILL/Rtmppgowz4/file7ce36ec5cb1e" I don't know if there is an R-specific environment
2008 Jan 25
1
Does swfdec support rtmp?
Hi, Can you please tell me if swfdec support playing videos using rtmp? E.g. www.nytimes.com 's flash video player using rtmp. Does swfdec support it? Thank you.
2008 Jul 07
7
[Bug 16632] New: swfdec_net_connection_connect with non-NULL url real-world test case
http://bugs.freedesktop.org/show_bug.cgi?id=16632 Summary: swfdec_net_connection_connect with non-NULL url real- world test case Product: swfdec Version: 0.7.x Platform: Other URL: http://www.vampirefreaks.com/Official-Zombie-Girl OS/Version: All Status: NEW Severity: normal
1999 Jul 21
1
R 0.64.2 for Windows 95/NT
I installed R 0.64.2 using "rwinst.exe" on a Windows 95 machine. The zip files and rwinst.exe were stored in a directory "rtmp" and I wanted R to be installed in "r0642" (by setting c:\rtmp for source directory and c:\ for install directory). After the installation was completed the main program was in r0642 whereas all the documentation in c:\rtmp\r0642. Is this
2003 Mar 17
2
Trying to build R-1.6.2 under sparc-sun-solaris2.9.
This is a follow-up to a message I posted yesterday concerning building R-1.6.2. After a deafening silence regarding that first message I decided to be fool-hardy and just comment out the line that seemed to be giving trouble in the file /usr/include/sys/stream.h. This worked for a while, but soon another error resulted: