Danke für die Antwort,
das habe ich mir schon so gedacht.
die API von Twitch läuft nur über SSL:
Kompilieren normalerweise kein Problem, es gibt aber nicht einmal Befehle wie make in der Shell des NAS OS
Ich hab mir mal ein paar Ausgaben von ffmpeg geben lassen:
Spoiler anzeigen
root@NAS:/volume1/.@plugins/AppCentral/ffmpeg # ffmpeg -protocols
ffmpeg version 2.8.3 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 4.6.4 (crosstool-NG crosstool-ng-1.22.0 - x86_64 64-bit toolchain - ASUSTOR Inc.)
configuration: --enable-cross-compile --target-os=linux --arch=x86_64 --cross-prefix=x86_64-asustor-linux-gnu- --sysinclude=/platform_build/x64_g3/x64_g3/staging/usr/include --extra-cflags='-I/platform_build/x64_g3/x64_g3/staging/usr/include -I/platform_build/x64_g3/x64_g3/staging/usr/builtin/include -I/platform_build/x64_g3/x64_g3/staging/usr/local/include' --extra-ldflags='-Wl,--as-needed -L/platform_build/x64_g3/x64_g3/staging/lib -L/platform_build/x64_g3/x64_g3/staging/lib64 -L/platform_build/x64_g3/x64_g3/staging/usr/lib -L/platform_build/x64_g3/x64_g3/staging/usr/lib64 -L/platform_build/x64_g3/x64_g3/staging/usr/builtin/lib -L/platform_build/x64_g3/x64_g3/staging/usr/builtin/lib64 -L/platform_build/x64_g3/x64_g3/staging/usr/local/lib' --prefix=/usr/local --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfaac --enable-libfdk-aac --enable-openssl --enable-gnutls --enable-shared --enable-gpl --enable-nonfree --enable-version3 --disable-static --disable-doc --disable-debug
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Supported file protocols:
Input:
async
cache
concat
crypto
data
ffrtmpcrypt
ffrtmphttp
file
ftp
gopher
hls
http
httpproxy
https
mmsh
mmst
pipe
rtmp
rtmpe
rtmps
rtmpt
rtmpte
rtmpts
rtp
srtp
subfile
tcp
tls
udp
udplite
unix
Output:
crypto
ffrtmpcrypt
ffrtmphttp
file
ftp
gopher
http
httpproxy
https
icecast
md5
pipe
rtmp
rtmpe
rtmps
rtmpt
rtmpte
rtmpts
rtp
srtp
tcp
tls
udp
udplite
unix
Laut dem ist ffmpeg mit openssl kompiliert und auch aktiv.
Edit:
Habe in der shell probiert:
ffmpeg -i http://vjs.zencdn.net/v/oceans.mp4 videojs.mp4 <-funztffmpeg -i https://vjs.zencdn.net/v/oceans.mp4 videojs.mp4 <-funzt auch