Samsung D6 Series
My Samsung D6200 claims to support Matroska as a container as well as h264 for video and aac for audio. Yet, Serviio transcodes the video and audio to mpeg2video and ac3 which causes high load on the serviio machine if multiple full HD streams are watched at the same time.
So the questions are:
When I dump the stream into a file usingand try to play it on the TV using miniDLNA (which has no transcoding support), the file plays fine.
Here is what ffmpeg outputs:
Thanks
So the questions are:
- Are there any known problems with keeping h264 and aac?
- How can I change it to keep h264 and aac?
- Are there any known problems with using Matroska as a container?
- How can I try Matroska as a container?
When I dump the stream into a file usingand try to play it on the TV using miniDLNA (which has no transcoding support), the file plays fine.
Here is what ffmpeg outputs:
- Code:
ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
built on Mar 22 2012 05:09:06 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
Metadata:
author
copyright
description
keywords
rating
title
presetname Custom
creationdate Sat May 12 03:40:34 2012
videodevice [...]
framerate 24.00
width 1920.00
height 1080.00
videocodecid avc1
avclevel 51.00
avcprofile 100.00
videodatarate 390.62
videokeyframe_frequency0.00
audiodevice VHAudioCustom
audiosamplerate 44100.00
audiochannels 2.00
audioinputvolume 100.00
audiocodecid mp4a
audiodatarate 312.50
bufferSize 1600k
maxBitrate 1600k
[...]
[flv @ 0xe8f9a0] max_analyze_duration reached
[flv @ 0xe8f9a0] Estimating duration from bitrate, this may be inaccurate
Seems stream 0 codec frame rate differs from container frame rate: 2000.00 (2000/1) -> 1000.00 (2000/2)
Input #0, flv, from 'rtmp://[...]':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0.0: Video: h264 (High), yuv420p, 1920x1080, 1k tbr, 1k tbn, 2k tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, s16
Output #0, matroska, to 'stream_test_dump.mkv':
Metadata:
encoder : Lavf53.21.0
Stream #0.0: Video: libx264, yuv420p, 1920x1080, q=2-31, 1k tbn, 1k tbc
Stream #0.1: Audio: libvo_aacenc, 44100 Hz, stereo
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press ctrl-c to stop encoding
^Cframe= 390 fps= 24 q=-1.0 Lsize= 3678kB time=24.27 bitrate=1241.3kbits/s
video:3218kB audio:450kB global headers:0kB muxing overhead 0.289243%
Received signal 2: terminating.
Thanks