Closed wes1993 closed 3 weeks ago
It actually returns audio but you have to demux it from the stream. See my .NET Core implementation of this
Which is based on the same Gist https://gist.github.com/maxious/c8915a436b532ab09e61bf937295a5d2#file-stream-socket-py
Since my proxy app works with a single socket, and I am not an expert in audio/video streaming, I just left it as is. I would assume some multiplexing into a standard format would be required so that the proxy would act as a media stream server compatible with HTML5 etc. I also believe I tried to do it using ffplay
configuration + what is now implemented in the app, but in the end I don't remember if that worked. 🤷🏻♂️
Thanks a lot for your reply!! I have found some other information on this, also substream mainstream etc, I have also found a way to change the audio from G711 to AAC, do you have telegram? I really want to create some wonderful proxy for this Chinese cam ;)
P.S. do you think that using AAC also need decode?
I've stopped using this camera and will archive the project.
Hello, thanks a lot for your server, there is a way to also capture the audio?
some useful info:
Again thanks Stefano