Displaying 14 results from an estimated 14 matches for "tcom".
Did you mean:
com
2011 Aug 10
1
Ripping theora stream
Hi,
I'm new to this mailing list. I'm trying to save a theora stream into an OGG
file (or something else). I've the theora packets received from a VoIp
application (over RTP). I'm able to convert a single frame to a jpeg image
but I've no idea about how to write video file.
Maybe this is not the right place to answer this question but I'm loosing my
mind reading specs
2004 Dec 02
2
more than 3 msns with chan_capi
I have 10 msns on my isdn bri incoming (AVM Fritz, chan_capi 3.5)
When i set in capi.conf
[interfaces]
msn=1,2,3,4,5,6,7,8,9,10
incomingmsn=*
controller=1
softdtmf=1
accountcode=
context=tcom-in
echocancel=yes
devices=2
Only msn 1,2,3 are working.
What can i do?
Thanks
Jens
2013 Nov 21
14
openvpn restart fails with dual entry in conntrack and wrong sourceport
the establishment of an openvpn link sometimes fails.
I tracked it down to network traffic with wrong Sourceport in the answer
packet (should be 1300 not 1024):
2 1.119309000 aaa.185.165 bbb.162.192 UDP 58 Source port: 1300
Destination port: 1300
3 1.119446000 bbb.162.192 aaa.185.165 UDP 66 Source port: 1024
Destination port: 1300
and a collateral entry in the connection tracking table
2004 Nov 16
1
Capi Deflection (CD) not working
I did the following:
- chan_capi-0.3.5/Makefile: uncommented CFLAGS+=-DDEFLECT_ON_CIRCUITBUSY
- recompile asterisk + chan_capi
- added /etc/asterisk/capi.conf: deflect=0800123456 ; some 0800 test number
- in etc/asterisk/extensions.conf under [tcom-in]: exten =>
98765,1,capiCD(0800123456)
- made both b channels busy by outcalling on both lines (ISND BRI)
- called my msn (98765) by mobile phone.
=> asterisk says:
Nov 16 13:28:53 ERROR[98310]: chan_capi.c:1953 capi_handle_msg: received a
call waiting CONNECT_IND
Nov 16 13:28:57 ERROR[98...
2007 Sep 12
2
The use for an XML based metadata format
...consistency and indexability to be
> addressed (Ludvig van Beethoven; Beethoven, Ludvig van;
> Beethoven).
ID3 has a concept of "sort" tags, which provide a string for sorting
purposes which is different from the (presumedly full name) of the usal
tag. TSOP="Beethoven", TCOM="Ludwig van Beethoven".
If you want something more precise, you have to link to unique
identifiers for a particular artist, like a musicbrainz id. I
gather that's not what you're interested in here?
> Finally complex relationships are even harder to
> handle such as speci...
2005 Jan 12
4
chan_capi-0.3.5 error 127
...ake: *** [chan_capi.o] Error 1
I don't know if the problem from gcc or oder, if you can help me, thanks soo
much!
Vincent Guidoux
Sorry for my poor English
*******************************************************************
Vincent Guidoux
Stagaire informaticien au TCOM de l'EIVD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050112/15f196ea/attachment.htm
2007 Sep 12
0
The use for an XML based metadata format
...to be
>> addressed (Ludvig van Beethoven; Beethoven, Ludvig van;
>> Beethoven).
>
> ID3 has a concept of "sort" tags, which provide a string for sorting
> purposes which is different from the (presumedly full name) of the usal
> tag. TSOP="Beethoven", TCOM="Ludwig van Beethoven".
>
> If you want something more precise, you have to link to unique
> identifiers for a particular artist, like a musicbrainz id. I
> gather that's not what you're interested in here?
>
Well, musicbrainz is great, but it won't identify...
2004 Aug 06
0
icecast2 per-mount overall listening statistics
...ould list all clients for all
mounts if called without parameters).
Why I cant simply add any files to admin/ dir for make them work and
why does not an url like
"http://myserver:myport/admin/listclients.xsl" doesnt work?
--
Best regards,
Andrey mailto:wilfre@tcom.ru
2004 Aug 06
7
(no subject)
Hi,
I am the current webmaster at WUML (www.wuml.org) a college radio
station. We are looking to purchase a new web cast server which we
are planning will run IceCast, but it is a little unclear on the
system requirements that IceCast requires.
I read somewhere that IceCast can run on as little as a 486 with 32mb
of ram but that sounded like those specs were for streaming mp3s saved
on that
2012 Oct 30
5
[PATCH v3 0/5] Add symbol versioning.
This is a simpler patch series to add symbol versioning.
I have pushed patches 1-3 upstream.
Rich.
2012 Jan 09
1
[PATCH 1/2] generator: Rename java_structs to camel_structs to better reflect their purpose
...let jtyp = camel_name_of_struct typ in
let cols = cols_of_struct typ in
generate_java_struct_list_return typ jtyp cols
| RBufferOut _ ->
@@ -767,5 +767,5 @@ and generate_java_makefile_inc () =
List.iter (
fun (typ, jtyp) ->
pr "\tcom/redhat/et/libguestfs/%s.java \\\n" jtyp;
- ) java_structs;
+ ) camel_structs;
pr "\tcom/redhat/et/libguestfs/GuestFS.java\n"
diff --git a/generator/generator_main.ml b/generator/generator_main.ml
index 7e4e4ed..53a0f29 100644
--- a/generator/generator_main.ml
+++ b/generator/gen...
2012 Oct 30
7
[PATCH v2 0/7] Add symbol versioning (now working).
This rather more complex patch series adds symbol versioning (7/7
shows it in action). This works for me, tested by running old and new
virt-inspector binaries against the new library.
Rich.
2013 Feb 04
1
[PATCH] generator: Add visibility to action struct
...ap (fun { s_camel_name = jtyp } -> jtyp) structs in
+ let jtyps = List.map (fun { s_camel_name = jtyp } -> jtyp) external_structs in
let jtyps = List.sort compare jtyps in
pr "java_built_sources = \\\n";
@@ -1200,7 +1200,7 @@ and generate_java_makefile_inc () =
pr "\tcom/redhat/et/libguestfs/GuestFS.java\n"
and generate_java_gitignore () =
- let jtyps = List.map (fun { s_camel_name = jtyp } -> jtyp) structs in
+ let jtyps = List.map (fun { s_camel_name = jtyp } -> jtyp) external_structs in
let jtyps = List.sort compare jtyps in
List.iter (pr...
2007 Sep 09
7
The use for an XML based metadata format
Daniel,
these are all good ideas and worth progressing. However, it may be
better not to merge too many goals in one format (MPEG-7 did that and
ended up as a big mess). So, I suggest to start by structuring the
types of things you want - then finding out which parts belong where
into existing formats such as vorbis comment, Skeleton and CMML, and
only then start to develop a new format.
For