Re: [Live-devel] RTSP server on live555 start send client on I-Frame (h264)

2024-02-27 Thread Ross Finlayson
> How can I make the new client start receiving data from the last GOP (SPS, > PPS and I-FRAME)? You can’t do this if you ever want to have more than one client playing/receiving the stream concurrently, otherwise your server would need to (somehow) arrange to send different data, at different

[Live-devel] RTSP server on live555 start send client on I-Frame (h264)

2024-02-27 Thread Худаев Илья
I wrote a simple RTSP server with a dummy realtime source. I used the ffmpeg library as a source for the encoder and wrote a class that encodes something all the time. I took most of the code from here