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

RTMP streaming problem #1436

Open
Egho9 opened this issue May 8, 2024 · 2 comments
Open

RTMP streaming problem #1436

Egho9 opened this issue May 8, 2024 · 2 comments

Comments

@Egho9
Copy link

Egho9 commented May 8, 2024

Hi everyone.
RTMP stream dont work with my server. Through wireshark packet capture analysis, I found several problems with rtmp stream.After the rtmp push status is established, the device does not send setDataFrame to the server and in subsequent media data streams, only have aac data,no video data.The RTMP device does not have an AVC sequence header in the stream, so the encoding parameters of the video cannot be determined.
I check and maybe problem in AV_CODEC_FLAG_GLOBAL_HEADER .Find some info how slove it here https://stackoverflow.com/questions/77535076/problems-with-outputting-stream-format-as-rtmp-via-ffmpeg-c-api

@widgetii
Copy link
Member

widgetii commented May 8, 2024

What software is installed on your RTMP server?

@Egho9
Copy link
Author

Egho9 commented May 9, 2024

we use this https://github.com/nareix/joy4 ,many ip camera rtmp streamer can work on it , but your has that problems

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants