VC-1 Codec streaming to Samsung BDC-5500
5 posts
• Page 1 of 1
I have a Samsung BDC-5500 Bluray player and am trying to stream a video encoded with the VC-1 codec using Serviio. When I stream using Twonky, this video streams fine. When I try to stream with Serviio, the player tells me the video is using an unsupported video format. I do not have transcoding enabled in Twonky or Serviio. The Bluray player is able to decode VC-1 fine since it can play the video streamed from Twonky. How do I get Serviio to let me stream this video?
Re: VC-1 Codec streaming to Samsung BDC-5500
post detailed log of playing the file
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: VC-1 Codec streaming to Samsung BDC-5500
Found the problem. The Samsung C/D/E profile was configured to transcode VC-1 video. After commenting out that line in profiles.xml, the videos play fine.
Re: VC-1 Codec streaming to Samsung BDC-5500
can you post the change here?
Petr
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Serviio developer / site admin
Do not send me PM for support as the solution can't be shared with others.
Follow Serviio on Facebook | Follow Serviio on Twitter
Help translate Serviio
Intel UPnP tools | HOWTO: Turn on detailed logging | HOWTO: Provide supported formats of a device | HOWTO: Provide details of a video file that doesn't play
Re: VC-1 Codec streaming to Samsung BDC-5500
In profiles.xml under profile id 7, I changed the following:
<!-- transcode H264 MP4 files with LPCM audio -->
<Video targetContainer="m2ts" targetACodec="ac3">
<Matches container="mpegts" aCodec="mp2" />
<Matches container="mp4" aCodec="lpcm" />
<Matches container="flv" vCodec="h264" />
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="matroska" vCodec="h264" aCodec="truehd" />
<!-- <Matches container="matroska" vCodec="vc1" /> -->
<Matches container="ogg" vCodec="mpeg4" />
<Matches container="3gp" aCodec="amrnb" />
</Video>
<!-- transcode H264 MP4 files with LPCM audio -->
<Video targetContainer="m2ts" targetACodec="ac3">
<Matches container="mpegts" aCodec="mp2" />
<Matches container="mp4" aCodec="lpcm" />
<Matches container="flv" vCodec="h264" />
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="matroska" vCodec="h264" aCodec="truehd" />
<!-- <Matches container="matroska" vCodec="vc1" /> -->
<Matches container="ogg" vCodec="mpeg4" />
<Matches container="3gp" aCodec="amrnb" />
</Video>
5 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 39 guests