Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use rtmp_send_video to publish H264 frame? #246

Open
Psychesnet opened this issue May 20, 2020 · 0 comments
Open

How to use rtmp_send_video to publish H264 frame? #246

Psychesnet opened this issue May 20, 2020 · 0 comments

Comments

@Psychesnet
Copy link

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

  1. I split PPS, SPS, remove 0000001 and send it.
  2. I split I frame, remove 0000001 and send it.
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant