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

How to add audio (jmuxer bransh) and stats ? #3

Open
VigibotDev opened this issue Feb 23, 2018 · 1 comment
Open

How to add audio (jmuxer bransh) and stats ? #3

VigibotDev opened this issue Feb 23, 2018 · 1 comment

Comments

@VigibotDev
Copy link

Hello,

I need to add low latency audio to my custom robot.
How I can add audio - can you add a sample in documentation ?

You can look the raspberry PI/PIC32 low latency robot web here : http://www.serveurperso.com:8080/
It use visio for H264 and work very well :)

Thanks,
Pascal

@Dregu
Copy link
Owner

Dregu commented Feb 23, 2018

Basically I have not yet added audio to the server side. I've tested some AAC streaming in audio only mode by running the server with the ADTS separator instead of h264 NAL separator (node index.js --separator=255,241,something,something) but there's no code to stream both atm. IIRC the client works perfecly, but the server isn't there. The jmuxer branch is a very recent experiment. I guess you could use separate servers for audio and video, and add a few lines for the audio on client side...

I'm currently experimenting with webrtc h264+opus with janus-gateway since webrtc support has landed in most browsers finally. I don't have anything to share right now.

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