Control API MediaSource.Pause & MediaSource.Play issue

jasonh77tw

New Member
Hi
I try to use Android Apps like OBS Controller and OBS Blade to remote control OBS.
I can successfully switch the scenes with both OBS Controller and OBS Blade, but got problem when I try to pause & replay the video.
The issues are various, some videos can pause and stop, but not replay (after pause), some videos don't respond any of MediaSource command.

MediaSource commands don't have records in log files, so I guess the log files are also useless.

Thank you very much

Regards,
Jason Huang
 

PaiSand

Active Member
You should ask to the creator of OBS controller or OBS blade about the issue you have.
This forums are for general OBS support.
 

jasonh77tw

New Member
OBS controller and OBS Blade have identical result on these API, so I think this might be issue of OBS itself.
Is there a document about websocket API? Maybe it is somewhere deeply in the website ^^;
If I can get the document, maybe I can try to write a program to test if it's a common problem (MediaSource.xxxx commands)
 

PaiSand

Active Member
Isn't deep:
 

Suslik V

Active Member
obs-websocket protocol v5.x.x:
Source code:
 
Top