Re: [Live-devel] Filestreaming

2012-09-07 Thread Ross Finlayson
I tried reproducing what you did - by using a modified version of "testRTSPClient" that - plays a stream for 5 seconds - pauses for 7 seconds - plays the stream again (starting from 0, as you did[*])(It also prints out the NPT time (along with the presentation time) for each received frame.)However

Re: [Live-devel] report a bug of openRTSP

2012-09-07 Thread Ross Finlayson
> I try to use openRTSP to dump the rtsp stream to AVI file with command like > this "openRTSP -i w 352 -h 288 -f 25 rtsp://", where is the real > rtsp url, I've also change the code of "playCommon.cpp" in the line : > aviOut = AVIFileSink::createNew(*env, *session, "stdout", > to aviOut

[Live-devel] report a bug of openRTSP

2012-09-07 Thread qiuchangyong qiuchangyong
I try to use openRTSP to dump the rtsp stream to AVI file with command like this "openRTSP -i w 352 -h 288 -f 25 rtsp://", where is the real rtsp url, I've also change the code of "playCommon.cpp" in the line : *aviOut = AVIFileSink::createNew(*env, *session, "stdout",* to *aviOut = AVIFil

Re: [Live-devel] H.264 in MPEG-2 TS streams roughly at the start

2012-09-07 Thread Ross Finlayson
> We've been using live555MediaServer with MPEG-2 A/V in TS files successfully > for quite some time now, but we are now experimenting with H.264 in TS. > We've been unable to create files that stream as smoothly as our old MPEG-2 > files. Our code has trouble streaming MPEG Transport Stream f

Re: [Live-devel] Possible bug (and fix)?

2012-09-07 Thread Erlandsson, Claes P (CERLANDS)
Thanks for the report. I have now installed a new version (2012.09.07) that should fix the problem (with receiving RTP-over-TCP on Windows). Thanks a lot! (FYI: The bug got accidentally introduced back in version 2012.07.24, when we added a fix to better handle the disconnection of the remote

Re: [Live-devel] Live555 iOs appstore licensing

2012-09-07 Thread Ross Finlayson
> for a application that's free in the iOs AppStore, would i need to buy a > license for Live555 Media library ? No. The LGPL copyright applies only to developers (who use the "LIVE555 Streaming Media" software), not to end users. Ross Finlayson Live Networks, Inc. http://www.live555.com/ __

[Live-devel] Live555 iOs appstore licensing

2012-09-07 Thread Meftah Tayeb
hello for a application that's free in the iOs AppStore, would i need to buy a license for Live555 Media library ? thank you Meftah Tayeb IT Consulting http://www.tmvoip.com/ phone: +21321656139 Mobile: +213660347746 __ Information from ESET NOD32 Antivirus, version of virus signa

Re: [Live-devel] RTP timestamp issue after RTCP synchronization

2012-09-07 Thread Ross Finlayson
> I’m still searching why RTCP create this gap. The issue is not the timestamp > gap in one stream, but the difference between the synchronized timestamps of > the two streams. > The issue can be reproduced with an unmodified “live555ProxyServer”. For RTCP-based a/v synchronization to work prop

[Live-devel] RTP timestamp issue after RTCP synchronization

2012-09-07 Thread Bruno Marchand
Hi! I am working on a RTSP recorder and proxy module using the live library. Basically, it is a module which streams from an Axis camera to a matroska file and supply a RTSP server for viewers. It is very similar to the software "live555ProxyServer" but with a matroska muxer. The camera gener

Re: [Live-devel] Possible bug (and fix)?

2012-09-07 Thread Ross Finlayson
Thanks for the report. I have now installed a new version (2012.09.07) that should fix the problem (with receiving RTP-over-TCP on Windows). (FYI: The bug got accidentally introduced back in version 2012.07.24, when we added a fix to better handle the disconnection of the remote end of TCP soc

Re: [Live-devel] simulate RTP packet loss

2012-09-07 Thread Ross Finlayson
> Thanks Ross. But actually, I DO want to build it into the product. Because > the product is portable, I want to be able to turn on the packet loss feature > in the field, and for multiple installations. I also want to things like > rearrange the packets so that they arrive in the wrong order

Re: [Live-devel] simulate RTP packet loss

2012-09-07 Thread Andy Stevens
>> I would like to simulate packet loss of RTP packets on the network, >> and I would like to use Live555 to do this. In fact, there already >> is some code in MultiFramedRTPSink (in the >> MultiFramedRTPSink::sendPacketIfNecessary() function) which is >> contained in a "TEST_LOSS" macro, and is

[Live-devel] Filestreaming

2012-09-07 Thread Meding, Matthias
Hi Ross, thank you for your quick reply. My second topic was (and still is): >> On client-side I use the method "MediaSubsession::getNormalPlayTime". All works fine for the first play-command. But after the send of a second play-command the method returns wrong values with the receive o

Re: [Live-devel] SVC multi streaming transmission of separate layers

2012-09-07 Thread Ross Finlayson
> Do you know a way to change the SETUPrtsp in your client code (openRTSP) to > indicate that the two track go to two different IP (interface) for example: > 4,0.002474,195.134.1.6,195.134.1.2,RTSP/SDP,Reply:RTSP/1.0200OK,withsessiondescription > 5,0.004125,195.134.1.2,195.134.1.6,RTSP,SETUPrtsp:/

[Live-devel] SVC multi streaming transmission of separate layers

2012-09-07 Thread jmdaa
Hi, In trying to solve a SVC multi streaming transmission of separate layers, using a standard MP4 container (i belive your server dont support this container). I manage to stream a mp4 container with two movie track on it, but to two different IP (using only one streaming server and two interf

[Live-devel] H.264 in MPEG-2 TS streams roughly at the start

2012-09-07 Thread Warren Young
We've been using live555MediaServer with MPEG-2 A/V in TS files successfully for quite some time now, but we are now experimenting with H.264 in TS. We've been unable to create files that stream as smoothly as our old MPEG-2 files. Here is my latest ffmpeg command attempt: ffmpeg -i original

[Live-devel] Possible bug (and fix)?

2012-09-07 Thread Звягинцев Антон
Hello. Don't know why but I cant post in my previous thread so I started another one. This is about the openrtsp/live555 problem on windows with the rtp over rtsp tcp channel. I've done some debugging and put additional debug output to live555 on incoming data handling. Take a look: :Ski

Re: [Live-devel] simulate RTP packet loss

2012-09-07 Thread Nikolai Vorontsov
Hello Andy, You better use the tool specifically designed for it: WanEm http://wanem.sourceforge.net/ There you can simulate packet loss, reordering, duplication, etc... Nikolai -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behal