Closed felipecrs closed 1 year ago
Supported in master:
streams:
camera-video: rtsp://admin:123@192.168.1.12:554/Streaming/Channels/601#media=video
camera-audio: rtsp://admin:123@192.168.1.12:554/Streaming/Channels/601#media=audio
That's awesome!
I have some cameras which are actually CFTV and I take their stream from my Hikvision DVR. They don't have any microphone, but my DVR's RTSP output adds a blank PCMU audio track.
I'd like to discard them with something like #audio=0 (similar to
backchannel=0
):But instead I have to:
Which probably takes unnecessary CPU cycles as it has to spawn a ffmpeg process.