Re: [Live-devel] RTP packet size

2012-08-27 Thread Ross Finlayson
> Here is one you can download. Hope you will love this song ;o) > > http://fraph.free.fr/WAV48K24B/FEVERTIME.wav Thanks. I have now installed a new version (2012.08.28) of the "LIVE555 Streaming Media" code that supports streaming this, and other, 24-bit WAV files. Ross Finlayson Live Networ

Re: [Live-devel] Subclassing WAVAudioFileSource

2012-08-27 Thread Sid Price
Thank you Ross, much appreciated, Sid. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, August 27, 2012 5:12 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Subclassing WAVAudioFileSource

Re: [Live-devel] Subclassing WAVAudioFileSource

2012-08-27 Thread Ross Finlayson
> In order to address the trails I mentioned I need to subclass > WAVAudioFileSource to set “fPreferredFrameSize” to achieve the required RTP > packet. This is a “private” variable. Is it possible to have you move it to > “protected?” Yes; this change will appear in the next release of the sof

[Live-devel] Subclassing WAVAudioFileSource

2012-08-27 Thread Sid Price
Since my original thread (RTP Packet Size) has been hijacked into a different subject I thought I would start a new one, I trust that is the correct list protocol. In order to address the trails I mentioned I need to subclass WAVAudioFileSource to set "fPreferredFrameSize" to achieve the requir

Re: [Live-devel] Question about live streaming

2012-08-27 Thread Nathan RNR
But why would I not want the protocol? I would stream to the server, that server would then make the stream global for other devices to connect. The purpose for this is I only want to view a single stream at one time, denoted by the username of the user, which will be the name of the stream, if tha

Re: [Live-devel] Question about live streaming

2012-08-27 Thread Ross Finlayson
> It does not. I am going to be streaming globally and am using a global server > to direct all the traffic, creating rtsp streams for each device. I'm not sure I understand this, but from your description, I suspect that you don't want to be using RTSP at all. RTSP is used for one-way streamin

Re: [Live-devel] Question about live streaming

2012-08-27 Thread Nathan
It does not. I am going to be streaming globally and am using a global server to direct all the traffic, creating rtsp streams for each device. Original message Subject: Re: [Live-devel] Question about live streaming From: Ross Finlayson To: LIVE555 Streaming Media - developm

Re: [Live-devel] Question about live streaming

2012-08-27 Thread Ross Finlayson
> I am currently building an Android application designed to stream encoded > video (live) from each phone to a different phone, and I play to use Live555 > as the server. I read that to support live streaming to edit the > OnDemandRTSPServer, as well as make a few other changes. I did said chan

[Live-devel] Question about live streaming

2012-08-27 Thread Nathan RNR
Hello, I am currently building an Android application designed to stream encoded video (live) from each phone to a different phone, and I play to use Live555 as the server. I read that to support live streaming to edit the OnDemandRTSPServer, as well as make a few other changes. I did said chan

Re: [Live-devel] RTP packet size

2012-08-27 Thread Raph
Here is one you can download. Hope you will love this song ;o) http://fraph.free.fr/WAV48K24B/FEVERTIME.wav thanks. Can you just tell me the source file you will modify ? I suppose it's : WAVAudioFileSource.cpp in the live/media directory. Thanks a lot and best regards. Grag38 It's very e

Re: [Live-devel] Problem! If Matroska file not exist

2012-08-27 Thread Ross Finlayson
> If Matroska if is not exist the program will crash. > > 1. In MatroskaFile.cpp > > fParserForInitialization > = new MatroskaFileParser(*this, > ByteStreamFileSource::createNew(envir(), fileName), > handleEndOfTrackHeaderParsing, this, NULL); [...] > // if Matros

[Live-devel] Problem! If Matroska file not exist

2012-08-27 Thread kingking kuo
Hi, If Matroska if is not exist the program will crash. 1. In MatroskaFile.cpp fParserForInitialization= new MatroskaFileParser(*this, ByteStreamFileSource::createNew(envir(), fileName), handleEndOfTrackHeaderParsing, this, NULL); 2. In MatroskaFileParser.cpp if