Closed projetoarduino closed 3 years ago
Hey @projetoarduino
Instead of using stdin/stdout I would send RTP over loopback. See rtp-forwarder
If that example doesn't work for you please re-open or reach out via Slack thanks!
Hi @Sean-Der
I would like to thank you for the quick response
I want to use stdin for the sake of practicality in my project, using loopback doesn't seem right
maybe if you could show me a way so i can continue my journey
Transport is hard to do with audio/video over stdin unfortunately. You will have to put audio+video inside a container (webm) but that will add extra complexity.
I have done this a few times and loopback is the best way. It allows you to send multiple streams and is portable. You also aren't ever going to run out of ports. You can listen on anything in 127.0. 0.0 – 127.255.255.255
I'm trying to change the gstreamer-receive example to use ffmpeg, can someone tell me what I'm doing wrong because I don't hear any audio when I run the software