Displaying 4 results from an estimated 4 matches for "rtmps".
Did you mean:
rtmp
2019 Sep 20
2
[nbdkit PATCH] curl: Compile with libcurl even without smb(s) protocols
...curl.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/plugins/curl/curl.c b/plugins/curl/curl.c
index 7e3e8c923721..acd3333d5b88 100644
--- a/plugins/curl/curl.c
+++ b/plugins/curl/curl.c
@@ -118,8 +118,12 @@ static struct { const char *name; long bitmask; } curl_protocols[] = {
{ "rtmps", CURLPROTO_RTMPS },
{ "rtmpts", CURLPROTO_RTMPTS },
{ "gopher", CURLPROTO_GOPHER },
+#ifdef CURLPROTO_SMB
{ "smb", CURLPROTO_SMB },
+#endif /* CURLPROTO_SMB */
+#ifdef CURLPROTO_SMBS
{ "smbs", CURLPROTO_SMBS },
+#endif /* CURLPROTO_SMBS */...
2019 Sep 09
1
Best version of Icecast? / Icecast as a service? / Videostreaming?
...itize "just in time"
> (sometimes referred to as "real time") encoding. Also due to how video
> players behave you usually have to run a fairly low GoP (key-frame
> interval) - this will be a trade-off between bitrate and reliability.
Does videostreaming work with rtmp/rtmps ? If no, which server-software
can handle such a stream?
AK18
2019 Sep 20
0
Re: [nbdkit PATCH] curl: Compile with libcurl even without smb(s) protocols
...insertions(+)
>
> diff --git a/plugins/curl/curl.c b/plugins/curl/curl.c
> index 7e3e8c923721..acd3333d5b88 100644
> --- a/plugins/curl/curl.c
> +++ b/plugins/curl/curl.c
> @@ -118,8 +118,12 @@ static struct { const char *name; long bitmask; } curl_protocols[] = {
> { "rtmps", CURLPROTO_RTMPS },
> { "rtmpts", CURLPROTO_RTMPTS },
> { "gopher", CURLPROTO_GOPHER },
> +#ifdef CURLPROTO_SMB
> { "smb", CURLPROTO_SMB },
> +#endif /* CURLPROTO_SMB */
> +#ifdef CURLPROTO_SMBS
> { "smbs", CURLPROTO_SMB...
2019 Sep 08
2
Best version of Icecast? / Icecast as a service? / Videostreaming?
Hello,
1. Which version of Icecast is the best and newest. Officially it is
2.4.4 at icecast.org. But is there a mod version with more features?
2. Who can run Icecast as a Windows service? My 2.4.3 version does not
support this. Older versions had this option during installation.
3. Can Icecast stream also video livestream? Where can I find more about it?
Kind regards.
-------------- next