[Live-devel] Quicktime player with Live555

2008-01-15 Thread Robert Howard
Hi I want to play streaming MPEG4 video (using Live555) on the quick time player. From the ethereal logs it appears that Quicktime is able to exchange SDP with the streamer but it is unable to play the video. I see the timer ticking on the player but no video at all. Has someone done this integrat

Re: [Live-devel] Streaming LPCM audio at 48K with vobStreamer

2008-01-15 Thread Ross Finlayson
My understanding is the DVD specification has provision to support LPCM audio sampled at 48K through private extension. I would like to know if the vobStreamer sample application will be able to process and send such stream through RTSP/RTP No, but it could easily be modified to do so. Stream

Re: [Live-devel] Unable to unzip live.2008.01.04.tar.tar

2008-01-15 Thread Ross Finlayson
>I downloaded "live.2008.01.04.tar.tar" The correct file name is "live.2008.01.04.tar.gz". (You can also download the latest version, at any time, as ) -- Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] Unable to unzip live.2008.01.04.tar.tar

2008-01-15 Thread Hanspeter Adam
I downloaded live.2008.01.04.tar.tar. WinZip gives me the error "Error reading header after processing 0 entries". Anyone know what wrong? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Streaming LPCM audio at 48K with vobStreamer

2008-01-15 Thread Guy Bonneau
My understanding is the DVD specification has provision to support LPCM audio sampled at 48K through private extension. I would like to know if the vobStreamer sample application will be able to process and send such stream through RTSP/RTP. If this is possible will VLC and MPlayer are able to rece

Re: [Live-devel] How to stream speex data with live555

2008-01-15 Thread Ross Finlayson
>I try to write an extension to live555 in order to grep raw audio >data and compress it into speex format, and then stream out the >compressed data. >Due to my pore knowledge about live555, could anyone provide some >hint that where I can start? You would need to write a filter class (i.e., a

[Live-devel] How to stream speex data with live555

2008-01-15 Thread Richard Zhao
Hi all, I try to write an extension to live555 in order to grep raw audio data and compress it into speex format, and then stream out the compressed data. Due to my pore knowledge about live555, could anyone provide some hint that where I can start? BR, Richard