Skip to content

Discard audio track from source RTSP #198

@felipecrs

Description

@felipecrs

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions