You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add synchronizing media streams function. This is a unique feature for the project and can attract users like OBS.
This is already implemented in RTP.
SRT?, RTMP? implementation is necessary.
Larix Broadcaster (aka mobile obs) streaming client has added a feature to send NTP timestamps for all supported streams:
Insert SEI time metadata and specify NTP server, this allows synchronizing streams on server side. https://softvelum.com/timesync/
RTP - Synchronizing media streams:
Implementation of NTP is not required to use RTP...
However, if NTP timestamp implemented in RTCP, it can be used to synchronize media streams even from different host...
https://gist.github.com/simonkim/a9a3aa4f1ca04448c64212b3b079d107
Synchronizing Streams via SRT:
Some SRT encoders like new JVC-cams , Haivision-encoder and software encoder LarixBroadcaster (iPhone/Android) can do this:
synchronize internal clock by time-server (usually by NTP protocol).
It means all encoders have one clock:if one camera has time 11:59:59 then other cameras have same time.
send this time inside encoded feed (SEI metainfo)
Please add synchronizing media streams function. This is a unique feature for the project and can attract users like OBS.
This is already implemented in RTP.
SRT?, RTMP? implementation is necessary.
Larix Broadcaster (aka mobile obs) streaming client has added a feature to send NTP timestamps for all supported streams:
Insert SEI time metadata and specify NTP server, this allows synchronizing streams on server side.
https://softvelum.com/timesync/
RTP - Synchronizing media streams:
Implementation of NTP is not required to use RTP... However, if NTP timestamp implemented in RTCP, it can be used to synchronize media streams even from different host... https://gist.github.com/simonkim/a9a3aa4f1ca04448c64212b3b079d107Synchronizing Streams via SRT:
Some SRT encoders like new JVC-cams , Haivision-encoder and software encoder LarixBroadcaster (iPhone/Android) can do this:
synchronize internal clock by time-server (usually by NTP protocol).
It means all encoders have one clock:if one camera has time 11:59:59 then other cameras have same time.
send this time inside encoded feed (SEI metainfo)
Haivision/srt#2044 (comment)
https://manpages.ubuntu.com/manpages/focal/man1/srt-multiplex.1.html
The text was updated successfully, but these errors were encountered: