You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used example/rtsp_h264_file.cpp as an example, but I want the server to start sending data to connected clients with GOP (including SPS, PPS and I-FRAME). How can I do that?
Maybe I should skip the data until I find the packets I need, or somehow I can control the source/parser or connection for each client.
The text was updated successfully, but these errors were encountered:
I used example/rtsp_h264_file.cpp as an example, but I want the server to start sending data to connected clients with GOP (including SPS, PPS and I-FRAME). How can I do that?
Maybe I should skip the data until I find the packets I need, or somehow I can control the source/parser or connection for each client.
The text was updated successfully, but these errors were encountered: