- Overview
- License
- Architecture
- System
- Performance
- Install
- Upgrade
- Uninstall
- Release Note
- Web Panel
- Config File
- Process
- Startup
- Shutdown
- Port
- Troubleshooting
- RTMP Push
- SRT Push
- SRT Pull
- UDP Push
- UDP Broadcast
- Source Stream
- Pull Stream
- Playback
- Forward
- SSL
- Snapshot
- UDP packet
- Record & NVR
- VOD
- GB28181
- WebRTC
- API
- Compare to Wowza
Dec-11,2024 released 发布 TiTopStreamer 1.0.90
Main updates:
1. Add support to push live stream from a mp4 File,support loop playback and schedule push task.
2. Add some key properties of SRT stream,Here is the.We referred to this article regarding these properties. https://github.com/Haivision/srt/blob/master/docs/API/API-socket-options.md
Oct-21,2024 released 发布 TiTopStreamer 1.0.86
Main updates:
1. Fix bug: insert PAT,PMT in the beginning of each TS recording file.
2. Improved the sync feature of recorded files, sync the directory of publish time of the remote server.
3. Improved the feature of export mp4 file from TS recording file, When you use the previous version, It maybe meet some exceptions when write av data to mp4 file.
Sep-12,2024 released TiTopStreamer 1.0.84
Main updates:
1. At startup, the speed of scanning recording files has been optimized to avoid unnecessary large amounts of logs.
2. On the interface, recording files can be retrieved and copied from other servers (for recording cluster scenes).
3. At startup, Change default behavior to disable the feature of Webrtc.
Sep-04,2024 released TiTopStreamer 1.0.81
Main updates:
1、Added support for FMP4 format for hls shift time playback.
2. Ignore exceptions when AMF data of RTMP stream encounters non UTF8 encoded characters.
June-11,2024 released TiTopStreamer 1.0.77
Main updates:
1. In the scenario where the HLS stream adopts fmp4 format, a configuration of "whether to merge audio and video together" has been added, through which the separation or merging of audio and video can be adjusted at any time.
2. Added the feature of importing recording files, which allows for importing recording files of a certain stream within a certain time range from another server (usually another TiTopStreamer server in the cluster).
3. Adjusted the configuration interface of GB28181 feature to make the configuration clearer.
April-22,2024 released TiTopStreamer 1.0.74
Main updates:
1. BANDWIDTH parameter has been added to m3u8 of the shift time HLS stream.
Mar-25,2024 released TiTopStreamer 1.0.73
Main updates:
1. Solved the stream forwarding issue of SRT in Listener mode, supporting playback terminals such as VLC, FFPlay, Vmix, OBS, etc
2. Improved compatibility with GB28181.
Nov-25,2023, released TiTopStreamer 1.0.68
Main updates:
1. supported fmp4 format in the HLS stream, The video and audio segments will use fmp4 format when you use "playlist_sfm4s.m3u8" as the extension the of hls url.
2. resolved across domain issue of webrtc signal interface.
3. resolved some compatibility issue of rtsp stream.
Oct-7,2023,released TiTopStreamer 1.0.61
Main updates:
1. add support to Webrtc protocol, You can push webrtc stream to TiTopStreamer,and playback webrtc stream from TiTopStreamer(transform anyother protocol(rtmp、rtsp、udp、srt、gb28181) to webrtc),and vice versa.
2. For the hls stream, When the variant stream happend or need to support session, We added the field of "BANDWIDTH" in the playlist file, for example:
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=847044
Sep-1,2023 released TiTopStreamer 1.0.58
Main updates:
1. merged the VOD feature to the TiTopStreamer, Before this, There is a independent product "TiTopVOD" for the VOD feature.
2. supported shift-time playback, You can watch the shift-time playback by add "?timeshift=xxx" to the normal hls url, where "xxx" refered to the backward time in milliseconds.
3. supported NVR playback, You can watch the nvr playback by add "?start_time=xxx&end_time=xxxx" to the normal hls url, where "xxx" refered to the start time or the end time.