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 am using libre to implement RTMP publish feature on my PC.
I prepared a H264 raw data array(Please check dummy_h264_frames.h.zip).
And I use for loop to send each frames.
My questions are
I split PPS, SPS, remove 0000001 and send it.
I split I frame, remove 0000001 and send it.
I split P frame, remove 0000001 and send it.
Anything wrong with above operation? Because I still can not get RTMP stream.
Please help. Thanks.
The text was updated successfully, but these errors were encountered:
Hi Master,
I am using libre to implement RTMP publish feature on my PC.
I prepared a H264 raw data array(Please check dummy_h264_frames.h.zip).
And I use for loop to send each frames.
My questions are
Anything wrong with above operation? Because I still can not get RTMP stream.
Please help. Thanks.
The text was updated successfully, but these errors were encountered: