Re: [Live-devel] RTCP Bye in PassiveServerMediaSession

2008-10-17 Thread Brian Marete
On Fri, Oct 17, 2008 at 4:27 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >> >> In other words, once I do the above, what else >> >> do I have to do to clean up in rebuild again in preparation of >> >> streaming the next file? >> > >> > If you want to keep the existingoutput network connections

Re: [Live-devel] RTCP Bye in PassiveServerMediaSession

2008-10-17 Thread Brian Marete
On Fri, Oct 17, 2008 at 4:38 AM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >> In other words, once I do the above, what else >> do I have to do to clean up in rebuild again in preparation of >> streaming the next file? > > If you want to keep the existingoutput network connections, and continue

Re: [Live-devel] RTCP Bye in PassiveServerMediaSession

2008-10-16 Thread Brian Marete
On Thu, Oct 16, 2008 at 6:17 AM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >> The behavior I expect is that at the end of the stream, when >> stopPlaying() is called on both sinks, live555 should send and RTCP >> Bye packet, causing MPlayer to exit. > > No, that's not what the code does. When th

[Live-devel] RTCP Bye in PassiveServerMediaSession

2008-10-15 Thread Brian Marete
Hello, I am playing with the vobStreamer application, using MPlayer -rc2 to view the stream. The behavior I expect is that at the end of the stream, when stopPlaying() is called on both sinks, live555 should send and RTCP Bye packet, causing MPlayer to exit. But l have confirmed with wireshark th

Re: [Live-devel] Detecting/Notifying on new multicast media

2008-10-15 Thread Brian Marete
On Thu, Oct 16, 2008 at 12:29 AM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > >> I am writing a streaming application with live555, both on the server >> and client ends. I will be using live555 to mulitcast MPEG2 transport >> streams over RTP to the clients. Periodically, the server will stop >> m

[Live-devel] Detecting/Notifying on new multicast media

2008-10-15 Thread Brian Marete
Hello, I am writing a streaming application with live555, both on the server and client ends. I will be using live555 to mulitcast MPEG2 transport streams over RTP to the clients. Periodically, the server will stop multicasting the current file and switch to a new one, sending it to the same multi

[Live-devel] Using FFmpeg to write H.264 Framer

2008-06-26 Thread Brian Marete
Hello, Please see attached files to see how you can use FFmpeg's libavformat library to write a framer for H264 video. The code has been tested with .mp4 files, and with a tweak or two, will work for any other container format. It assumes that the nal_length_size is 4, but one can change this so t

Re: [Live-devel] H264VideoStreamFramer

2008-06-19 Thread Brian Marete
On Wed, Jun 18, 2008 at 9:37 PM, Mike Gilorma <[EMAIL PROTECTED]> wrote: > That sounds like it might be helpful, could you send that over to me? I will, when I get to the (non-networked) machine that contains it tomorrow. -- B. Gitonga Marete Tel: +254-722-151-590 ___

Re: [Live-devel] H264VideoStreamFramer

2008-06-18 Thread Brian Marete
On Wed, Jun 18, 2008 at 8:44 PM, Mike Gilorma <[EMAIL PROTECTED]> wrote: > Thank you for your response, but I am looking to incorporate this code > with some other test programs based off the live555 libraries, so I was > hoping someone would have something in that realm. My code that uses libavfo

Re: [Live-devel] H264VideoStreamFramer

2008-06-18 Thread Brian Marete
Hello, I have written a prototype that makes use of FFmpeg's libavformat library. It works, no matter what file format contains the H.264 data. Or you want something that is "native" to live555? BGM. On Wed, Jun 18, 2008 at 7:09 PM, Mike Gilorma <[EMAIL PROTECTED]> wrote: > I've read the FAQ and

Re: [Live-devel] Transcode occasional jpeg out of mp4 rtsp?

2008-06-17 Thread Brian Marete
2008/6/16 Lucas <[EMAIL PROTECTED]>: > > I'm using liveMedia with vlc to capture a mp4 rtsp stream to disk. I'd like > to create a jpeg of the most recent frame every second or so out of this > stream (which is running about 30 fps), could this be done easily? > > Thanks, > Have a look at FFmpe

Re: [Live-devel] Hinting the audio track of file created by openRTSP

2008-06-11 Thread Brian Marete
2008/6/11 <[EMAIL PROTECTED]>: > Typical, unhelpful, arrogant response I've seen from this person. > If you have been here a while, you will know that Ross routinely and courteously answers all manner of questions posed here, including repetitive queries already answered on the FAQ or previously

Re: [Live-devel] How to protect the RTP payload

2008-06-11 Thread Brian Marete
On Wed, Jun 11, 2008 at 6:48 PM, Francesco Matassoni <[EMAIL PROTECTED]> wrote: > In data 11 giugno 2008 alle ore 17:33:31, Brian Marete <[EMAIL PROTECTED]> > ha scritto: > >> Hello, >> >> I asked a similar question a few days ago on this list and received a

Re: [Live-devel] How to protect the RTP payload

2008-06-11 Thread Brian Marete
On Wed, Jun 11, 2008 at 4:32 PM, Francesco Matassoni <[EMAIL PROTECTED]> wrote: > I need to protect an RTP stream coming from VLC, so i think to make a > program that stand in the middle between a server and a client. My program > take the payload from the RTP packet, protect them and then retransm

Re: [Live-devel] Creating an RTP Translator

2008-05-29 Thread Brian Marete
On Thu, May 29, 2008 at 4:57 PM, Ross Finlayson <[EMAIL PROTECTED]> wrote: > You're correct that you can't use the usual *RTP*Source and *RTP*Sink > classes. However, because you wish to pass the RTP header fields 'as is', > you could instead read and send raw-UDP (rather than RTP) packets. You c

[Live-devel] Creating an RTP Translator

2008-05-29 Thread Brian Marete
Hello, I would like to use live555 to create and RTP translator that simply encrypts the payload of the RTP packets and preserves header information such as SSRC as required by the RTP standard. It seems to me I cannot use the usual source/sink facilities since then the sink would create new heade