From 1e6dfe1c5521ff4f1395ee094e93556d62327680 Mon Sep 17 00:00:00 2001 From: randomdan Date: Thu, 17 Apr 2014 20:53:31 +0000 Subject: Service stream in html5 compatible webm by default --- p2pvr/p2comp/serviceStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2pvr/p2comp/serviceStream.cpp b/p2pvr/p2comp/serviceStream.cpp index aedb4ad..307cb93 100644 --- a/p2pvr/p2comp/serviceStream.cpp +++ b/p2pvr/p2comp/serviceStream.cpp @@ -49,7 +49,7 @@ class ServiceStream : public StreamBase { DECLARE_OPTIONS(ServiceStream, "P2PVR Live Stream options") ("p2pvr.livestream.muxercommand", Options::value(&muxerCommand, "/usr/bin/ffmpeg -f mpegts -i - -f dvd -codec copy -"), - "Command to perform TS->PS muxing (default: '/usr/bin/ffmpeg -f mpegts -i - -f dvd -codec copy -')") + "Command to perform TS->PS muxing (default: '/usr/bin/ffmpeg -f mpegts -i - -f webm -')") END_OPTIONS(ServiceStream); std::string ServiceStream::muxerCommand; -- cgit v1.2.3