Re: [Live-devel] Sip user that send jpeg image

2009-11-12 Thread Ross Finlayson
I would like to create (if not exist) a software that make a sip call and send a video stream made-up by jpeg picture. Can i use LIVE555 Streaming Media? Sorry, no. If yes is difficult, I'm not expert programmer... Unfortunately this software is intended for expert programmers. -- Ross F

Re: [Live-devel] PS File does not work

2009-11-12 Thread Ross Finlayson
OK, I've looked at this some more, and the problem is definitely the audio that's in your Program Stream file. It's something other than MPEG-1 or MPEG-2 (perhaps it's AC-3?). Because of this, you can't use our regular Program Stream streaming tools to stream it. However, what you *can* do i

Re: [Live-devel] PS File does not work

2009-11-12 Thread Ross Finlayson
Thanks for the report. I'm currently investigating this. I haven't come to any firm conclusions yet, but I suspect that there may be a problem with the audio that's in your Program Stream file. Are you sure that this is MPEG-1 or MPEG-2 audio? If it's any other kind of audio, then this might

[Live-devel] New version (2009.11.12) released; eliminates "select()" errors on some platforms

2009-11-12 Thread Ross Finlayson
I have just installed a new version (2009.11.12) of the "LIVE555 Streaming Media" code that works around what appears to be a compiler error on some platforms (e.g., Mac OS X) that was leading to error messages of the form: select() fails: Invalid argument If you have been seeing such

[Live-devel] Sip user that send jpeg image

2009-11-12 Thread Salvatore Frandina
Hi, I would like to create (if not exist) a software that make a sip call and send a video stream made-up by jpeg picture. Can i use *LIVE555 Streaming Media*? If yes is difficult, I'm not expert programmer... Thank you very much -- ___ Salvatore Frandina web

Re: [Live-devel] How to install live555 on ubuntu.

2009-11-12 Thread Ross Finlayson
If - for whatever reason - the existing "config.linux" configuration file doesn't work for 'ubuntu', then please propose either (i) a modified version (that also continues to work with other types of Linux), or (ii) a new configuration file "config.ubuntu" that works for 'ubuntu'. -- Ross Fin

Re: [Live-devel] [RFC] Guard against _setmode() on WinCE

2009-11-12 Thread Ross Finlayson
Thanks for posting these proposed changes. These changes will also appear in the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.

Re: [Live-devel] How to install live555 on ubuntu.

2009-11-12 Thread Marco Amadori
On Wednesday 11 November 2009, 13:48:19, Zelalem Sintayehu wrote: > Hi, I don't know if it the proper forum to ask this question. I just > downloaded the live555-latest.tar.gz file and unzipped it and created a > make file using genMakefile script. You could try rebuilding debian unstable packa

Re: [Live-devel] Queries related to Streaming MP3 clips using LIVE server.

2009-11-12 Thread Ross Finlayson
I have some doubts regarding the RTP Payload for MP3. 1) When I received the payload it's something like this 00 00 00 00 ff e3 e8 . The valid data starts only after 4 bytes in all the cases. Why is that so? Because these first 4 bytes are the "MPEG Audio-specific header" defined

[Live-devel] [RFC] Guard against _setmode() on WinCE

2009-11-12 Thread Pierre Ynard
This allows live555 to compile with the mingw32ce toolchain of the CeGCC project, that doesn't define _setmode(). However am I not sure that this is the right thing to do, since I found documentation saying that _setmode() should be available on WinCE. diff -urp live.orig/liveMedia/InputFile.cpp