> On Aug 9, 2023, at 8:03 PM, Андрій Олексійович Радченко
> wrote:
>
> The problem isn't with the network, but with the likelihood that the client
> or even the network itself might glitch. Can we really expect a system that's
> working fine now to continue operating smoothly in the coming d
The problem isn't with the network, but with the likelihood that the client
or even the network itself might glitch. Can we really expect a system
that's working fine now to continue operating smoothly in the coming days?
And if such a glitch occurs, we get a closed stream instead of a recovery,
ev
> On Aug 9, 2023, at 6:14 PM, Андрій Олексійович Радченко
> wrote:
>
> Yes, but there is no answer why live555 has to close the stream when it can't
> send it over TCP.
The comments in the code for “sendDataOverTCP()” explain this very clearly:
// The blocking "send()" failed, or ti
Yes, but there is no answer why live555 has to close the stream when it
can't send it over TCP. Other servers, as I understand, don't do it. And
clients can recover from inconsistent data. So, maybe I misunderstood
something, but I see no reason for such behaviour. Can you please
explain it to me?
> On Aug 9, 2023, at 5:37 PM, Андрій Олексійович Радченко
> wrote:
>
> Hi. I use live555 to create server and client that stream and get video and
> audio respectively. I use RTP over TCP due to possible bad network. If use
> UDP instead of TCP then in some situations can't get I-frames of H
Hi. I use live555 to create server and client that stream and get video and
audio respectively. I use RTP over TCP due to possible bad network. If use
UDP instead of TCP then in some situations can't get I-frames of H264
stream and nothing is decoding, showing etc, I can't afford this in my
system.
Unfortunately, from your description, it’s not clear exactly what you’re trying
to do.
Note that our RTSP server implementation cannot stream from ‘MP4 files’.
Instead, H.265 (or H.264) video data has to be stored in an Elementary Stream
file (with filename suffix “.265” or “.264”, respectivel
Hi
I want to playback a mp4(H265) file in an embedded system.
I adopt live555 as a rtsp server.
PC(rtsp client) could use VLC with “rtsp:// 192.168.225.1:554/XXX” to playback
a mp4 file.
I could playback mp4(H264) well.
However, I encountered a problem while playbacking mp4(H265).
I parsed s