https://github.com/pkoretic/streamingester
multicast stream recorder (mpeg ts) written in qt
https://github.com/pkoretic/streamingester
Last synced: about 1 month ago
JSON representation
multicast stream recorder (mpeg ts) written in qt
- Host: GitHub
- URL: https://github.com/pkoretic/streamingester
- Owner: pkoretic
- License: mit
- Created: 2015-04-25T20:46:04.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T21:50:53.000Z (about 11 years ago)
- Last Synced: 2026-04-26T01:09:37.141Z (3 months ago)
- Language: C++
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StreamIngester
multicast stream recorder written in qt
it is normally used to capture multicast transport streams (mpeg ts) to files
## building
git clone https://github.com/pkoretic/StreamIngester.git
cd StreamIngester
qmake .
make -j4
## usage
streamingester [rpc_port=1338] [media_dir=/media] [interface_name - omit for any]
streamingester 1338 /media/recordings eth0
streamingester 1338 /media/recordings
## json rpc interface
**method** : addChannel
**params** : [channelUid, streamType [ unused - deduced from packet size], address, port]