Skip to content

Stream Chromium to your WinMobile.... PoC / Early-bird edition :)

License

Notifications You must be signed in to change notification settings

mediaexplorer74/Windows-Mobile-Browser-Streaming

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows-Mobile-Browser-Streaming V2.0.3

Screenshot1

It's my fork of very special Client-Server software to "run" Chromium on my windows phone .

Screenshots

Screenshot1 Screenshot2 Screenshot3

Current Status

  • New version (or "iteration") with minimal improvements (some try..catch blocks added only!)
  • Ready Targets: W10M ARM (min. os. build 15063) / Win10 or 11 (UWP)
  • Real dedicated server used with real ip and 8081 port connection allowed

TODO

  • do somthing special (improve streaming?)
  • ...

Few words from the author (PrayK)

"

Currently a proof of concept inspired by browservice.

This was hacked together in a few days, much of it is hardcoded & the code is pretty ugly (for now) but it works.

When it grows up it aims to be a usable modern browser for windows mobile devices that anyone can install on a PC (server) and have an up to date web browser on WP (client).

How to try

For now your phone and your server needs to be on the same network

  1. Download the latest release.
  2. Run the server app on your PC
  3. Open the client app on your phone, enter the IP of the server (your PC's local IP in ws://localip:8081 format) and click connect
  4. Navigate to a page or search using google

What works

  • 2 way communication with websockets and JSON
  • Render buffer forwarding to a UWP client
  • Navigation events from UWP client
  • Touch input events (only 1 for now) from UWP client

What's needed

  • Auto finding the server if on local connection (UDP discovery packets)
  • Easy&secure remote connections via tunnels (Ngrok, ZeroTier, serveo)
  • Auto scaling renderview based on screen resolution/rotation/UWP viewport
  • HiDPI
  • Multitouch
  • Text input (basic, still WIP)
  • Auto save the last server address
  • Faster rendering (GPU?)
  • Faster & smarter transport (chunking?, rawbytes?, SYN/ACK)
  • Configurable streaming quality (ondemand rendering?)
  • Audio playback forwarding
  • File uploads
  • File downloads
  • Camera & microphone
  • Notifications

What's needed after

  • Tabs
  • In Private/Incognito
  • Back/Forward
  • General browser stuff
  • Continuum support/verify

How can you help

  • XAML! I don't like XAML. If you are a seasoned UWP/XAML/Windows Phone developer feel free to suggest changes.
  • UWP peformance & memory management. Yes, C# has GC so one might as well use it but still. If you have any cool tips on how can I make the UWP app faster besides getting down the memory allocations let me know.
  • We need a real name for the project
  • Report issues you encounter on the GitHub page
  • I don't do much user-facing stuff, If you find this useful and have the time make guides/tutorials for the less tech-savy :)

"

References

::

As-is. No support. RnD only!

:

Media::Explorer 2023