Direct Publisher won't validate and find my files
I have tried contacting support, takes about a week for them to get back to me, and it's usually "try again" they say and that's it, pretty bad support so far.
I'm trying to get a livefeed JSON direct publish to work, it just keeps erroring out. I've tried HLS for my livefeed with an m3u8, and also now an MP4 since I was at my wits end, always the same thing.
I tested my m3u8 and hls stream from jwplayer tester, worked perfectly! Not sure what's wrong. I created my categories in the channel and put the category in my tags list.
What am I missing?
{ "providerName":"Harvest Field Church", "language":"en-us", "lastUpdated":"2021-05-01T10:00:00", "liveFeeds":[ { "id":"816765529567725820406525", "title":"Harvest Field Live Stream", "content":{ "dateAdded":"2021-05-01T10:00:00", "videos":[ { "url":"https://domain.com/LiveApp/streams/816765529567725820406525-2021-05-01_09-53-35.mp4", "quality":"SD", "videoType":"MP4" } ], "duration":3600, "captions":[ ], "language":"en" }, "language":[ "en" ], "thumbnail":"https://domain.com/background.jpg", "brandedThumbnail":"https://domain.com/background.jpg", "shortDescription":"A live description", "longDescription":"A longer description of a live stream", "tags":[ "religious" ] } ] }
I've even tried disabling the firewall on my server to see if it was blocking something, no go. I can only imagine I'm missing something in my json. I've pushed it through 3 different JSON validators, all say it's good.
Thanks for any advice!