Open trezorg opened 2 years ago
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?
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?