Re: [Live-devel] Packet loss status in RTCP RR packets

2015-12-04 Thread Ross Finlayson
> I am using live555 library to stream to proxyserver on rtp over tcp. I want > to add variable bitrate mechanism for my device for that i suppose i need to > verify some parameters on RTCP RR report. I was trying to look at packet loss > status but everytime it was a constant value coming 0x00f

[Live-devel] Packet loss status in RTCP RR packets

2015-12-04 Thread Hardik Sangani
Hi Ross, I am using live555 library to stream to proxyserver on rtp over tcp. I want to add variable bitrate mechanism for my device for that i suppose i need to verify some parameters on RTCP RR report. I was trying to look at packet loss status but everytime it was a constant value coming 0x00ff

Re: [Live-devel] Packet loss when receiving streamed data via TCP

2011-01-19 Thread Ross Finlayson
I have another small question. To synchronize my clients, I do some calculations based on the presentation time. Is it possible that the presentation time contained in the frame send by the server can be modified by live555 library on the client side? Yes, see http://www.live555.com/l

Re: [Live-devel] Packet loss when receiving streamed data via TCP

2011-01-19 Thread Jacques Tebcherani
? Thanks in advance. Regards, Jacques Tebcherani _ From: Ross Finlayson [mailto:finlay...@live555.com] Sent: mardi 18 janvier 2011 12:27 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Packet loss when receiving streamed data via TCP I have developed a

Re: [Live-devel] Packet loss when receiving streamed data via TCP

2011-01-18 Thread Ross Finlayson
I have developed a PCM audio Server/Client based on "LIVE555 Streaming Media" library (v2010.04.09). Sorry, but absolutely no support is given for old versions of the code. Does live555 can discards some frames? No. Our code simply runs in a loop, sending frames (if it's a server), or rec

[Live-devel] Packet loss when receiving streamed data via TCP

2011-01-18 Thread Jacques Tebcherani
Hi, I have developed a PCM audio Server/Client based on "LIVE555 Streaming Media" library (v2010.04.09). I have configured my server to stream in unicast mode. I have configured my client to receive the stream via TCP (setupMediaSubsession() is called with streamUsingTCP parameter set to T

[Live-devel] Packet loss recovery implementation

2010-01-13 Thread smurthi3
Hi All, I have attempted to implement a packet loss mechanism; its description is given below. I am facing some problems with it, both in terms of testing and the logic behind the implementation. Please give me your opinions and inputs on how to make this more efficient and robust. Implementat

Re: [Live-devel] Packet Loss simulation

2009-12-19 Thread Ross Finlayson
I am trying to simulate various levels of packet loss in the live555 streaming server ranging from 5-50% in steps of 5. The change has to be done in MultiFramedRTPSource.cpp/MultiFramedRTPSink.cpp but it uses (our_random() % 10) to generate 10% packet loss. This method does not work for values

[Live-devel] Packet Loss simulation

2009-12-19 Thread smurthi3
Hi All, I am trying to simulate various levels of packet loss in the live555 streaming server ranging from 5-50% in steps of 5. The change has to be done in MultiFramedRTPSource.cpp/MultiFramedRTPSink.cpp but it uses (our_random() % 10) to generate 10% packet loss. This method does not work f

Re: [Live-devel] Packet Loss From VLS

2009-05-21 Thread Ross Finlayson
I'm using the simpleRTPsource in order to receive rtp/udp packets which encapsulates TS (encapsulating an h.264 video stream). only made a simple adjustment to testMPEG1or2VideoReceiver. When my source is Live555 and the testMPEG2TransportStreamer it's fine. However, I'm experiencing heavy pack

[Live-devel] Packet Loss From VLS

2009-05-21 Thread tadmorm1
Hi, I'm using the simpleRTPsource in order to receive rtp/udp packets which encapsulates TS (encapsulating an h.264 video stream). only made a simple adjustment to testMPEG1or2VideoReceiver. When my source is Live555 and the testMPEG2TransportStreamer it's fine. However, I'm experiencing hea

Re: [Live-devel] Packet Loss Problem

2008-02-01 Thread Ross Finlayson
>I used the ¡°iperf¡± to check the Bandwidth >between the PCs which have 3.8 Mbits/sec Your video codec is "MPV", which is MPEG-1 or 2 video. Many MPEG-1 or 2 video streams are close to, or greater than, 3.8 Mbits/second. Perhaps your network just doesn't have enough bandwidth for your strea

Re: [Live-devel] Packet Loss Problem

2008-01-31 Thread fung ka luen
Dear All, Thank you very much for your quick response! >First, you should make sure that your network has sufficient >bandwidth for >your data stream. I used the “iperf” to check the Bandwidth between the PCs which have 3.8 Mbits/sec >However, packet loss can be caused by insufficiently la

Re: [Live-devel] Packet Loss Problem

2008-01-31 Thread Ross Finlayson
My earlier answer (to another questioner) also applies here: -- First, you should make sure that your network has sufficient bandwidth for your data stream. However, packet loss can be caused by insufficiently large socket reception buffers in the rec

[Live-devel] Packet Loss Problem

2008-01-31 Thread fung ka luen
Dear all, Thank you very much for your help first. I have a packet loss problem when using the “live555MediaServer.exe” and “openRTSP.exe” for streaming a mpg video file. I am using the following setup. Server PC: P4 1.8G, 1.5G Ram, WinXP. Client 1: IBM T40, 1.25G Ram, WinXP Client 2: Ace

Re: [Live-devel] Packet loss

2007-12-13 Thread Ross Finlayson
I suggest first running "openRTSP", with the "-Q" option, to see if you really are seeing network packet loss. If your packet loss is really due to lost packets on the network, then there isn't much you can do about this, except get a better network. -- Ross Finlayson Live Networks, Inc. http

[Live-devel] Packet loss

2007-12-13 Thread aditya vikram
Hi Ross, I am a novice programmer.I am doing video streaming over WAN(using TCP).I am testing mpeg4 video with 25fps and 100kb bitrate.I was getting very jerky stream on client side.When I tested I found error 10035 on server.So I increment the os buffer size from 50kb to 128 kb.N

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-12 Thread Nitin Jain
Finlayson Sent: Thursday, October 11, 2007 8:04 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams As you've noted/realized, any packet loss - other than network packet loss - that occurs in a system that uses

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-11 Thread Ross Finlayson
As you've noted/realized, any packet loss - other than network packet loss - that occurs in a system that uses our code *must* be the fault of insufficient buffering inside the OS. I.e., this is an OS problem, and any fix/workaround needs to address this. Unfortunately there is no good way fo

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-11 Thread David Betrand
Hi Ross, hi Nitin, I am also experimenting packet lost or malformed packets when I use high bitrate clips and rtp over tcp streaming transport. When I turn on the DEBUG mode, I noticed that sendRTPoverTCP generally returns "failed" status. The errno is set to EAGAIN (or EWOULDBLOCK) and is not

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-11 Thread Nitin Jain
for LIVE555MediaServer hence this explain the earlier mail.Sorry for that. Regards Nitin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ross Finlayson Sent: Monday, October 08, 2007 7:03 PM To: LIVE555 Streaming Media - development & use Subject: Re: [Liv

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-08 Thread Ross Finlayson
>We further observed that there is no packet loss on the server side >if we use testOnDemandRTSPServer.cpp demo program to stream high bit >rate mpeg4 elementary stream as compared to RTSP LIVE555MediaServer >program for the same. So what could be the possible reason for this >behavior when bot

Re: [Live-devel] Packet loss in case of high bit rate mpeg4 streams

2007-10-08 Thread Nitin Jain
Hi Ross, We further observed that there is no packet loss on the server side if we use testOnDemandRTSPServer.cpp demo program to stream high bit rate mpeg4 elementary stream as compared to RTSP LIVE555MediaServer program for the same. So what could be the possible reason for this behavior when

Re: [Live-devel] Packet loss in case of high bitrate mpeg4 elementry streams

2007-10-01 Thread Ross Finlayson
.From wireshark trace on server side we found out that server is dropping rtp packets. Do you really mean to say that the *server* is dropping packets? I.e., are you seeing packet loss in the over-the-network packets traces? If so, then I don't know what might be causing this, and unfortunat

[Live-devel] Packet loss in case of high bitrate mpeg4 elementry streams

2007-10-01 Thread Nitin Jain
Hi all, We are using Live555 media server and openRTSP client to stream and receive mpeg4 elementry stream.We observerd that when we stream high bitrate MPEG4 ES stream (3 or 6 or 15 Mbps )there is a huge packet loss(almost 20% ) .From wireshark trace on server side we found out that server i