: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
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 "
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
Спасибо!
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
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
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
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
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
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
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 "
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
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.
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
>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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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
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
_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
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:
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
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
>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
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
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,
.
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
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
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 @@
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
42 matches
Mail list logo