TV LD LG840 youtbe plugin not works
 Posted: Tue Oct 18, 2011 8:46 pm
Posted: Tue Oct 18, 2011 8:46 pmIn online services I put the url:
http://gdata.youtube.com/feeds/apl/standarfeeds/top_rated
When I try to play a video, there is the message "invalid file".
However, inside the /tmp I can see a file, for example, transcoding-temp-1000000000090012-MPEG2TS.stf
If I copy it inside the Folders and rename it to transcoding-temp-1000000000090012-MPEG2TS.avi,
I can play it.
I read that "transcoding only works with a specific Render Profile".
The profle is:
I tried other profiles (I changed the <Detection> to get this), but until now I can not play the youtube videos.
What can I do to solve this?
			http://gdata.youtube.com/feeds/apl/standarfeeds/top_rated
When I try to play a video, there is the message "invalid file".
However, inside the /tmp I can see a file, for example, transcoding-temp-1000000000090012-MPEG2TS.stf
If I copy it inside the Folders and rename it to transcoding-temp-1000000000090012-MPEG2TS.avi,
I can play it.
I read that "transcoding only works with a specific Render Profile".
The profle is:
- Code:
- <Profile id="8" name="LG TV / player" extendsProfileId="1">
 <Detection>
 <HttpHeaders>
 <friendlyName.dlna.org>LG.*</friendlyName.dlna.org>
 </HttpHeaders>
 </Detection>
 <SubtitlesMimeType>text/srt</SubtitlesMimeType>
 <MediaFormatProfiles>
 <MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
 </MediaFormatProfiles>
 <Transcoding>
 <Video targetContainer="mpegts" targetACodec="mp3">
 <Matches container="matroska" aCodec="ac3" />
 </Video>
 </Transcoding>
 </Profile>
I tried other profiles (I changed the <Detection> to get this), but until now I can not play the youtube videos.
What can I do to solve this?
