xtream-rust 0.1.4 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -35
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xtream-rust",
3
- "version": "0.1.4",
3
+ "version": "0.2.0",
4
4
  "description": "Fast, lightweight, cross-platform IPTV player with Xtream Codes API support",
5
5
  "keywords": [
6
6
  "iptv",
package/readme.md CHANGED
@@ -26,41 +26,7 @@ A fast, lightweight, cross-platform IPTV player with Xtream Codes API support bu
26
26
 
27
27
  ## Screenshots
28
28
 
29
- ```
30
- ┌─────────────────────────────────────────────────────────────────┐
31
- │ Xtreme IPTV Player - Rust Edition │
32
- ├─────────────────────────────────────────────────────────────────┤
33
- │ Server: [http://example.com:8080 ] [Login] [📚 Address Book]│
34
- │ User: [username] Pass: [••••••••] │
35
- ├─────────────────────────────────────────────────────────────────┤
36
- │ 🎬 Player: [vlc ] [📁] | 📶 Connection: [Normal] (5s) │
37
- │ ☑ HW Acceleration │
38
- ├─────────────────────────────────────────────────────────────────┤
39
- │ [📺 Live TV] [🎬 Movies] [📺 Series] [⭐ Favorites] │
40
- ├─────────────────────────────────────────────────────────────────┤
41
- │ Categories │ Channels │
42
- │ ────────────────── │ ──────────────────────────────────── │
43
- │ > Sports │ ⭐ ESPN HD │
44
- │ > News │ ⭐ CNN International │
45
- │ > Entertainment │ BBC World News │
46
- │ > Kids │ Discovery Channel │
47
- │ > Movies │ National Geographic │
48
- └─────────────────────────────────────────────────────────────────┘
49
- ```
50
-
51
- ## Comparison: Rust vs Other IPTV Players
52
-
53
- | Feature | Xtreme IPTV (Rust) | Typical Electron App | Native C++ App |
54
- |---------|-------------------|---------------------|----------------|
55
- | **Binary Size** | ~4 MB | ~150+ MB | ~10-20 MB |
56
- | **RAM Usage** | ~30-50 MB | ~200-500 MB | ~50-100 MB |
57
- | **Startup Time** | <1 second | 3-5 seconds | 1-2 seconds |
58
- | **CPU Idle** | <1% | 2-5% | 1-2% |
59
- | **Dependencies** | None (standalone) | Node.js, Chromium | Various libs |
60
- | **Cross-platform** | ✅ Single codebase | ✅ Single codebase | ❌ Per-platform |
61
- | **Memory Safety** | ✅ Guaranteed | ✅ (JS runtime) | ❌ Manual |
62
- | **HW Acceleration** | ✅ GPU decoding | ⚠️ Varies | ✅ GPU decoding |
63
- | **No Console Window** | ✅ Windows | ✅ | ⚠️ Varies |
29
+ <img width="1245" height="710" alt="xtremeip-screen" src="https://github.com/user-attachments/assets/3fd6b91f-9925-49bc-9476-78e58d0648e1" />
64
30
 
65
31
  ## Supported Platforms
66
32