Hi All,
There doesn't seem to be a "MobileVLCKit" section of the forum, so, I'm posting this here. Please let me know if I should post elsewhere.
I'm having some issues when using MobileVLCKit on iOS both on device and in simulator when viewing some live streams that contain user defined metadata that is sent once every second. The player just freezes, the video does not update and neither does the audio. There do not seem to be any errors in the logs. It is distinctly possible that maybe the metadata is malformed or something along that line, but it's hard for me to know with nothing in the logs.
The metadata is AMF metadata for an FLV over RTMP and ID3 tag TXXX over HLS in an m3u8 file. It also seems to not be able to show video for an HLS m3u8 file. I hear audio, but the screen is blank (did not change from the default white from the initial screen of the project) but that is a different problem it seems.
I'm simply using the "SimplePlayback" example and changing the URL used for the VLCMedia instance.
Does anyone know how to get user defined metadata from either ID3 tag TXXX or AMF metadata from an FLV stream. It doesn't seem to fall into any of the default metadata strings defined in MobileVLCKit.