]> git.sesse.net Git - vlc/commit
chromecast: add an experimental sout module that connects to a ChromeCast device...
authorAdrien Maglo <magsoft@videolan.org>
Wed, 1 Oct 2014 09:16:51 +0000 (11:16 +0200)
committerAdrien Maglo <magsoft@videolan.org>
Wed, 1 Oct 2014 09:17:07 +0000 (11:17 +0200)
commit2e8a23cf0672a1cedb611402149e655118996427
tree5bb7f77a570f53e86f0897d42f9950c11fa0bfd0
parent31d84ce059d18e242efa13fc4918a33b6ff4e313
chromecast: add an experimental sout module that connects to a ChromeCast device and streams using the HTTP access output

Example: vlc input.mp4 --sout="#chromecast{ip=192.168.1.11}"
configure.ac
modules/stream_out/Modules.am
modules/stream_out/chromecast/cast.cpp [new file with mode: 0644]