Re: [Live-devel] HLSProxy

2021-08-11 Thread Andrey Shvyrkin
:23, Ross Finlayson wrote: On Aug 11, 2021, at 4:15 AM, Andrey Shvyrkin wrote: Thanks for answers. I'm using EventTrigger to exit the event loop at any point in time by changing the value of the watch variable. And then I use the previously presented code to close the session and free m

Re: [Live-devel] HLSProxy

2021-08-11 Thread Andrey Shvyrkin
Ross Finlayson Live Networks, Inc. http://www.live555.com/ <http://www.live555.com/> -- С уважением, Андрей Швыркин Начальник группы "Технологии анализа движения и видеонаблюдения" ФГУП "ГосНИИАС" Моб.: +7 903 135-10-63 Best regards, Andrey Shvyrkin Head of group "

[Live-devel] HLSProxy

2021-08-10 Thread Andrey Shvyrkin
cheduler; When is it correct to call Medium::close(transportStream)? -- С уважением, Андрей Швыркин Начальник группы "Технологии анализа движения и видеонаблюдения" ФГУП "ГосНИИАС" Моб.: +7 903 135-10-63 Best regards, Andrey Shvyrkin Head of group "Technologies of v

Re: [Live-devel] bug in RTCPInstance::processIncomingReport (RTCP.cpp)

2016-11-17 Thread Andrey Filippov
Спасибо! On Thu, 17 Nov 2016 02:46:56 -0800 Ross Finlayson wrote Frederik, Thanks for the report. Your test program helped a lot. There was a bug in the handling of RTCP “APP” (sub)packets. I’ve just installed a new version (2016.11.17) of the “LIVE555 Stream

Re: [Live-devel] "RTSP-over-TCP" error

2015-02-10 Thread Andrey Shvyrkin
Thanks for the reply. When I using RTP-over-UDP streaming is no such problem. However, when playing a stream sometimes appear friezes. I found this same problem in mailing list (/Fri Dec 19 19:31:41 PST 2014/). I understand that change source code precludes further support, but the proposed sol

[Live-devel] "RTSP-over-TCP" error

2015-02-09 Thread Andrey Shvyrkin
I compiled the latest (2015.02.05) source code for the client ("openRTSP") and the server ("testOnDemandRTSPServer") for Windows platform. Then I tested applications on two Windows versions (Windows 7 and 8), start the "openRTSP" client with and without parameter "-t". On Windows 8 everything w

[Live-devel] live555 Media Server on Windows 7

2015-02-05 Thread Andrey Shvyrkin
Hi, Ross. I use your library for the transmission of the video stream in real time. OpenRTSP Client reading the server stream via RTP-over-TCP. On Windows 8 packets correctly received, but on Windows 7 after some time the packet receiving hangs. I encoded h264 file with fullhd resolution and bi

Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
Sorry, it's my issue, i passed an empty string in "sendGetParameterCommand" as "parameterName", now I pass the null parameter. VLC no longer disconnects. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo

Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
04.04.2014 8:09, Ross Finlayson ?: The problem here is that VLC - when run as a RTSP server - is not standards compliant. It should be listening to incoming RTCP "RR" packets from the client, and using them to tell it that the client is still alive. (Note that VLC's RTSP server implementa

Re: [Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
03.04.2014 20:02, Ross Finlayson ?: Hi, Ross. I'm using VLC for creating rtsp stream. The problem is that the built testRTSPClient app starts playing the stream, but about every 40 seconds, the client loses its connection and calls subsessionByeHandler function. If the client is calling "

[Live-devel] VLC RTSP Server and live555 testRTSPClient app

2014-04-03 Thread Andrey Shvyrkin
Hi, Ross. I'm using VLC for creating rtsp stream. The problem is that the built testRTSPClient app starts playing the stream, but about every 40 seconds, the client loses its connection and calls subsessionByeHandler function. ___ live-devel mailing l

Re: [Live-devel] Jerks when playing h264 stream

2013-08-06 Thread Andrey Shvyrkin
06.08.2013 12:17, Ross Finlayson ?: It is worth noting that the VLC player plays the stream without jerks. That's good news, because VLC - like your application - also uses the "LIVE555 Streaming Media" code, and FFMPEG. That gives you working code that may help you solve your problem.

[Live-devel] Jerks when playing h264 stream

2013-08-05 Thread Andrey Shvyrkin
Hi, Ross. When developing a client application to display the rtsp stream, I ran into a problem when decoding h264 stream. As I am using ffmpeg decoder. I get a SDP description, parses on the SPS and PPS nal units, adding start codes and direct input to the decoder. Each received nal unit I a

Re: [Live-devel] Streaming over TCP crashing

2013-07-31 Thread Andrey Shvyrkin
>I have now installed a new version - 2013.07.31 - of the code that should fix your problem this time. Thank you for your promptness, Ross. Now the error no longer occurs. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live

Re: [Live-devel] Streaming over TCP crashing

2013-07-30 Thread Andrey Shvyrkin
24.07.2013 10:57, Ross Finlayson ?: Andrey, Thanks for the report. I have reproduced the problem, and am currently working on a solution. Stay tuned... Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list

Re: [Live-devel] Streaming over TCP crashing

2013-07-23 Thread Andrey Shvyrkin
I should add that in version 06.04.13 of this problem is not observed. I also have to add that the testRTSPClient crashes when in the "shutdownStream" function instead "exit(exitCode);" of the substitute "eventLoopWatchVariable = 1;". 23.07.2013 12:24, Andr

[Live-devel] Streaming over TCP crashing

2013-07-23 Thread Andrey Shvyrkin
Hi, Ross. I rebuilt live555MediaServer from the latest source from 2013.07.16. I have a problem when playing back on stream TCP. Immediately after playing the file until the end is falling and the client and the server. If you set the playing time (that is, not until the end of the file), then

Re: [Live-devel] windows winsock error 10038

2013-06-29 Thread Andrey
Thank you, Ross. Error no longer occurs. 30.06.2013 2:20, Ross Finlayson ?: Andrey, Thanks again. I think (but am not yet 100% sure) that I've found and fixed the problem. Please replace your copy of "RTPInterface.cpp" with this one, and let me know (with debugging out

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

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

Re: [Live-devel] MilestoneXProtect playing problem

2013-06-18 Thread Andrey
18.06.2013 12:09, Andrey пишет: Unfortunately I have a week waiting for a response from the Milestone, but it is not. What if I use the reclamationTestSeconds = 0 when creating RTSPServer. In theory this should solve the problem. If I set reclamationTestSeconds = 0, the session with the

[Live-devel] MilestoneXProtect playing problem

2013-06-18 Thread Andrey
Unfortunately I have a week waiting for a response from the Milestone, but it is not. What if I use the reclamationTestSeconds = 0 when creating RTSPServer. In theory this should solve the problem. ___ live-devel mailing list live-devel@lists.live555.c

[Live-devel] windows winsock error 10038

2013-06-18 Thread Andrey
Thanks for the quick reply. However, the error occurs even if the test code testOnDemandRTSPServer reuseFirstSource set to True. I have not changed anything in the code, except the reuseFirstSource. The error occurs on the socket fClientInputSocket of RTSPServer.cpp. Closing the socket occurs a

[Live-devel] windows winsock error 10038

2013-06-17 Thread Andrey
Hi, Ross. I am compelled to write again from the already overexposed challenge posed SingleStep (). After a call to select () the invalid socket error occurs. It occurs in multiple-connected disabled client to the server, and the server will eventually fall. I know that you can override interna

Re: [Live-devel] Get a buffer from a sink

2012-02-24 Thread Andrey Filippov
Ross, We'll look into this problem. Thanks for the explanations. Andrey On Fri, Feb 24, 2012 at 8:57 AM, Ross Finlayson wrote: > Your email indicates a lot of confusion, and a lot of unnecessary flailing > around.  It's better to ask questions one-at-a-time, in chronological

[Live-devel] H.263+

2008-05-05 Thread Andrey Latin
w correct, without errors! wbr, Andrey Latin Elphel Team ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] VLC and stb don't play "trick play" streams

2008-04-24 Thread Karlov Andrey
Tech support from Amino =) It another story ... long unhappy story =) I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo

[Live-devel] VLC and stb don't play "trick play" streams

2008-04-23 Thread Karlov Andrey
cture. Ross, could you tell please, how can I reduce fps in fast forward stream? For example, I want to stream 5-10 fps (I-frames per second) stream. It must reduce bitrate of fast forward stream. I'm very thankfull to your help! Sorry for awful English =) Kar

[Live-devel] multiplex mpeg2 audio and mpeg2 video streams into one mpeg2 SPTS

2008-03-17 Thread Karlov Andrey
seen the MPEG1or2Demux and MPEG2TransportStreamFromPESSource objects. How can I use it? Will not I have problem with synchronization? I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey. ___ live-devel mailing list live-

[Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread Karlov Andrey
indeed I need several multicast streams from one source, not unicas, not on demand ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] is it possible to stream one file to several IP addresses?

2008-02-07 Thread Karlov Andrey
How can I add several "RTPSink" or "UDPSink" objects to testMPEG2TransportStreamer? ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] working with MJPEG streams with frame width > 2040 (and even 2048) pixels.

2007-11-22 Thread Andrey Filippov
_id=555832) - can you please take a look at it ? Andrey ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] reading from MPEG encoder

2007-10-04 Thread Karlov Andrey
so fast to cause block live555 program while waiting readed bytes? Can you help me to solve this problem? I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey. ___ live-devel mailing list live-devel@lists.live555.com http:

[Live-devel] what is the function "Boolean isSpecialStreamId(unsigned char stream_id)" doing ?

2007-09-19 Thread Karlov Andrey
Please explain me, for what using the function: "Boolean isSpecialStreamId(unsigned char stream_id)"? Why this function always return "TRUE" whan we use program "testMPEG1or2ProgramToTransportStream"? This function defined in "MPEG1or2Demux.cpp" and it's code: Boolean MPEGProgramStreamParser

[Live-devel] is it possible to change PTS, DTS, PCR in stream?

2007-09-11 Thread Karlov Andrey
For example when we covert Program Stream to Transport Stream in "testMPEG1or2ProgramToTransportStream" is it possible to change another time base and replase PTS, DTS, PCR? if any means allowing realize that opportunity? ___ live-devel mailing list

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
>OK, try adding the following, after the call to "fread()" (line 138) >in "ByteStreamFileSource.cpp": > if (fFrameSize == 0) { > handleClosure(this); > return; > } > >Please let us know if that works for you. (If so, I'll add it to the >next source code

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
but we haven't! in first mail I have explained why. This is because we check for EOF only before reading! Then we read next time, we before check for EOF, but there's no EOF state and we try to read, and of course we read 0 bytes, but now we have EOF state =) and it's handled not here, as it s

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
Ok, I agree with you in that case. But that about first case? Sometimes it's happens =) For example I have file with size 6011488 bytes. 6011488 = 4568*1316=4568*(7*188) <--it's correct transport stream file, but then we read last portion of this file: fFrameSize = fread(fTo, 1, fMaxSize,

[Live-devel] some problems with ByteStreamMultiFileSource

2007-09-10 Thread Karlov Andrey
. But I think that it isn't the most right way What can you adwise? I'm very thankfull to your help! Sorry for awful English =) Karlov Andrey. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] using testMPEG2ProgramStreamToTransportStream for streaming mpeg2 PS files

2007-08-13 Thread Karlov Andrey
I want to stream mpeg2 Program Stream files by converting in a transport stream in run time I have tried to use "testMPEG1or2ProgramToTransportStream". I have replaced "FileSink" with "MPEG2TransportStreamFramer" filter + "BasicUDPSink". It works, but a sometimes picture began to shake and it's

Re: [Live-devel] Problem in sending PAUSE and then PLAY request in openrtsp

2007-07-24 Thread Andrey Kaminsky
EGHeader); - if (fragmentationOffset == 0 && source->qFactor() >= 128) { + if (source != NULL && fragmentationOffset == 0 && source->qFactor() >= 128) { // There is also a Quantization Header: u_int8_t precision; u_int16_t length; @@ -108,7 +110,7 @@

Re: [Live-devel] Problem in sending PAUSE and then PLAY request in openrtsp

2007-07-24 Thread Andrey Kaminsky
etResponse -> getResponse1 -> (pause/resume okey) OR incomingRequestHandler -> incomingRequestHandler1 -> getResponse1 -> you are blocked in select Regards Andrey Kaminsky ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel