Page 1 of 1

File plays on iphone app but not through transcoding

PostPosted: Sun Feb 24, 2013 1:16 pm
by ts73
First, the serviio is my favorite application !!!

Problem:
The *.mov with h.264 and aac plays perfectly on iphone with airplayer & nplayer app (both through their quicktime plugin)

I want to limit the bandwidth with transcoding, but it does not play with the quicktime plugin now.
<Profile id="55" name="iOS" extendsProfileId="1">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac" maxVBitrate="1000" aBitrate="128">
<Matches container="*"/>
</Video>
<Audio targetContainer="mp3" aBitrate="64">
<Matches container="*"/>
</Audio>
</Transcoding>
</Profile>

Re: File plays on iphone app but not through transcoding

PostPosted: Wed Feb 27, 2013 3:20 pm
by zip
I don't think QuickTime on iOS suports mpegts/mpegvideo. Until I implement HLS streaming, then it should be possible.