Re: [Live-devel] [streaming] RTSP Support for ASF streams

2008-11-05 Thread venugopalpaikr
Thank you for the information. I have used Live 555 Media Server to establish the connection and hard-coded the asf sdp generated using Microsoft RTSP documents. Am currently looking into establishment of the session i.e.only RTSP not RTP. My session ends after sending the SDP information while usi

Re: [Live-devel] Recursion in continuePlaying() -> stack overflow

2008-11-05 Thread Ross Finlayson
Because this is your own code (& you have a "@yahoo.com" email address :-), I can't help you much. However, I suspect you can fix your problem by replacing your call to FramedSource::afterGetting(this): or just afterGetting(this); with: nextTask() = envir().taskScheduler

Re: [Live-devel] Binding to a specific IP number

2008-11-05 Thread Steve Jardine
Thank you! On Wed, 5 Nov 2008 10:22:29 -0800 Ross Finlayson <[EMAIL PROTECTED]> wrote: > Add > #include "GroupsockHelper.hh" > to the start of the file. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listi

Re: [Live-devel] jpeg streaming max. size

2008-11-05 Thread Ross Finlayson
i´am using the live555 for jpeg streaming and it´s great.Thanks at all. my question is about the maximun jpeg size i can stream if i´don´t compress the file ? i´m trying with the 227kb jpeg and the dispayling quality is wrong (the client show the file which the gray balk at the end of file at

Re: [Live-devel] Binding to a specific IP number

2008-11-05 Thread Ross Finlayson
Added the code below to live555MediaServer.cpp right after main()., It yields this when compiled: live555MediaServer.cpp:26: error: 'ReceivingInterfaceAddr' was not declared in this scope live555MediaServer.cpp:26: error: 'our_inet_addr' was not declared in this scope Add #include "G

Re: [Live-devel] Binding to a specific IP number

2008-11-05 Thread Steve Jardine
Added the code below to live555MediaServer.cpp right after main()., It yields this when compiled: live555MediaServer.cpp:26: error: ‘ReceivingInterfaceAddr’ was not declared in this scope live555MediaServer.cpp:26: error: ‘our_inet_addr’ was not declared in this scope Adding it to GroupsockH

[Live-devel] jpeg streaming max. size

2008-11-05 Thread Armando Ko
Hallo, i´am using the live555 for jpeg streaming and it´s great.Thanks at all. my question is about the maximun jpeg size i can stream if i´don´t compress the file ? i´m trying with the 227kb jpeg and the dispayling quality is wrong (the client show the file which the gray balk at the end of fi

[Live-devel] Recursion in continuePlaying() -> stack overflow

2008-11-05 Thread Horst Weglanz
Hello I've a problem building an output sink for LiveMedia in my application. I wanted to use the mpeg2ts muxer capabilities and build an output sink which transports every mpeg2ts frame back to my application. This sink basically holds a reference to a synchronized queue and simply add every f

Re: [Live-devel] Conceptual question on testMPEG1or2AudioVideoServer

2008-11-05 Thread Ross Finlayson
Hi Ross, testMPEG1or2AudioVideoServer take an mpg file and serve it to a multicast address ( audio, video port)! I want take a real time stream (and not a file) and I want serve it onDemand. How We can? Read the FAQ !!! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ _

[Live-devel] Conceptual question on testMPEG1or2AudioVideoServer

2008-11-05 Thread Antonella Rizzo
Hi Ross, testMPEG1or2AudioVideoServer take an  mpg file and serve it to a multicast address ( audio, video port)!  I want take a real time stream (and not a file) and I want serve it onDemand. How We can? Best regards ___ live-devel mailing