Video Streaming Server With Multi-Protocol,Robust And Rich API
Location:Index Page  >  Document  >  Release Note

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.