Closed jgainfort closed 10 months ago
Hi there,
Are you able to repro with your tag in our test player? It works there for me, so it might be an issue with your implementation.
Thanks, Shawn
Closing for lack of response - if you still need help let us know!
facing the same problem
Hello @polyglot1 ,
Since this issue is ~6 years old, please explain the behavior you are seeing and how to reproduce it in a sample.
Thank you, Jackson IMA SDK team
To reproduce this with test player I use this xml
It the same as iab adpod example except the <MediaFile id="222" delivery="streaming" type="application/vnd.apple.mpegurl"> <![CDATA[https://f12.admicro.vn/public/test_perormance_v2/11.m3u8]]> </MediaFile>
Hello @laty96 ,
I do not think the "application/vnd.apple.mpegurl" mimetype is supported by the IMA SDK (not specifically an issue with this plugin). You may need to raise this issue on the IMA technical forum, if you think it is a lack of support from the IMA side.
Please let me know if you have additional questions, and feel free to reopen the issue, if this issue is specific to the videoJS-IMA plugin.
Thank you, Jackson IMA SDK team
I have the same issue. Here's my Mediafile:
<MediaFile id="GDFP" delivery="streaming" width="426" height="240" type="application/x-mpegURL" minBitrate="49" maxBitrate="8129" scalable="true" maintainAspectRatio="true">
<![CDATA[ https://redirector.gvt1.com/api/manifest/hls_variant/requiressl/yes/source/dclk_video_ads/id/de1df9ef46b9c301/itag/0/playlist_type/LIVE/acao/yes/mime/application%2Fx-mpegURL/ctier/L/ip/0.0.0.0/ipbits/0/expire/1754723455/sparams/ip,ipbits,expire,requiressl,source,id,itag,playlist_type,acao,mime,ctier/signature/3AB5A1E1B7E1E803B74566F9D03517F29B914FB6.0812F227CD8B461FAF1DBA5F792522A9E12DCF66/key/ck2/file/index.m3u8 ]]>
Im using the following setup and receiving the error in from the title. The player is strictly HTML5 and playing back a HLS manifest.
Now in the vast response there are 2 MediaFile objects
Now I would understand this error if there wasn't an HLS manifest returned by the vast response. Am I missing a setting in the adsRenderingSettings property other than what Im currently using?
adsRenderingSettings: { mimeTypes: ['application/x-mpegURL'] }