Getting apk from the official store

I eventually managed to install plugin on my Theta x. And figured out, device should be on CL mode, note live mode.
Now can wirelessly stream to my local rtmp server by ffmpeg, although it is slower than youtube…
RTSP plugin is not working on X, need to try a different way to get live stream on low latency.

Thanks for sharing the link. I see it now.

How did you find the download link?

When I click on the icon below,
image

It goes to this link

https://support.theta360.com/en/download/

Which does not list the desktop app.

The link you provided does list the desktop app. I’m wondering how people find that link.

In the office we use the desktop app with Apple silicon. I used it with an M1 MacBook Air.

The RTSP plug-in source code is here:

You may be able to recompile it for the X using Android Studio.

If you connect the X to a small computer (like a Jetson Nano) with a USB cable, you can use ffmeg on the small computer to get the stream to your local RTMP server.

For example:

 ffmpeg -f lavfi -i anullsrc -f v4l2 -s 1920x960 -r 10 -i /dev/video2 \
-vcodec libx264 -pix_fmt yuv420p \
 -b:v 2500k \
-codec:a libmp3lame -ar 44100 -b:a 11025 -bufsize 512k \
-f flv rtmp://a.rtmp.youtube.com/live2/$SECRET_KEY

A few years ago, we used this to improve performance.

Paul Gullet saw a doubling of the framerate.

On your screenshot, there is a firmware link, click to firmware version list page Download - Firmware | RICOH THETA X
On this page there is a link to the basic app page

2 Likes

Thank you. That link is a little difficult to find. I hope other people find it.

I’ll raise this with some people that I know at RICOH. Thanks for your help tracking the link down.

Another issue is when I connect Theta X to my computer, I can not find device by adb devices. But I can see stream on my Mac with vlc. On ubuntu, lsusb can see the Theta X, but ./gst_viewer return error “Theta Not Found”. Do I need to set it to develop mode?

The THETA X does not need to be in developer mode. Are you running Ubuntu on x86 or something like an NVIDIA Jetson?

Do you have the THETA X mounted as a filesystem? Make sure it is not mounted.

@craig ,to be able to use adb on theta x I thought it’s required to put it into developer mode first…otherwise can’t install plugin via adb. Are you saying it works now without developer mode on theta x?

It needs to be in developer mode. The original poster indicated he applied for the dev program

thanks for decoding my question, it was full with typo’s, I could barely read it.