FAQ  •  Register  •  Login

Transcode - Vizio - Costar

<<

tannor

Serviio newbie

Posts: 3

Joined: Sun Sep 16, 2012 5:01 pm

Post Sun Sep 16, 2012 5:05 pm

Transcode - Vizio - Costar

I tried to setup a profile to transcode files like this since the Costar will not support AC3:
  Code:
Format                                   : Matroska
Format version                           : Version 2
File size                                : 963 MiB
Duration                                 : 52mn 44s
Overall bit rate                         : 2 552 Kbps
Encoded date                             : UTC 2012-09-07 23:51:35
Writing application                      : mkvmerge v2.7.0 ('Do It Again') built on Jul  2 2010 15:54:17
Writing library                          : libebml v0.7.7 + libmatroska v0.8.1

Video
ID                                       : 1
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L4.1
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 5 frames
Codec ID                                 : V_MPEG4/ISO/AVC
Duration                                 : 52mn 44s
Bit rate                                 : 2 118 Kbps
Width                                    : 1 280 pixels
Height                                   : 720 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 23.976 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.096
Stream size                              : 799 MiB (83%)
Writing library                          : x264 core 125 r2208 d9d2288
Matrix coefficients                      : BT.709

Audio
ID                                       : 2
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Mode extension                           : CM (complete main)
Format settings, Endianness              : Big
Codec ID                                 : A_AC3
Duration                                 : 52mn 44s
Bit rate mode                            : Constant
Bit rate                                 : 384 Kbps
Channel(s)                               : 6 channels
Channel positions                        : Front: L C R, Side: L R, LFE
Sampling rate                            : 48.0 KHz
Bit depth                                : 16 bits
Compression mode                         : Lossy
Stream size                              : 145 MiB (15%)
Default                                  : Yes
Forced                                   : No

Here is the profile I used:

I added this to the bottom of profiles.xml right before the closing tag and then assigned it to my costar after restarting services:
  Code:
<Profile id="150" name="Vizio Costar" extendsProfileId="1">
        <Transcoding>
        <Video targetContainer="mpegts" targetACodec="mp3" aBitrate="320" forceInheritance="true">
        <Matches container="matroska" />
        </Video>
        </Transcoding>
   </Profile>


When I do this, it will just sit there the media player and just hang, not sure what I am doing wrong? I am using GTVBox to connect:

and the log says this:

  Code:
2012-09-16 13:05:33,204 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.1.15, Profile=Vizio Costar'
2012-09-16 13:05:33,204 DEBUG [ResourceDeliveryProcessor] Request for resource 8 and type 'MEDIA_ITEM' received
2012-09-16 13:05:33,204 DEBUG [MediaResourceRetrievalStrategy] Getting information about media item 8 (local)
2012-09-16 13:05:33,204 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 8)
2012-09-16 13:05:33,205 DEBUG [VideoDAOImpl] Reading a Video (id = 8)
2012-09-16 13:05:33,205 DEBUG [VideoDeliveryEngine] Delivering item '8' for client 'IPAddress=/192.168.1.15, Profile=Vizio Costar'
2012-09-16 13:05:33,205 DEBUG [VideoDeliveryEngine] Delivering file 'HDTrailers.mkv' using transcoding
2012-09-16 13:05:33,205 DEBUG [AbstractTranscodingDeliveryEngine] A suitable transcoding job already exists, re-use it for client 'IPAddress=/192.168.1.15, Profile=Vizio Costar'
2012-09-16 13:05:33,206 DEBUG [FileBasedTranscodingDeliveryStrategy] Sending transcoding stream
2012-09-16 13:05:33,206 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file HDTrailers.mkv: AVC_TS_MP_HD_MPEG1_L3_ISO
2012-09-16 13:05:33,206 DEBUG [MediaItemDAOImpl] Marking MediaItem (id = 8) as read
2012-09-16 13:05:33,207 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2012-09-16 13:05:33,207 DEBUG [ResourceDeliveryProcessor] Stream entity has length: 50000000000
2012-09-16 13:05:33,207 DEBUG [ResourceDeliveryProcessor] Sending file back
2012-09-16 13:05:33,207 DEBUG [ResourceTransportRequestHandler] Creating entity with chunked transfer
2012-09-16 13:05:33,207 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 206 Partial Content, headers = [[Content-Type: video/mpeg,Content-Range: bytes 0-49999999999/50000000000,Date: Sun, 16 Sep 2012 17:05:33 GMT,Server: Windows 7, UPnP/1.0 DLNADOC/1.50, Serviio/1.0.1,Cache-control: no-cache,transferMode.dlna.org: Streaming]]
2012-09-16 13:05:48,859 DEBUG [FeedUpdaterThread] Checking for new and expired online resources
2012-09-16 13:05:48,859 DEBUG [OnlineRepositoryDAOImpl] Reading all OnlineRepositories
<<

tannor

Serviio newbie

Posts: 3

Joined: Sun Sep 16, 2012 5:01 pm

Post Mon Sep 17, 2012 2:04 pm

Re: Transcode - Vizio - Costar

OK I figured it out thanks with the help of the developer of GTVBox.

There is an option when creating a bookmark in GTVBox to the servillo server to use "Live Streaming Mode", I had left it unchecked, and forgot about it, as soon as I checked it all the videos work great.

So turned out had nothing to do with Servillo itself.
<<

robojerk

Serviio newbie

Posts: 8

Joined: Fri Oct 12, 2012 4:15 am

Post Fri Oct 12, 2012 4:56 pm

Re: Transcode - Vizio - Costar

I copied/edited your profile, but when I play a MPEG2 file with AC3 audio the video starts with audio, plays for 3-5 seconds, then kicks me out of the video. I'm using GTVBox on the Costar. I can post a log file later if needed. Any ideas why?

This is my first time messing with profiles.

  Code:
<Profile id="150" name="Vizio Costar" extendsProfileId="1">
        <Transcoding>
        <Video targetContainer="mpegts" targetACodec="mp3" aBitrate="320" forceInheritance="true">
        <Matches container="matroska" aCodec="ac3"/>
        <Matches container="mpeg" aCodec="ac3"/>
        <Matches container="mpegts" aCodec="ac3"/>
        <Matches container="mpegvideo" aCodec="ac3"/>
        <Matches container="mpeg2video" aCodec="ac3"/>
        </Video>
        </Transcoding>
   </Profile>

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 32 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.