marek-simonik / record3d-simple-wifi-streaming-demo

MIT License
15 stars 6 forks source link

How can I get the video data with my code #3

Open Daretowin opened 1 year ago

Daretowin commented 1 year ago

I want to get the video data(mp4 or the byte stream) with my own code(Python Webrtc). I can connect to the app and get the camera pose but the video data is not avaliable. I need your help. PS: I have bought the app with 48¥.

yusuf-wadi commented 1 year ago

same i am in the same situation

marek-simonik commented 1 year ago

@yusuf-wadi This issue seems to be a duplicate of https://github.com/marek-simonik/record3d-wifi-streaming-and-rgbd-mp4-3d-video-demo/issues/6 so I have answered this question in that issue.

Record3D streams video via WebRTC, therefore it should be possible to connect to Record3D's WebRTC video stream from any WebRTC framework of your choice, provided that you adhere to Record3D's specific requirements (read the comments in index.html to understand how to connect). Please note that you can only stream on a local Wi-Fi network. Attempting to connect to Record3D on your iPhone over the Internet will not work.

I recommend that you first test that WebRTC streaming works for you using this HTML/JS demo and only then (after you test that you can get a WebRTC stream via browser, meaning there are no connection issues) try to connect to Record3D via your WebRTC framework of choice. In addition to index.html, please do review also the README of this project.

P.S. If you would have difficulty with running the HTML/JS demos, take a look at this comment: https://github.com/marek-simonik/record3d-simple-wifi-streaming-demo/issues/2#issuecomment-1287568104