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

Recording Format #71

Closed
pankajsaini1987 opened this issue Jan 13, 2022 · 1 comment
Closed

Recording Format #71

pankajsaini1987 opened this issue Jan 13, 2022 · 1 comment

Comments

@pankajsaini1987
Copy link

i am testing with h265 rtsp stream and i want to record video+audio in different formats like
.ts
.asf
.mp4
.avi
how i can do this recording audio+video both in the above mentioned formats.

@RogerHardiman
Copy link
Collaborator

Each file format needs a load of software to correctly make that file type with all the right data and payload contents.
That is too much for SharpRTSP to do (and it has been done by other libraries) so you have to look elsewhere for file writers.

In my own projects I have used ffmpeg (via a C# wrapper) to write .mp4 files.
I've also made Interop libraries around Google's open source MP4 writing library in the past and called it from C#

Roger

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

2 participants