Question / Help Using Sony Alpha camera in OBS without HDMI capture device

kimbrasil

New Member

Hi everyone, I'd a bit of difficult to do it and I'm here to share my findings.

I'm making my first tutorial on how to use Sony Alpha cameras to use with OBS, can also be used for other porpouses but I'm showing how to make livestream with alpha without using any HDMI grabber, need only wifi. Soon as possible I will write the tutorial, but anyone is free to do it.

Sorry my bad english pronounce.

Contents of the .m3u file:
__________

#EXTM3U
#EXTVLCOPT:network-caching=100
http://192.168.122.1:8080/liveview/liveviewstream
__________

download the .m3u here https://ufile.io/9b28b

Commands to add to Restlet Client
__________

1
POST http://192.168.122.1:8080/sony/camera
{"method": "getAvailableApiList","params": [],"id": 1,"version": "1.0"}

2
POST http://192.168.122.1:8080/sony/camera
{"method": "startRecMode","params": [],"id": 1,"version": "1.0"}

3
POST http://192.168.122.1:8080/sony/camera
{"method": "getAvailableApiList","params": [],"id": 1,"version": "1.0"}

4
POST http://192.168.122.1:8080/sony/camera
{"method": "startLiveview","params": [],"id": 1,"version": "1.0"}
 
Top