I'm streaming live feeds from Wowza to GoogleTV boxes via HLS. I'm having a lot of issues with artifacts, the kind you see if you lose packets, where part of the screen lags behind and doesn't get updated properly until the next key frame arrives. It's the same on the Visio, HiSense and Sony, with latest updates (GoogleTV FW 3.2 and Wowza 3.5.2). Watching the same streams in VLC or on an a Nexus 4/7 works great.
This is what I get from logcat:
[ 03-13 16:07:15.343 678:0xb3c W/MVBerlinVideoEngine36 ]
** empty vid_meta!!!
[ 03-13 16:07:15.423 678:0x2f1 E/MVBerlinVideoEngine36 ]
!! PE's result check pointer is null line = 536
The media is a live stream, encoded by VLC.
vlc udp://@239.0.0.2:10021 --sout "#transcode{deinterlace,deinterlace-mode=linear,acodec=aac,ab=160,vcodec=h264,venc=x264{profile=high,level=4.1,preset=fast}}:rtp{mux=ts,dst=192.168.100.10,port=10021}"
I have no idea where to continue to at this point. Can I get more information somehow? Is it most likely a decoding issue, network issue (tried wired + several wifi gateways) or code issue?