emsView
is an simple web application designed to monitor active streaming sessions on an Emby Media Server in real-time. As a Web App, it offers a user-friendly interface to display all ongoing streams, including detailed information like user data, played content, quality, and more.
- Real-Time Streaming Monitoring: Keep track of all active streams on your Emby Server as they happen.
- Detailed Stream Information: View details such as username, device, currently played content, stream quality, bitrate, and progress.
- Responsive Design: Optimized for both desktop and mobile devices.
- Ease of Use: Simple setup and intuitive interface for effortless operation.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP (for interfacing with the Emby Server API)
- Clone the repository to your web server.
- Configure
fetch_streams.php
to connect with your Emby Server.
- Input your Emby Server's API details and host information in
fetch_streams.php
. - Feel free to customize the design or features in the HTML, CSS, and JavaScript files.
Launch the application in a web browser. The homepage displays a list of all active streams, updated every 5 seconds to reflect the latest streaming data.
We welcome contributions! If you have suggestions for improvements or additional features, please don't hesitate to submit pull requests or open issues.
This project is licensed under the MIT License.