- September 3, 2012
- 238
- 26
- 25
- Home Country
- United States of America
This profile should work with MpTV Scheduler. It only transcodes the audio. The only issue is that you can not skip when watching Recorded TV.
Which brings me to another Feature request. Option to have 2 Streaming profiles. One for Recorded TV and one for Live TV. That way we can use this one for
Live TV and another one that does support skip for Recorded TV.
Which brings me to another Feature request. Option to have 2 Streaming profiles. One for Recorded TV and one for Live TV. That way we can use this one for
Live TV and another one that does support skip for Recorded TV.
Code:
<TranscoderProfile>
<Name>Android FFmpeg no video transcoding</Name>
<Description>Android FFmpeg no video transcoding</Description>
<HasVideoStream>true</HasVideoStream>
<MIME>video/MP2T</MIME>
<MaxOutputWidth>1280</MaxOutputWidth>
<MaxOutputHeight>720</MaxOutputHeight>
<Targets>
<Target>android</Target>
</Targets>
<Bandwidth>15000</Bandwidth>
<Transport>http</Transport>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
<TranscoderParameters>
<codecParameters>-codec:v copy -codec:a aac -b:a 128k -ac 2 -strict experimental -async 1 -sn -f mpegts</codecParameters>
</TranscoderParameters>
</TranscoderProfile>