mirror of
https://github.com/Haivision/srt.git
synced 2026-07-04 15:07:49 +00:00
Remove legacy references to stransmit (#725)
* Remove legacy references to stransmit
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// NOTE: This application uses C++11.
|
||||
|
||||
// This program uses quite a simple architecture, which is mainly related to
|
||||
// the way how it's invoked: stransmit <source> <target> (plus options).
|
||||
// the way how it's invoked: srt-live-transmit <source> <target> (plus options).
|
||||
//
|
||||
// The media for <source> and <target> are filled by abstract classes
|
||||
// named Source and Target respectively. Most important virtuals to
|
||||
|
||||
@@ -125,7 +125,7 @@ into single network units with appropriate time intervals between them. This can
|
||||
be done by an application with explicit knowledge of the type of stream and how to
|
||||
transform it into time-divided single network transport units.
|
||||
|
||||
The `stransmit` application, or any other application that uses SRT for
|
||||
The `srt-live-transmit` application, or any other application that uses SRT for
|
||||
reading, should always read data in 1316-byte segments (network transport units) and
|
||||
feed each such unit into the call to an appropriate `srt_send*` function. The
|
||||
important part of this process is that these 1316-byte units appear at precise times
|
||||
|
||||
+2
-2
@@ -8,8 +8,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// This is a simplified version of stransmit, which does not use C++11,
|
||||
// however its functionality is limited to SRT to UDT only.
|
||||
// This is a simplified version of srt-live-transmit, which does not use C++11,
|
||||
// however its functionality is limited to SRT to UDP only.
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
+1
-1
@@ -27,5 +27,5 @@ if [[ -z $SRCLOC ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
$DIRNAME/stransmit "$1" file://con/ | ffplay -
|
||||
$DIRNAME/srt-live-transmit "$1" file://con/ | ffplay -
|
||||
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
scripts/srt-ffplay
|
||||
@@ -11,7 +11,7 @@
|
||||
// NOTE: This application uses C++11.
|
||||
|
||||
// This program uses quite a simple architecture, which is mainly related to
|
||||
// the way how it's invoked: stransmit <source> <target> (plus options).
|
||||
// the way how it's invoked: srt-test-live <source> <target> (plus options).
|
||||
//
|
||||
// The media for <source> and <target> are filled by abstract classes
|
||||
// named Source and Target respectively. Most important virtuals to
|
||||
|
||||
Reference in New Issue
Block a user