obsproject / obs-websocket

Remote-control of OBS Studio through WebSocket
GNU General Public License v2.0
3.84k stars 704 forks source link

Feature Request: Video information in VLC video source #1066

Open matbcvo opened 1 year ago

matbcvo commented 1 year ago

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.