Re: [Live-devel] query

2010-01-19 Thread Sharda Murthi
Hi, I am also trying to do what Karan is trying to do. I enabled port forwarding on port 8554 on my system to allow the incoming packets from being blocked by the firewall (from a connection outside of my network). The connection is getting established, but no packets are being received. Can anyon

[Live-devel] Reliable UDP -- does it make sense?

2009-10-23 Thread Sharda Murthi
Hi All, We are trying to implement a retransmission mechanism for the live555 server over UDP, as part of our research work for a professor. Well, we hit our first road block thinking why would someone want to do it at all? We do understand that UDP doesnt provide for reliable transmission. And t

Re: [Live-devel] MultiFramedRTPSink and packet numbers

2009-10-13 Thread Sharda Murthi
Thanks for your response, Ross. I am not using the library through multiple threads - yet I am seeing the packet numbers out of order. On Tue, Oct 13, 2009 at 2:21 AM, Ross Finlayson wrote: > While most of the packets are sent in sequence, a few are delivered out of >> sequence. >> > > You are m

[Live-devel] MultiFramedRTPSink and packet numbers

2009-10-12 Thread Sharda Murthi
Hi, I am trying to trace the order in which packets are delivered while using the testOnDemandRTSPServer. My understanding is that the function sendPacketIfNecessary() in MultiFramedRTPSink.cpp in the liveMedia folder is the main function that deals with sending packets. Please correct me if I am

[Live-devel] FIle sizes and openRTSP

2009-10-09 Thread Sharda Murthi
Hi, I am playing an mpg file of about 6 MB size using the live555MediaServer and the openRTSP client. I used the -Q option to generate the QoS statistics. The statistics indicate that there are no packet losses (I am performing local streaming). However, the sizes of the audio and video file that

Re: [Live-devel] Controlled Ttransmission of media files

2009-10-05 Thread Sharda Murthi
Thanks for your response. Is there a way where this control can be over each packet that is being transmitted? On Mon, Oct 5, 2009 at 1:05 AM, Ross Finlayson wrote: > I am trying to do controlled streaming of a media file using the live555 >> server. In the sense, if I wish to transmit only 10% o

[Live-devel] Controlled Ttransmission of media files

2009-10-04 Thread Sharda Murthi
Hi, I am trying to do controlled streaming of a media file using the live555 server. In the sense, if I wish to transmit only 10% of a file, I want to be able to do so. This is for the purpose of analysing the quality of TCP transmission. I need pointers as to how I can go about this. Thanks. ___

[Live-devel] Comparison of streamed data for TCP and UDP

2009-09-30 Thread Sharda Murthi
Hi, I am new to using live555 media server. I am trying to compare the quality of media streaming over TCP and UDP. I understand that this can be done using the openRTSP client. However, this client generates 2 separate audio and video files. Is there any way I can play them both together while th

[Live-devel] Problem faced while using openRTSP and testOnDemandRTSPServer

2009-09-17 Thread Sharda Murthi
Hi, I have the latest version of live555 mediaServer installed on Ubuntu on my system. On running the live555mediaserver, I am able to stream a file present in that directory using rtsp:// However, while trying to stream using testOnDemandRTSPServer and openRTSP, I get the following error. Comma

[Live-devel] Problem faced while compiling code in Visual Studio 9

2009-08-22 Thread Sharda Murthi
Hi, I am attempting to compile the latest live555 code in Microsoft VIsual Studio 9. However, while running the run.bat file, I encounter the following error: fatal error U1073: don't know how to make '../groupsock/libgroupsock.lib` Has anyone encountered this error before? A look at the code in