mp3 transcoding?
Is it possible to create a profile to transcode .mp3 files to a lower bitrate/file size for streaming over 3g? I'm new to this, but this is what I attempted:
<Profile id="AndroidPhone" name="AndroidPhone" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*AndroidPhone.*</User-Agent>
</HttpHeaders>
</Detection>
<Transcoding>
<Audio targetContainer="mp3" aBitrate="64">
<Matches container="mp3" />
</Audio>
</Transcoding>
<ThumbnailsResolution>HD</ThumbnailsResolution>
</Profile>
I was able to assign the profile to my device, but serviio did not transcode any of the files. I am using the serviigo app for android.
Thanks
<Profile id="AndroidPhone" name="AndroidPhone" extendsProfileId="1">
<Detection>
<HttpHeaders>
<User-Agent>.*AndroidPhone.*</User-Agent>
</HttpHeaders>
</Detection>
<Transcoding>
<Audio targetContainer="mp3" aBitrate="64">
<Matches container="mp3" />
</Audio>
</Transcoding>
<ThumbnailsResolution>HD</ThumbnailsResolution>
</Profile>
I was able to assign the profile to my device, but serviio did not transcode any of the files. I am using the serviigo app for android.
Thanks