similar to: Move listeners problems

Displaying 20 results from an estimated 800 matches similar to: "Move listeners problems"

2009 Nov 18
2
Move listeners problems
Thanks for responding! Yes, I'm using gstreamer and I'm simply broadcasting the test video source. The only difference between the mountpoints is the mount-option to the shout2send-sink, test.ogg and test2.ogg. BR, /Mathias gst-launch-0.10 videotestsrc \ ! stamp sync-margin=1 sync-interval=1 \ ! video/x-raw-yuv,width=640,height=480,framerate=10/1 \ ! queue \ !
2009 Nov 18
1
Move listeners problems
Thanks, Karl! I've checked the log files during a move command but I couldn't find anything that looked related to the problems. I've thought of upgrading to 2.3.2 but thought I should ask first if it was something common - saw that someone mailed about the same problems a couple of months ago, if I understood it correctly. /Mathias 2009/11/18 Karl Heyes <karl at xiph.org>:
2006 Jan 03
3
[ANNOUNCE] libshout 2.2 released
libshout 2.2 has just been released. It's a fairly minor update: * Speex support (this is why it's 2.2 instead of 2.1.1) * Theora timing fix * Double-free bug, response parser bug on failed login fixed. It's at http://www.icecast.org/download.php
2010 Nov 26
3
how to set default audio track?
Hallo oggs, i googled it but still can't find any answer: how can i set default audio track? I transcode my dvds to ogg, i use gst-launch for it: gst-launch filesrc location=stream.dump ! mpegpsdemux name=demux \ oggmux name=mux ! filesink location=out.ogg \ demux.audio_80 ! a52dec mode=2 ! audioconvert ! audioresample ! audio/x-raw-float,rate=44100,channels=2 ! audiorate ! \ taginject
2012 Jun 17
3
Opus and WebM support have landed
On Sun 17 Jun 2012 01:44:32 PM PDT, Parisson wrote: > A few months ago, when you released libshout 2.3.0, you talked about a hacked > version of shout2send plugin for GStreamer. As I also use GStreamer to stream > live, could you please share your patch so that I can test it against Icecast > trunk and some webm streams? The webm support for shout2send landed in gstreamer git some
2010 Apr 15
1
Webcam streaming with ptalarbvorm
Hey all! I'm sure you've all been missing my webcam stream, so I decided to start it up again (also, I wanted to do it for my family overseas). However, this time, I'm doing things a little bit differently. For starters, the encoder is the current (as of about an hour ago) ptalarbvorm branch which is destined to become libtheora 1.2. Another difference is that I'm using
2010 Oct 13
3
Need a help on Online Video Streaming using IceCast
Hello, We are working on the Radio station project and we are trying to implement the Live Video Streaming module using Icecast server with VLC player. We have installed and configured the Icecast into our server. Also, we have installed the VLC player in our local desktop computer. The USB webcam(200 CMOS UCAM - DLC220T) has been connected into my machine. Now we are trying to live video
2010 Aug 19
2
gstreamer oggmux and variable framerate
Hallo all, I currently hacking on cheese an got problem with variable framerate produced by webcams (2-30fps). There is no problem to encode it with theora, but problem to mux it in ogg. Or at least to play produced file. There is no problem tu mux it in to matroska. My question is: should actually ogg support timestamps, also variable framerate? If yes: it seems to be some where broken. Here
2019 Mar 01
4
Swift help
Hi there Icecast, Hope all is well. I have a macOS application that takes audio in from an external mixer, and uses Apple core audio to process. I want to add a live streaming feature to an Icecast server. Is there any Swift API examples. I just want a basic API that will take the core audio and stream it out to an Icecast service. In my endeavors to find this, I have found the dark ice
1998 Apr 14
3
Printer queue problem (LPRng 3.4.2, Samba 1.9.18p4, Solaris 2.5.1/2.6)
I've been having a problem with Win95 clients watching a printer queue on the Samba server (called labserv2). labserv2 is a Solaris 2.5.1 machine running samba 1.9.18p4. The printing system is LPRng 3.4.2. A user can watch the printer queue from a Win95 client machine. However, when the printer queue gets backed up (usually about 12 jobs), the queue window locks. The corresponding smbd
2003 May 11
3
ogg_vorbis_3_plus (0x6771) Ogg Vorbis
I need to find the codec above. Can someone tell me where I can get it. I've had no luck on the Internet yet! Thanks! Jill You may only be one person to the world... But you may also be the world to one person. -Anonymous- <p><p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from
2008 Nov 28
1
Priority between calls from different queues
Hi! I want to know the way that calls are answer in this case... I have queue1 and queue2, one agent that receive call from both queues. queue1 <- call1 queue1 <- call2 queue2 <- call3 queue2 <- call4 In my test the agent answer calls in this order: call1,call3,call2 and call4. I think this must be in this order call1,call2, call3, call4 like a big FIFO. Its ok this behavior? Could
2013 Jun 24
4
Streaming AAC with libshout?
Hi, I am wondering how to add AAC support to GStreamer's shout2send element. Support for this format seems to be enabled in icecast for a while and it would be nice if one of the major open source frameworks would have been capable of streaming such content. GStreamer's shout2send relies on the libshout library but it defines only two formats - MP3 and Vorbis. There is no single word in
2004 Aug 24
3
ex-girlfriend logic not working in latest CVS?
Ex-girlfriend logic not working in latest CVS? Incoming sip calls don't work. Anyone else seen this problem? Extension logic looks good: exten => 6153248305/_931NXXXXXXX,1,Queue(queue1); exten => 6153248305/_615NXXXXXXX,1,Queue(queue2); ;exten => 6153248305,1,Queue(queue3); show dialplan looks good: -- Added extension '6153248305' priority 1 (CID match
2010 Mar 11
4
Seek issue in cortado player
One of the issues I've consistently run into with the cortado player app is seek behavior, so I was curious to see how cortado handles video encoded with the latest ffmpeg2theora (0.26) and the new -seek-index option, so I tried converting an h.264 video: ffmpeg2theora tronlegacy-tsr1_480p.mov --seek-index This output the following advisory messages: > Allocated 372 bytes for theora
2012 Jun 15
3
Opus and WebM support have landed
On Fri Jun 15 03:29:56 2012, Parisson wrote: > src/Makefile.am:5: required directory src/avl does not exist > src/Makefile.am:5: required directory src/thread does not exist > src/Makefile.am:5: required directory src/httpp does not exist > src/Makefile.am:5: required directory src/net does not exist > src/Makefile.am:5: required directory src/log does not exist >
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 sourceand the official binary
It should probably not be necessary in my case to compile a custom version of the Cortado applet-the official binary works fine, and may be advantageous over a locally-compiled version (regarding compatibility with 1.1-era JVMs), as was mentioned in a previous message. My interest was to include the corresponding source code when distributing the official binary (i.e. as would be required for
2008 Feb 17
2
Is Cortado dead?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I am really interested in an alternative to the widely used flash video-players. itheora does a really good job by integrating cortado in an easy to use framework to allow the user to play the file either in his own media player or the cortado applet. But the actual version of Cortado has a really grave bug that makes playing some videos with java
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2010 May 31
1
How to broadcast a live stream programme using Cortado ?
Re: How to broadcast a live stream programme using Cortado ? Hi, anyone know how to broadcast a live stream programme using Cortado? For example, the DW-tv Europe live TV http://www.dw-world.de/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora-dev/attachments/20100531/c47eecff/attachment.htm