search for: stream_id

Displaying 19 results from an estimated 19 matches for "stream_id".

Did you mean: stream_in
2003 Dec 01
2
help with random numbers and Rmpi
Dear People, This may not be the right place to ask a question about Rmpi, but I don't know of a better one. I am trying to get a simple program working using Rmpi with the model of 1 R master and n C slaves. What I am trying to do is have each of the C slaves generate a random number from U[0,1], and then have the master collect all n numbers as a vector and output it. However even doing
2004 Aug 06
2
New YP listing code in icecast2
I have just committed this code to CVS, and here is more information about it for those interested : - the spec that I went off of for the protocol can be found here -> http://www.oddsock.org/icecast2yp/spec.html - since icecast2 now needs to potentially connect out to yp servers for communication, libcurl has been added as a dependency...I used curl 7.9.8... - I also have currently
2018 Mar 19
3
[PATCH] Support for Ambisonics
...SIZE in init_stream() 2) I think the remaining if()s in ope_encoder_ctl() can also be removed by adding another ctl() macro (like _oge_ctl()) with an extra argument. In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you can simply use _oge_ctl(enc->st, OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H 9000" instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? Cheers, Jean-Marc On 03/19/2018 02:53 PM, Drew Allen wrote: > > On Mon, Mar 19, 2018 at 11:52 AM Drew Allen <bitllama at google.com...
2004 Aug 06
0
New YP listing code in icecast2
...dardized ones such as ARTIST, TITLE, YEAR, etc. but you're still left with the flexibility of defining tags that carry other perhaps useful information... this is what I'm referring to re: extensible YP server data. o a icecast update to a YP server could look like so: <xml> <stream_ID>3421</stream_ID> <listeners>12 20</listeners <artist>Shpongle</artist> <title>Around the world in a tea daze</title> <composer>Simon Posford & Raja Ram</composer> <recording_label>Twisted Records</recording_lable...
2004 Aug 06
1
New YP listing code in icecast2
...ve a working YP I thought was pretty critical to icecast2 (especially since the icecast1.x one kinda bit the dust) and rather than reinventing the wheel, I thought it best to simply pump up the tire.... >so a icecast update to a YP server could look like so: > ><xml> > <stream_ID>3421</stream_ID> > <listeners>12 20</listeners > <artist>Shpongle</artist> > <title>Around the world in a tea daze</title> > <composer>Simon Posford & Raja Ram</composer> > <recording_label>Twisted Re...
2018 Mar 20
2
[PATCH] Support for Ambisonics
...) can also be removed > >>> by adding another ctl() macro (like _oge_ctl()) with an extra argument. > >>> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you can > >>> simply use _oge_ctl(enc->st, > >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) > >>> 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H 9000" > >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? > >>> > >>> Cheers, > >>> > >>> Jean-Marc > >&gt...
2018 Mar 20
2
[PATCH] Support for Ambisonics
...remaining if()s in ope_encoder_ctl() can also be removed >> by adding another ctl() macro (like _oge_ctl()) with an extra argument. >> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you can >> simply use _oge_ctl(enc->st, >> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) >> 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H 9000" >> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? >> >> Cheers, >> >> Jean-Marc >> >> On 03/19/2018 02:53 PM, Drew Allen wrote: >&g...
2018 Mar 20
2
[PATCH] Support for Ambisonics
...ing another ctl() macro (like _oge_ctl()) with an extra > > argument. > > >>> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you > can > > >>> simply use _oge_ctl(enc->st, > > >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) > > >>> 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H > 9000" > > >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? > > >>> > > >>> Cheers, > > >>&gt...
2018 Mar 22
2
[PATCH] Support for Ambisonics
...> extra > > > argument. > > > >>> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, > > you can > > > >>> simply use _oge_ctl(enc->st, > > > >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) > > > >>> 3) On libopus itself, why "#define > > OPUS_HAVE_OPUS_PROJECTION_H 9000" > > > >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? > > > >>> > > > &...
2018 Mar 26
3
[PATCH] Support for Ambisonics
...gt;>> > > >>> In the case of >>> OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, >>> > you can >>> > > >>> simply use _oge_ctl(enc->st, >>> > > >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) >>> > > >>> 3) On libopus itself, why "#define >>> > OPUS_HAVE_OPUS_PROJECTION_H 9000" >>> > > >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? >>> > > >&...
2018 Mar 19
0
[PATCH] Support for Ambisonics
...; 2) I think the remaining if()s in ope_encoder_ctl() can also be removed > by adding another ctl() macro (like _oge_ctl()) with an extra argument. > In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you can > simply use _oge_ctl(enc->st, > OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) > 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H 9000" > instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? > > Cheers, > > Jean-Marc > > On 03/19/2018 02:53 PM, Drew Allen wrote: > > > > On Mon, Mar 19, 20...
2018 Mar 20
0
[PATCH] Support for Ambisonics
...in ope_encoder_ctl() can also be removed >>> by adding another ctl() macro (like _oge_ctl()) with an extra argument. >>> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you can >>> simply use _oge_ctl(enc->st, >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) >>> 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H 9000" >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? >>> >>> Cheers, >>> >>> Jean-Marc >>> >>> On 03/19/2018 02...
2018 Mar 20
0
[PATCH] Support for Ambisonics
...; >>> by adding another ctl() macro (like _oge_ctl()) with an extra > argument. > >>> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, you can > >>> simply use _oge_ctl(enc->st, > >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) > >>> 3) On libopus itself, why "#define OPUS_HAVE_OPUS_PROJECTION_H 9000" > >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? > >>> > >>> Cheers, > >>> > >>>       ...
2004 Aug 06
2
Faststart: Second Try
Hi Mike, find the patch for faststart that takes in account different logical streams. I tried with ices' playlist, it works just fine [*]. I could be still further optimised, but it will make the code less clear (for example, I could check for has_paredata before checking for serailno, which saves a couple of calls and also will avoid any change in format_mp3.[ch]). <p>[*]
2018 Mar 22
0
[PATCH] Support for Ambisonics
...cro (like _oge_ctl()) with an extra > >     argument. > >     >>> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, > you can > >     >>> simply use _oge_ctl(enc->st, > >     >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) > >     >>> 3) On libopus itself, why "#define > OPUS_HAVE_OPUS_PROJECTION_H 9000" > >     >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? > >     >>> > >     >>> Cheers, >...
2018 Mar 19
3
[PATCH] Support for Ambisonics
Hello all, Sorry for the delay (got really sick last week). Attached are updated patches for libopus, libopusenc, opusfile and opus-tools. Note that the patches for libopusenc, opusfile and opus-tools are dependent on the patch for libopus. Please let me know if you have any additional followup comments or questions. Cheers, Drew -------------- next part -------------- An HTML attachment was
2018 Mar 26
0
[PATCH] Support for Ambisonics
...> > argument. >> > > >>> In the case of OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, >> > you can >> > > >>> simply use _oge_ctl(enc->st, >> > > >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) >> > > >>> 3) On libopus itself, why "#define >> > OPUS_HAVE_OPUS_PROJECTION_H 9000" >> > > >>> instead of just "#define OPUS_HAVE_OPUS_PROJECTION_H"? >> > > >>> >>...
2018 Jul 07
0
[PATCH] Support for Ambisonics
...t;>>>>> OPUS_MULTISTREAM_GET_ENCODER_STATE_REQUEST, >>>>>>> > you can >>>>>>> > > >>> simply use _oge_ctl(enc->st, >>>>>>> > > >>> OPUS_MULTISTREAM_GET_ENCODER_STATE(stream_id, value)) >>>>>>> > > >>> 3) On libopus itself, why "#define >>>>>>> > OPUS_HAVE_OPUS_PROJECTION_H 9000" >>>>>>> > > >>> instead of just "#define >>>>>&gt...
2020 Jul 07
3
libssh2 is hanging during a file transfert
...channel 0/0 => libssh2_transport_read() plain (5 bytes) 0000: 61 00 00 00 00 : a.... [libssh2] 3.264211 Transport: Packet type 97 received, length=5 [libssh2] 3.279811 Conn: Close received for channel 0/0 [libssh2] 3.279811 Conn: Sending 9 bytes on channel 0/0, stream_id=0 => libssh2_transport_write plain (9 bytes) 0000: 5E 00 00 00 00 00 00 00 09 : ^........ => libssh2_transport_write plain2 (9 bytes) 0000: 00 00 00 05 01 00 00 00 03 : ......... [libssh2] 3.279811 Socket: Sent 64/64 bytes at 005F0B40 => libssh2_...