obs-websocket icon indicating copy to clipboard operation
obs-websocket copied to clipboard

Feature Request: Video information in VLC video source

Open matbcvo opened this issue 3 years ago • 0 comments

Feature Request Type

RPC Request

Feature Request Type (Other)

No response

Requested Feature

Request video information that VLC video source is currently playing - I need file name and path.

I have VLC video source that plays an playlist (different folders which contains a lot videos). I haven't found any request in obs-websocket documentation that would return that kind information.

GetInputSettings does not return that, only playlist (chosen folders which contains a lot videos). { playback_behavior: 'always_play', playlist: [ { hidden: false, selected: false, value: '//archiver/media/2022' } ] } GetMediaInputStatus also does not return that.

Requested Feature Usage Scenario

I want to create feature that users can report (by issuing command like !report ) when something is wrong with video (like audio sync issue, missing subtitles etc), then video information (file name and path) will be gathered and sent to me.

matbcvo avatar Dec 02 '22 15:12 matbcvo