kclyu / rpi-webrtc-streamer

This repo's objective is providing something like Web Cam server on the most popular Raspberry PI hardware. By integrating [WebRTC](https://webrtc.org/native-code/) and Raspberry PI, we can stream the Raspberry camera feed to browser or native client which talks WebRTC.
Other
627 stars 108 forks source link

RPI Audio Streaming? #1

Closed frogg closed 7 years ago

frogg commented 7 years ago

First of all, great project! I was wondering if it is also possible to transfer audio streams using WebRtc on the Raspberry PI using your framework. I couldn't find anything related to audio streaming in your documentation.

kclyu commented 7 years ago

Thank you for your praise. Basically, the audio part is supposed to use the linux support part of the webrtc native code, and expect that the webrtc native linux code will work if there is no big problem. The audio part is going to be scheduled after some other high priority parts (TCP direct channel, websocket supports, video stream QoS) have progressed.

kclyu commented 7 years ago

Please refer to the this README_audio.md