[Live-devel] MPEG1or2DemuxedElementaryStream use

2012-09-19 Thread Zahira Ammarguellat
Hello, I am a very beginner user of live555 use and would like some clarification. I have a program that is able to take an input media file and create an MPEG2-TS file/stream from this input. That works fine for now although I get a lot of dropped packets. But I will not for now worry about t

Re: [Live-devel] MPEG1or2DemuxedElementaryStream use

2012-09-20 Thread Zahira Ammarguellat
Ross, Thanks for your answer. You say: Instead, you should by transmitting audio and/or video as separate RTP streams, without any Transport Stream encapsulation. How do I do that please? Thanks, -Zahira From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Beha

Re: [Live-devel] MPEG1or2DemuxedElementaryStream use

2012-09-20 Thread Zahira Ammarguellat
Ross, Ok here is more info that might help you help me :) My server is a Linux system. My client is a QNX device. The idea is to use WIFI display (using LIVE555 to build an MPEG2-TS stream) to stream an input multi-media file to the QNX target. It looks likes from your previous email that creati

Re: [Live-devel] MPEG1or2DemuxedElementaryStream use

2012-09-20 Thread Zahira Ammarguellat
One more thing Ross. The Wifi display standard requires the use of MPEG2-TS. So we don't have much choice about the way the multimedia input is transferred. Thanks. -zahira From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thurs

[Live-devel] MPEG-TS demuxer

2012-09-24 Thread Zahira Ammarguellat
Hello Thomas, I would be interested in your TS demuxer. Did you write one? Did you follow the algorithm that you have in your message? I would be interested in any information as I am thinking of writing one for our project. Thanks, -Zahira ___ live-de

[Live-devel] RTP header in an MPEG2-TS

2012-11-02 Thread Zahira Ammarguellat
Hello, I have an encapsulated MPEG2-TS input stream with RTP header. Is LiveMedia able to parse such stream? Can it extract those RTP headers and return the stream without them? Thanks, -Zahira ___ live-devel mailing list live-devel@lists.live555.com

Re: [Live-devel] RTP header in an MPEG2-TS

2012-11-05 Thread Zahira Ammarguellat
Ross, Yes that's what I mean. Thanks much! -Zahira From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Monday, November 05, 2012 7:54 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTP header in an MP

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Zahira Ammarguellat
Hello Ross, Can you please tell me where exactly in testMPEG2TransportReceiver, the RTP headers are extracted? Or where the RTP packets are transmitted to the user without RTP headers? Thanks, -Zahira From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Zahira Ammarguellat
Don't I if I want to call the "testMPEG2TransportReceiver" functions from my own server? From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, December 06, 2012 3:37 PM To: LIVE555 Streaming Media - development & use Subjec

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Zahira Ammarguellat
:) Sorry. Right now the way that I am using testMPEG2TransportReceiver is by first running testMPEG2TransportStreamer on a server side and run testMPEG2TransportReceiver on the client side. It spits out on the stdout the stream in test.ts with no RTP headers. That works fine! In my environment,

[Live-devel] Instrumentation to detect packet loss in my application

2013-06-26 Thread Zahira Ammarguellat
Hello, The application I am running is loosing packets. This application runs a server and a client. On the server application an RTP server is running and on the client application an RTP client is running. I am trying to implement the live555 code to make sure that all packets that are sent f

Re: [Live-devel] Instrumentation to detect packet loss in my application

2013-06-27 Thread Zahira Ammarguellat
Ross, Thanks for your prompt answer. Yes I read that link below about packet loss. That function increaseReceiveBufferTo is already called on server and client side of live555. Should it be replaced by a call from my application or should it be modified to fit my application? What I mean is do I

Re: [Live-devel] Instrumentation to detect packet loss in my application

2013-06-27 Thread Zahira Ammarguellat
I don't think this print is really what I want?? It looks like the packet argument in this function represents the datagram. What I want is have access to the packet being sent by the server and that same packet being read from the client. Can you help please? Thanks, -Zahira From: live-devel-b

[Live-devel] Packets and delay

2013-09-05 Thread Zahira Ammarguellat
Ross, Can you please explain what happens when a packet is being delayed? I seem to understand that each packet has a life time and it gets discarded when its time is up. Does lives555 wait for the following packets to arrive, or does it continue delivering packets to client and then deliver th

Re: [Live-devel] Packets and delay

2013-09-09 Thread Zahira Ammarguellat
Ross, Thanks for the answer. That clarifies things. Another question. You say: If, however, the 'packet reordering threshold' threshold elapses without packet N+1 arriving, then (the already-arrived) packet N+2 will get delivered instead. In this case, packet N+1 will never get delivered, even