Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-06-27 Thread Peng
sorry, forget editing the title. On 06/28/2013 09:07 AM, live-devel-requ...@ns.live555.com wrote: Note the file "ChunMyung1.ts". This file was created by applying 'trick play' to the original file, with a scale factor of 1 - i.e., by running: testMPEG2TransportStreamTrickPlay Chu

Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-06-27 Thread Markus Schumann
The file has a number of problems. Here a log output from a TS checker for file ChunMyung1.ts. ErrorTotal count Description of last error PID of last error

Re: [Live-devel] Full HD Contents. trickplay question (with VLC)

2013-06-27 Thread Ross Finlayson
> I had already conducted a test with VLC Media Player before testing with STB. > (VLC v.2.0.6 and VLC v2.0.7) > > As you can see original file, 2x file is not animated as original file and 4x > file is somehow animated but looks quite unnatural. > Could you please check it out again? Yes, I s

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

Re: [Live-devel] RTSP client and SiliconDust HDHomeRun Prime

2013-06-27 Thread Yaobing Deng
On 6/27/2013 2:37 AM, live-devel-requ...@ns.live555.com wrote: -- Message: 1 Date: Wed, 26 Jun 2013 10:16:54 -0700 From: Ross Finlayson To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTSP cli

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

[Live-devel] Adding Support of FLV container in LIVE555 (version 0.78)

2013-06-27 Thread Somesh Pathak
Hi, I am trying to add support for FLV streaming in Live555(Version 0.78), I have been taking MPEG1or2 as reference and have understood the basic architecture. The problem is inspite of doing all that I couldn’t get the steps which should be performed for successful addition of FLV container suppo

Re: [Live-devel] The option '-R' About openRTSP

2013-06-27 Thread Ross Finlayson
> However, when we run this program ,the ”-R” option can not be used. Does running openRTSP -R not work for you? Then you may be using an old version of the software. Ensure that you are using the latest version of the software. See http://www.live555.com/liveMedia/faq.html#lat

Re: [Live-devel] windows winsock error 10038

2013-06-27 Thread Andrey
It is important to note that the error occurs on the socket fClientInputSocket and the socket when using the TCP, for UDP is not an issue. 27.06.2013 11:24, Andrey пишет: Hi, Ross. I was able to simulate error WINSOCK 10038. To do this, RTSP client must ask the server to send the stream. Ac

Re: [Live-devel] windows winsock error 10038

2013-06-27 Thread Andrey
Hi, Ross. I was able to simulate error WINSOCK 10038. To do this, RTSP client must ask the server to send the stream. Accordingly, you should set REQUEST_STREAMING_OVER_TCP to True. Then you need to properly shut down the client, without sending the command TEARDOWN. Maybe a few times. And the