mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
crtmpserver: fix multiple issues
- Switch download to the Github clone of crtmpserver - Rebase patches against latest version - Pregenerate version.h file - Disable applestreamingclient as it is broken Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
-- It is optional. If not specified, it will be defaulted to:
|
||||
-- <rootDirectory>/<name>/mediaFolder
|
||||
- -- mediaFolder="/some/directory/where/media/files/are/stored"
|
||||
+ mediaFolder="/usr/share/crtmpserver/appselector",
|
||||
+ mediaFolder="/media",
|
||||
-- the application will also be known by that names. It is optional
|
||||
--aliases=
|
||||
--{
|
||||
@@ -41,16 +41,7 @@
|
||||
port=8080,
|
||||
protocol="inboundRtmpt"
|
||||
},
|
||||
@@ -105,7 +98,7 @@ configuration=
|
||||
description="FLV Playback Sample",
|
||||
name="flvplayback",
|
||||
protocol="dynamiclinklibrary",
|
||||
- mediaFolder="/Volumes/android/backup/media/",
|
||||
+ mediaFolder="/media/",
|
||||
aliases=
|
||||
{
|
||||
"simpleLive",
|
||||
@@ -183,6 +176,7 @@ configuration=
|
||||
@@ -184,6 +177,7 @@ configuration=
|
||||
name="samplefactory",
|
||||
description="asdsadasdsa",
|
||||
protocol="dynamiclinklibrary",
|
||||
|
||||
Reference in New Issue
Block a user