You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I would like to discard the inbound audio of my Dahua VTO:
streams:
vto_audio:
# AAC, OPUS
- echo:/config/scripts/fix_vto_codecs.sh ffmpeg:rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=1#audio=copy#audio=opusvto:
# H264
- echo:/config/scripts/fix_vto_codecs.sh rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0&unicast=true&proto=Onvif#media=video#backchannel=1# AAC, OPUS
- rtsp://127.0.0.1:8554/video_porteiro_audio?audio=all
Note I'm using #media=video#backchannel=1 in the RTSP URL. That is because I want to discard audio from that stream, but I still want backchannel and video from it.
However, what happens is that #media=video discards all audio tracks, including the backchannel one.
I believe the best would be to NOT discard the backchannel track if #backchannel=1.
The text was updated successfully, but these errors were encountered:
For example, I would like to discard the inbound audio of my Dahua VTO:
Note I'm using
#media=video#backchannel=1
in the RTSP URL. That is because I want to discard audio from that stream, but I still want backchannel and video from it.However, what happens is that
#media=video
discards all audio tracks, including the backchannel one.I believe the best would be to NOT discard the backchannel track if
#backchannel=1
.The text was updated successfully, but these errors were encountered: