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

Cannot demux MP4 files in H265 format #32

Open
huangzhiyou-github opened this issue Feb 10, 2022 · 3 comments
Open

Cannot demux MP4 files in H265 format #32

huangzhiyou-github opened this issue Feb 10, 2022 · 3 comments

Comments

@huangzhiyou-github
Copy link

Hi, lieff:
I want to demux MP4 files in H265 compressed format, but I found that it doesn't work, even though the MP4 files I use are generated by itself. I tracked it down and found that after opening the file with MP4D_open, the dsi information is empty. Can you provide some advice, thanks very much.

@huangzhiyou-github
Copy link
Author

Can you help me with some advice, thanks. @lieff

@roleoroleo
Copy link

Same problem here.
Please help.

@fatalfeel
Copy link

fatalfeel commented Jan 6, 2023

research nal how to put just like rtp packet of rtsp
int H264File::ReadFrame(char* in_buf, int in_buf_size, bool* end)
int H265File::ReadFrame(char* in_buf, int in_buf_size, bool* end)
https://github.com/fatalfeel/rtsp_server/blob/master/example/rtsp_h264_file.cpp
https://github.com/fatalfeel/rtsp_server/blob/master/example/rtsp_h265_file.cpp

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

3 participants