Xiaomi TV Stick Media Player - Xiaomi | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Xiaomi

Xiaomi TV Stick Media Player

SKU: PFJ4098EU
R 899.00
In Stock

Forget about cables, plug the Xiaomi Mi TV stick Media Player into any TV, monitor or projector with an HDMI port to turn it into a smart TV. It features a Quad-core Cortex-A53 CPU, 1080p output, Dolby and DTS surround sound as well as 5GHz Wi-Fi and bluetooth 4.2.

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

At less than 30g the Xiaomi Mi TV stick weighs no more than a cherry tomato and is small enough to easily fit in your pocket. Set up your Mi TV Stick in an instant. Just three easy steps to get going and you can start enjoying everything the Mi TV stick has to offer in no time! The Mi TV Stick is powered by Android TV 9.0 which supports voice search and Chromecast connecting you to a world of content. Catch up on your favourite TV shows, play games, watch the news or turn on the radio. The Mi TV Stick also recommends videos based on your personal YouTube and Google Play preferences! With a built-in Chromecast, you can easily cast videos and other content from your phone, tablet or laptop directly to your TV screen in 1080p. Mi TV Stick supports both DTS and Dolby multichannel HD audio decoding. The result is a smoother, dynamic, immersive and more realistic stereo surround sound during ultra HD Blu-ray video playback.

https://www.youtube.com/watch?v=vkK-Au5BNn4

FEATURES:

  • Portable Streaming Media Player
  • Powered by Android TV
  • Google Assistant & Smart Cast
  • Dolby & DTS surround sound
  • Stream Anywhere

SPECIFICATIONS:

  • Output Resolution: 1080P (1920×1080@60fps)
  • RAM: 1GB
  • CPU: Quad-core Cortex-A53
  • Storage: 8GB
  • GPU: ARM Mali-450
  • Operating System: Android 9.0
  • Wi-Fi: 802.11a/b/g/n/ac 2.4GHz/5GHz
  • Bluetooth: 4.2
  • Video decoder: VP9-10, H.265, H.264, VC-1, MPEG1/2/4, Real8/9/10
  • Video Format: RM, MOV, VOB, AVI, MKV, TS, MP4
  • Audio decoder: DOLBY, DTS
  • Audio Format: MP3, AAC, FLAC, OGG
  • Image decoder: JPG, BMP, GIF, PNG
  • Ports: HDMI x 1, Micro USB x 1
  • Colour: Black
  • Dimensions: 9.2 x 3 x 1.5 cm
  • Weight: 28.5 g

WHAT'S IN THE BOX:

  • Xiaomi Mi TV Stick Android 9.0 Media Player - Black x1
  • Remote control x1
  • Power adapter x1
  • User manual x1
Brand Xiaomi
Colour Black
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 12 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Xiaomi TV Stick 4K (2nd Gen) Media Player
Xiaomi

Xiaomi TV Stick 4K (2nd Gen) Media Player

R 1 199.00

In Stock

Xiaomi TV Stick HD (2nd Gen)
Xiaomi

Xiaomi TV Stick HD (2nd Gen)

R 999.00

In Stock

Xiaomi TV Stick 4K Media Player
Xiaomi

Xiaomi TV Stick 4K Media Player

R 1 099.00

Out of Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!