We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I see here
https://github.com/deepch/RTSPtoWSMP4f/blob/master/stream.go#L44
that the audio is turned off.
If I turn it out to false, I hear AAC sound in my browser. But in case PCM audio format I see message
muxer.WriteHeader fmp4: codec type=PCM_MULAW is not supported
and I even do not see video.
Is it supported to show only video stream in case of unsupported audio codecs?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see here
https://github.com/deepch/RTSPtoWSMP4f/blob/master/stream.go#L44
that the audio is turned off.
If I turn it out to false, I hear AAC sound in my browser.
But in case PCM audio format I see message
muxer.WriteHeader fmp4: codec type=PCM_MULAW is not supported
and I even do not see video.
Is it supported to show only video stream in case of unsupported audio codecs?
The text was updated successfully, but these errors were encountered: