Proxy with ONVIF back channel output #596
Replies: 1 comment
-
Hello, reading and proxying back channels has been implemented in #777. Examples are available here: https://github.com/bluenviron/gortsplib/blob/main/examples/server-play-backchannel/main.go |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
UPDATED:
I'm trying to make a RTSP Proxy which adds ONVIF backchannel audio to an existing RTSP stream.
The goal is to run this on a Raspberry Pi (with my RPOS ONVIF code) and send backchannel audio from CCTV software to the Proxy, which can pass the audio to the Pi audio hardware
I've made changes to gortsp lib and examples/proxy
https://github.com/rogerhardiman/gortsplib
Currently I can receive RTP audio from 'examples/client-play-backchannel' and can see RTP packets arriving in the Proxy example.
(in server.go)
If I open the steam from the proxy with ffplay, it causes gortsplib to crash
Please can someone check if I'm going about this the right way as I'd like to be able to contribute my changes back into the gortsplib project.
Many thanks
Roger Hardiman
Beta Was this translation helpful? Give feedback.
All reactions