[vlc-devel] [PATCH 0/3] Experimental Chromecast support

Adrien Maglo magsoft at videolan.org
Thu Sep 11 17:41:15 CEST 2014


Hello,


Here is a new version of the Chromecast patches. The module does no longer requires jsoncpp but uses the already integreted json parser from misc/webservices. Some corrections from François have also been merged.
Normally this time, it should compile...

The sout now uses by default the new mp4stream muxer. Therefore, an example usage command line can simply be:
./vlc -I dummy -vvv ~/Vidéos/Mr_MrsSmith-h264_aac.mp4 --sout="#chromecast{sender-ip=192.168.1.5,receiver-ip=192.168.1.11}"

Best regards,


-- 
MagSoft

Adrien Maglo (2):
  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                                     |  26 +-
 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           | 867 +++++++++++++++++++++++
 modules/stream_out/chromecast/cast_channel.proto |  79 +++
 7 files changed, 1048 insertions(+), 1 deletion(-)
 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