开发者

direct mp3 file-transfer from a Kiosk to a smartphone

开发者 https://www.devze.com 2023-04-08 03:49 出处:网络
I\'m building a Kiosk, using a MacMini and an Elotouch display. It would load a CoreAnimation based App. that plays multimedia content following user touch-based choices.

I'm building a Kiosk, using a MacMini and an Elotouch display. It would load a CoreAnimation based App. that plays multimedia content following user touch-based choices.

I'm in a early stage of the project. I can change the architecture/technology if needed.

I need that my Kiosk could also distribute mp3 content to Smartphones close t开发者_开发问答o it, wirelessly. For now I would like to support iOS and Android phones. I don't have any control on the smartphone side. The Kiosk is coin-operated (with time based session expiration) and connected to the web through a wifi network, managed by me.

Can you tell me a common, safe and simple way to accomplish this?

I thought to WebDav but I would like to explore alternatives, the simpler for the user-side the better.


If you have one-time/session-based URLs, displaying a QR code on your kiosk screen would be one way to get the download URL to the device (and invalidated after successful download/session expiration); this would require a QR code reader which neither iOS nor Android have built in, though, but many users have one.

Additionally, display the same URL that's encoded in the QR code using URL shortener service like bit.ly, goo.gl, etc. for the user to type in.

This way there's no set up for the user, no funny business with pushing data to the user (privacy/security concerns) and every smartphone does have a web browser.


The best way to accomplish this is by using OBEX Push and bluetooth. There are plenty of command-line tools to list all bluetooth devices nearby, and to do a file transfer to one of them.

The user would just need to activate bluetooth discovery on his cell phone, search for the phone on the kiosk, and select his phone.

Another alternative is mail. WebDAV is a bad idea, because the user will have to type in the address (cumbersome!).

A lot of photo kiosks are already using OBEX Push to receive photos from phones.

The easiest is to provide different types of usb cables: micro-usb, mini-usb... Almost all cell phones can be attached as a USB disk nowadays.

Summary: * OBEX Push * USB connect * Mail

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号