Alexey Vasilyev
Alexey Vasilyev
Looks like the same issue I have with IsoFile https://github.com/sannies/mp4parser/issues/284
In TODO list
Do you still have the problem with the latest 2.0.4 release? What RTSP camera model do you have?
H265 stream uses different NAL units. Some modifications needed. H265 support is in TODO list.
Can you enable Debug checkbox in demo app and dump stacktrace here?
You can use Android MediaMuxer class to copy all H264 and AAC stream into MP4 file without any reencoding. Do something like that. ``` @Override public void onRtspConnected(@NonNull RtspClient.SdpInfo sdpInfo)...
This is not a library issue. This is demo app issue. I will check that.
What exact camera model do you have?
I mean to what RTSP source are you trying to connect to?