Hi! I recently downloaded rols1’s TuneIn2017 Plugin and I am just wondering what dlna profiles are recommended to make everything working for shoutcast streams, local radio things like that. rols1 told me to ask the playstation forums for help. My problems are either the PS3 says the stream is unsupported or it plays and then refuses or it says it works then you play a stream it says unsupported data or if it it will play and have no audio and i think it depends on the codec and/or the container.
here is my profile code:
<DirectPlayProfiles>
<VideoProfile container="avi" codec="mpeg4" audioCodec="mp2,mp3" />
<VideoProfile container="mpegts" codec="mpeg1video,mpeg2video,h264" audioCodec="ac3,mp2,mp3,aac" />
<VideoProfile container="mpeg" codec="mpeg1video,mpeg2video" audioCodec="mp2" />
<VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,ac3" />
<MusicProfile container="mp3" codec="mp3" />
<MusicProfile container="mp4" codec="aac,flv" />
<MusicProfile container="m4a" codec="alac" />
<MusicProfile container="asf" codec="wmav2,wmapro,wmavoice" />
<MusicProfile container="flac" codec="flac" />
<MusicProfile container="ogg" codec="vorbis,opus,speex,flac,oggpcm" />
<MusicProfile container="adts" codec="aac" />
<MusicProfile container="wav" codec="pcm,pcm_u8" />
<MusicProfile container="mpc" codec="mp2" />
<MusicProfile container="ape" codec="ape" />
<PhotoProfile container="jpeg,png,gif,bmp,tiff" />
</DirectPlayProfiles>
If somebody can tell me what I am doing wrong with this profile code that would be greatly appreciated
jcilley97