[vlc-devel] [PATCH 0/4] Experimental Chromecast support
Adrien Maglo
magsoft at videolan.org
Thu Aug 28 09:08:31 CEST 2014
Hello all,
Here is a new set of patches for the experimental Chromecast support.
All the remarks of Rémi and Ilkka have normally been taken into account.
An example usage command line is still:
./vlc -I dummy -vvv ~/Vidéos/big_buck_bunny_1080p_h264.mov --sout="#transcode{venc=x264{profile=baseline,keyint=52},vcodec=h264,scale=0.5,vb=8000,acodec=vorb}:chromecast{sender-ip=192.168.1.5,receiver-ip=192.168.1.11}" --sout-avformat-options="movflags=frag_keyframe+empty_moov"
Thanks in advance for your reviews,
--
MagSoft
Adrien Maglo (3):
contrib: add jsoncpp
chromecast: add protobuf file
chromecast: add an experimental sout module that connects to a
ChromeCast device and streams using the HTTP access output
Felix Paul Kühne (1):
contrib: add protobuf
configure.ac | 3 +-
contrib/src/jsoncpp/rules.mak | 29 +
contrib/src/protobuf/SHA512SUMS | 1 +
contrib/src/protobuf/rules.mak | 33 +
contrib/src/protobuf/win32.patch | 28 +
modules/stream_out/Modules.am | 15 +
modules/stream_out/chromecast/cast.cpp | 892 +++++++++++++++++++++++
modules/stream_out/chromecast/cast_channel.proto | 79 ++
8 files changed, 1079 insertions(+), 1 deletion(-)
create mode 100644 contrib/src/jsoncpp/rules.mak
create mode 100644 contrib/src/protobuf/SHA512SUMS
create mode 100644 contrib/src/protobuf/rules.mak
create mode 100644 contrib/src/protobuf/win32.patch
create mode 100644 modules/stream_out/chromecast/cast.cpp
create mode 100644 modules/stream_out/chromecast/cast_channel.proto
--
1.9.1
More information about the vlc-devel
mailing list