PDA

View Full Version : HDMI Dongle



odin
09-02-2018, 08:52 PM
Hi I have a cheapy hdmi dongle, and it can stream files fine but when certain files have information filled out / populated from the internet the file fails to send to the device, if I delete the text out of the "Actor" box then the file will stream again..

is there anyway to block sending the text to the dlna renderer ? i see there is a option to disable folder artwork but none for the video metadata text

jbinkley60
09-03-2018, 01:08 AM
Which device profile are you using ?

Peter
09-03-2018, 09:24 AM
There is an attribute textlimit that can be added to the name tag in the profile to limit the amount of text sent in the description field if this is the field causing the problem. You can see the Panasonic Viera (2012 Models) profile for an example of this.

odin
09-05-2018, 09:30 AM
There is an attribute textlimit that can be added to the name tag in the profile to limit the amount of text sent in the description field if this is the field causing the problem. You can see the Panasonic Viera (2012 Models) profile for an example of this.

Thanks that fixed it.

What profile would you suggest for an android 4.0 dongle, the android honeycomb, vlc and playstation 3 profiles work ok, but I was hoping there was a better one.

Peter
09-05-2018, 09:53 AM
For an android device it depends upon the app you are using to view the content, if you are using the Mezzmo app I recommend using the Conceiva Mezzmo (Android) profile.

odin
09-05-2018, 04:14 PM
For an android device it depends upon the app you are using to view the content, if you are using the Mezzmo app I recommend using the Conceiva Mezzmo (Android) profile.

it's an hdmi dongle (based on some rockchip cpu) it doesn't have any usable interface, basically just a dlna and screen mirror device, I can't install apps on it or anything, I used to have adb access to it when accessing a hidden cgi script but some recent update disabled it, so I know its based on android 4.0.2 and probably uses the standard android mediaplayer.

I did manage to capture a update img before, and found a media_profile.xml and media_codecs.xml in the linux image

Peter
09-06-2018, 08:59 AM
For video it looks like only mp4 is supported from the media profiles information. Can you try playing some different formats on the device like mkv, avi and mpeg to see if they play using the current profile you have selected?

odin
09-06-2018, 02:24 PM
For video it looks like only mp4 is supported from the media profiles information. Can you try playing some different formats on the device like mkv, avi and mpeg to see if they play using the current profile you have selected?

yeah Im pretty sure it could playback mkv and other formats too, maybe media_profiles is used for something else .

the CPU in it is the Rockchip RK2928G so it should have hardware support for whatever is built into that
http://rockchip.fr/RK292X%20datasheet%20V1.1.pdf



RK292X Datasheet Rev 1.1
1.1.6 Video CODEC
z Shared internal memory and bus interface for video decoder and encoder
z Video Decoder
„ Real-time video decoder of MPEG-1, MPEG-2, MPEG-4,H.263, H.264 , VC-1 , RV ,
VP6/VP8 , Sorenson Spark
„ Error detection and concealment support for all video formats
„ Output data structure after decoder is YCbCr 4:2:0 semi-planar to have more
efficient bus usage, For H.264, YCbCr 4:0:0(monochrome) is also supported
„ Minimum image size is 48x48 for all video formats
„ H.264 up to HP level 4.2 : 1080p@60fps (1920x1088)③
„ MPEG-4 up to ASP level 5 : 1080p@60fps (1920x1088)
„ MPEG-2 up to MP : 1080p@60fps (1920x1088)
„ MPEG-1 up to MP : 1080p@60fps (1920x1088)
„ H.263 : 576p@60fps (720x576)
„ Sorenson Spark : 1080p@60fps (1920x1088)
„ VC-1 up to AP level 3 : 1080p@30fps (1920x1088)
„ RV8/RV9/RV10 : 1080p@60fps (1920x1088)
„ VP6/VP8 : 1080p@60fps (1920x1088)
„ For H.264, Image cropping not supported
„ For MPEG-4,GMC(global motion compensation) not supported
„ For VC-1, upscaling and range mapping are supported in image post-processor
„ For MPEG-4 SP/H.263/Sorenson spark, using a modified H.264 in-loop filter to
implement deblocking filter in post-processor unit

Peter
09-07-2018, 08:49 AM
There's no information on supported containers but for codecs it looks like mpeg, mpeg4 and h264 are supported which most files are encoded with. Let us know if you find a file which does not play.