-
Notifications
You must be signed in to change notification settings - Fork 989
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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):
my_cam: "rtsp://admin:[email protected]:554/Streaming/Channels/601#audio=0"But instead I have to:
my_cam: "ffmpeg:rtsp://admin:[email protected]:554/Streaming/Channels/601#video=copy"Which probably takes unnecessary CPU cycles as it has to spawn a ffmpeg process.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request