https://github.com/rgl/vlc-rtsp-server
Use the VLC RTSP server to stream a MP4 file
https://github.com/rgl/vlc-rtsp-server
rtsp rtsp-server
Last synced: 2 months ago
JSON representation
Use the VLC RTSP server to stream a MP4 file
- Host: GitHub
- URL: https://github.com/rgl/vlc-rtsp-server
- Owner: rgl
- Created: 2023-07-01T11:40:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T07:44:41.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T11:56:53.173Z (4 months ago)
- Topics: rtsp, rtsp-server
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
**WARNING this is not working.**
Use the VLC RTSP server to stream a MP4 file.
As an alternative, you can use https://github.com/rgl/mediamtx-rtsp-server.
# Usage (Ubuntu Desktop 22.04)
Install VLC:
```bash
# remove the debian/ubuntu package.
# NB it does not support RTSP due to live555 licensing concerns.
sudo apt-get remove -y --purge 'vlc*'
# install the snap package.
sudo snap install vnc
hash -r
```Start the RTSP server:
```bash
./server.sh
```In another shell, start the VLC RTSP client:
```bash
./client.sh
```